|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.taggercat.model.AbstractTCEntity
com.taggercat.metadata.MetaEntityCategoryType
public class MetaEntityCategoryType
MetaEntityCategoryType generated by hbm2java

| 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 |
|---|
public MetaEntityCategoryType()
public MetaEntityCategoryType(int id,
java.lang.String description)
public MetaEntityCategoryType(int id,
java.lang.String description,
java.util.Set<MetaEntity> metaEntities)
| Method Detail |
|---|
public int getId()
public void setId(int id)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Set<MetaEntity> getMetaEntities()
public void setMetaEntities(java.util.Set<MetaEntity> metaEntities)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||