com.partnersoft.maps.translator
Class MapDataTypeField
java.lang.Object
com.partnersoft.maps.translator.MapDataTypeField
- All Implemented Interfaces:
- Coggable
public class MapDataTypeField
- extends java.lang.Object
- implements Coggable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
label
public java.lang.String label
dataType
public java.lang.String dataType
available
public boolean available
enabled
public boolean enabled
MapDataTypeField
public MapDataTypeField()
MapDataTypeField
public MapDataTypeField(java.lang.String dataType,
java.lang.String name,
java.lang.String label,
boolean available,
boolean enabled)
MapDataTypeField
public MapDataTypeField(Cog newState)
toCog
public Cog toCog()
- Description copied from interface:
Coggable
- Returns the complete internal state of this object in the form of a
Cog.
- Specified by:
toCog in interface Coggable
- Returns:
- Cog representing the internal state of this object
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getDataType
public java.lang.String getDataType()
setDataType
public void setDataType(java.lang.String dataType)
isAvailable
public boolean isAvailable()
setAvailable
public void setAvailable(boolean available)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)