com.partnersoft.modules.inspection.data
Class ManageModulesField
java.lang.Object
com.partnersoft.modules.inspection.data.ManageModulesItem
com.partnersoft.modules.inspection.data.ManageModulesField
- All Implemented Interfaces:
- com.partnersoft.cog.Coggable
public class ManageModulesField
- extends ManageModulesItem
Copyright 2009 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Rich Stepanski
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManageModulesField
public ManageModulesField(java.lang.String name,
java.lang.String datatype,
java.lang.String description,
ManageModulesItem.ItemType type,
int cellWidth,
int cellHeight)
- Parameters:
name - type - row - col - cellWidth - cellHeight -
ManageModulesField
public ManageModulesField(com.partnersoft.cog.CogNode node)
- Parameters:
node -
ManageModulesField
public ManageModulesField()
getDataType
public java.lang.String getDataType()
getDescription
public java.lang.String getDescription()
setDataType
public void setDataType(java.lang.String type)
setDescription
public void setDescription(java.lang.String description)
toCogNode
public com.partnersoft.cog.CogNode toCogNode()
- Specified by:
toCogNode in interface com.partnersoft.cog.Coggable- Overrides:
toCogNode in class ManageModulesItem
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class ManageModulesItem