com.partnersoft.modules.inspection.data
Class ManageModulesField

java.lang.Object
  extended by com.partnersoft.modules.inspection.data.ManageModulesItem
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.partnersoft.modules.inspection.data.ManageModulesItem
ManageModulesItem.ItemType
 
Constructor Summary
ManageModulesField()
           
ManageModulesField(com.partnersoft.cog.CogNode node)
           
ManageModulesField(java.lang.String name, java.lang.String datatype, java.lang.String description, ManageModulesItem.ItemType type, int cellWidth, int cellHeight)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDataType()
           
 java.lang.String getDescription()
           
 void setDataType(java.lang.String type)
           
 void setDescription(java.lang.String description)
           
 com.partnersoft.cog.CogNode toCogNode()
           
 
Methods inherited from class com.partnersoft.modules.inspection.data.ManageModulesItem
getCellHeight, getCellWidth, getGuid, getName, getType, setCellHeight, setCellWidth, setGuid, setName, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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()
Method Detail

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