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>>
@Entity public class InternalClientMessage extends AInternalMessage implements IMandantDependent
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected @NotNull Mandantclient- 
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.IMandantDependent
ATTR_CLIENT, 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, NULLABLE_UUID_TYPE, TYPE_NAME_UUID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InternalClientMessage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()MandantgetMandant()voidsetMandant(Mandant m)- 
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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
client
@NotNull protected @NotNull Mandant client
 
 - 
 
- 
Method Detail
- 
getMandant
public Mandant getMandant()
- Specified by:
 getMandantin interfaceIMandantDependent
 
- 
setMandant
public void setMandant(Mandant m)
- Specified by:
 setMandantin interfaceIMandantDependent
 
 - 
 
 -