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, uuidFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_IDFields 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, setUUIDObjectMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
client
-
-
Constructor Details
-
InternalClientMessage
public InternalClientMessage()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getMandant
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
- Specified by:
setMandantin interfaceIMandantDependent
-