com.partnersoft.job.model
Class ChainType

java.lang.Object
  extended by com.partnersoft.job.model.ChainType
All Implemented Interfaces:
Coggable

public class ChainType
extends java.lang.Object
implements Coggable

Metadata and legend for a type of chain.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Constructor Summary
ChainType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of name
 Naming getPointStyles()
          Gets the value of pointStyles
 Naming getPolygonStyles()
          Gets the value of polygonStyles
 Naming getPolylineStyles()
          Gets the value of polylineStyles
 Cog getState()
           
 Naming getTextStyles()
          Gets the value of textStyles
 java.lang.String getTopology()
          Gets the value of topology
 void setName(java.lang.String argName)
          Sets the value of name
 void setPointStyles(Naming argPointStyles)
          Sets the value of pointStyles
 void setPolygonStyles(Naming argPolygonStyles)
          Sets the value of polygonStyles
 void setPolylineStyles(Naming argPolylineStyles)
          Sets the value of polylineStyles
 void setState(Cog state)
           
 void setTextStyles(Naming argTextStyles)
          Sets the value of textStyles
 void setTopology(java.lang.String argTopology)
          Sets the value of topology
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainType

public ChainType()
Method Detail

getState

public Cog getState()
Specified by:
getState in interface Coggable

setState

public void setState(Cog state)
Specified by:
setState in interface Coggable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Gets the value of name

Returns:
the value of name

setName

public void setName(java.lang.String argName)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getTopology

public java.lang.String getTopology()
Gets the value of topology

Returns:
the value of topology

setTopology

public void setTopology(java.lang.String argTopology)
Sets the value of topology

Parameters:
argTopology - Value to assign to this.topology

getPolygonStyles

public Naming getPolygonStyles()
Gets the value of polygonStyles

Returns:
the value of polygonStyles

setPolygonStyles

public void setPolygonStyles(Naming argPolygonStyles)
Sets the value of polygonStyles

Parameters:
argPolygonStyles - Value to assign to this.polygonStyles

getPolylineStyles

public Naming getPolylineStyles()
Gets the value of polylineStyles

Returns:
the value of polylineStyles

setPolylineStyles

public void setPolylineStyles(Naming argPolylineStyles)
Sets the value of polylineStyles

Parameters:
argPolylineStyles - Value to assign to this.polylineStyles

getPointStyles

public Naming getPointStyles()
Gets the value of pointStyles

Returns:
the value of pointStyles

setPointStyles

public void setPointStyles(Naming argPointStyles)
Sets the value of pointStyles

Parameters:
argPointStyles - Value to assign to this.pointStyles

getTextStyles

public Naming getTextStyles()
Gets the value of textStyles

Returns:
the value of textStyles

setTextStyles

public void setTextStyles(Naming argTextStyles)
Sets the value of textStyles

Parameters:
argTextStyles - Value to assign to this.textStyles