Package de.xima.fc.entities
Class InternalClientMessage
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AInternalMessage
de.xima.fc.entities.InternalClientMessage
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,IMandantDependent
,ITransferable
,ITransferableEntity
,IUUIDEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
- See Also:
-
Field Summary
FieldsFields 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.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_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 -
Method Summary
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.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
client
-
-
Constructor Details
-
InternalClientMessage
public InternalClientMessage()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getMandant
- Specified by:
getMandant
in interfaceIMandantDependent
-
setMandant
- Specified by:
setMandant
in interfaceIMandantDependent
-