Package de.xima.fc.entities
Class InternalSystemMessage
- java.lang.Object
 - 
- de.xima.cmn.dao.model.AEntity<Long>
 - 
- de.xima.fc.entities.AbstractEntity
 - 
- de.xima.fc.entities.AInternalMessage
 - 
- de.xima.fc.entities.InternalSystemMessage
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,ITransferable,ITransferableEntity,IUUIDEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class InternalSystemMessage extends AInternalMessage implements IUUIDEntity
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.entities.AInternalMessage
ATTR_MESSAGE_CREATED, ATTR_MESSAGE_PARAMS, ATTR_MESSAGE_TYPE, ATTR_READ, COL_MESSAGE_CREATED, COL_MESSAGE_PARAMS, COL_MESSAGE_TYPE, COL_READ, messageParams, messageType, read, timestampCreated, uuid 
- 
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, COL_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InternalSystemMessage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()- 
Methods inherited from class de.xima.fc.entities.AInternalMessage
getDateTimeCreated, getInstantCreated, getMessageParams, getMessageType, getTimestampCreated, getUUID, getUUIDObject, getZonedDateTimeCreated, isRead, setInstantCreated, setMessageParams, setMessageType, setRead, setTimestampCreated, setUUID, setUUIDObject 
- 
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId 
- 
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Methods inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
getUUID, getUUIDObject, setUUID 
 - 
 
 -