Class DictionaryTypeDesc
- java.lang.Object
-
- org.cxbox.model.core.entity.AbstractEntity
-
- org.cxbox.model.core.entity.BaseEntity
-
- org.cxbox.model.dictionary.entity.DictionaryTypeDesc
-
- All Implemented Interfaces:
Serializable,org.hibernate.engine.spi.Managed,org.hibernate.engine.spi.ManagedMappedSuperclass
@Entity public class DictionaryTypeDesc extends BaseEntity implements Serializable
Entity for dictionary types- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cxbox.model.core.entity.BaseEntity
id
-
-
Constructor Summary
Constructors Constructor Description DictionaryTypeDesc()
-
Method Summary
-
Methods inherited from class org.cxbox.model.core.entity.BaseEntity
$$_hibernate_read_createdBy, $$_hibernate_read_createdDate, $$_hibernate_read_id, $$_hibernate_read_lastUpdBy, $$_hibernate_read_updatedDate, $$_hibernate_read_vstamp, $$_hibernate_write_createdBy, $$_hibernate_write_createdDate, $$_hibernate_write_id, $$_hibernate_write_lastUpdBy, $$_hibernate_write_updatedDate, $$_hibernate_write_vstamp, canEqual, equals, getCreatedBy, getCreatedDate, getId, getLastUpdBy, getLoadVstamp, getUpdatedDate, getVstamp, hashCode, setCreatedBy, setCreatedDate, setId, setLastUpdBy, setLoadVstamp, setUpdatedDate, setVstamp, toString
-
Methods inherited from class org.cxbox.model.core.entity.AbstractEntity
isNew, setNew
-
-