com.taggercat.metadata
Class MetaPropFormCtrlType

java.lang.Object
  extended by com.taggercat.model.AbstractTCEntity
      extended by com.taggercat.metadata.MetaPropFormCtrlType
All Implemented Interfaces:
com.taggercat.model.TCEntity, java.io.Serializable

public class MetaPropFormCtrlType
extends com.taggercat.model.AbstractTCEntity
implements java.io.Serializable

MetaPropFormCtrlType generated by hbm2java

See Also:
Serialized Form
 

Constructor Summary
MetaPropFormCtrlType()
          default constructor
MetaPropFormCtrlType(long id)
          minimal constructor
MetaPropFormCtrlType(long id, java.lang.String formControlType, java.util.Set metaProperties)
          full constructor
 
Method Summary
 java.lang.String getFormControlType()
           
 long getId()
           
 java.util.Set getMetaProperties()
           
 void setFormControlType(java.lang.String formControlType)
           
 void setId(long id)
           
 void setMetaProperties(java.util.Set metaProperties)
           
 
Methods inherited from class com.taggercat.model.AbstractTCEntity
afterDelete, afterInsert, afterSave, afterUpdate, beforeSave, beforeUpdate, equals, getEntityClassName, getEntityName, getIdentifier, getIdentifierPropertyName, getNewlyInserted, getOldValue, getOriginalValue, getPKHexCode, getPropertyStringValue, getPropertyValue, getRowID, getUserValue, getUserValues, hashCode, hasUndoValues, isFullyMaterialized, isModified, isNewlyInserted, isPropertyNull, pushOldValue, setFullyMaterialized, setFullyMaterialized, setIdentifierPropertyName, setModified, setModified, setNewlyInserted, setNewlyInserted, setPKHexCode, setUserValue, undo
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaPropFormCtrlType

public MetaPropFormCtrlType()
default constructor


MetaPropFormCtrlType

public MetaPropFormCtrlType(long id)
minimal constructor


MetaPropFormCtrlType

public MetaPropFormCtrlType(long id,
                            java.lang.String formControlType,
                            java.util.Set metaProperties)
full constructor

Method Detail

getId

public long getId()

setId

public void setId(long id)

getFormControlType

public java.lang.String getFormControlType()

setFormControlType

public void setFormControlType(java.lang.String formControlType)

getMetaProperties

public java.util.Set getMetaProperties()

setMetaProperties

public void setMetaProperties(java.util.Set metaProperties)