Uses of Class
cst.common.businessLayer.AbstractFieldModel

Packages that use AbstractFieldModel
cst.common.businessLayer Describes the major business concepts used in the system. 
 

Uses of AbstractFieldModel in cst.common.businessLayer
 

Subclasses of AbstractFieldModel in cst.common.businessLayer
 class DateFieldModel
          Manages the date value for an activity step for a given subject.
 class TextFieldModel
          A field which holds a String value.
 

Methods in cst.common.businessLayer with parameters of type AbstractFieldModel
protected  void AbstractFieldModel.setCloneAttributes(AbstractFieldModel clonedFieldModel)
          a convenience method that helps the clone() implementations of subclasses.