com.taggercat.metadata
Class MetaEntityCategoryType

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

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

MetaEntityCategoryType generated by hbm2java

See Also:
Serialized Form
 

Constructor Summary
MetaEntityCategoryType()
          default constructor
MetaEntityCategoryType(int id, java.lang.String description)
          minimal constructor
MetaEntityCategoryType(int id, java.lang.String description, java.util.Set<MetaEntity> metaEntities)
          full constructor
 
Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 java.util.Set<MetaEntity> getMetaEntities()
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setMetaEntities(java.util.Set<MetaEntity> metaEntities)
           
 
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

MetaEntityCategoryType

public MetaEntityCategoryType()
default constructor


MetaEntityCategoryType

public MetaEntityCategoryType(int id,
                              java.lang.String description)
minimal constructor


MetaEntityCategoryType

public MetaEntityCategoryType(int id,
                              java.lang.String description,
                              java.util.Set<MetaEntity> metaEntities)
full constructor

Method Detail

getId

public int getId()

setId

public void setId(int id)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getMetaEntities

public java.util.Set<MetaEntity> getMetaEntities()

setMetaEntities

public void setMetaEntities(java.util.Set<MetaEntity> metaEntities)