Package de.xima.fc.entities
Class ProtocolEntryClient
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.AProtocolEntry
de.xima.fc.entities.ProtocolEntryClient
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ILockingVersionProviding,IMandantDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
- Direct Known Subclasses:
PeDokumentation
Die Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden
soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht. Diese Einträge beinhalten
beispielsweise so etwas wie: "Neue Datei zu Vorgang hinzugefügt"
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringFields inherited from class de.xima.fc.entities.AProtocolEntry
ATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLLFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields 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.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields 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_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getId()voidsetAttachments(String attachments) Deprecated.voidsetBemerkungIntern(String bemerkungIntern) Deprecated.voidsetBemerkungOeffentlich(String bemerkungOeffentlich) Deprecated.voidsetDetails(String details) voidsetFormVersion(Long formVersion) void!!!voidsetMandant(Mandant mandant) toString()Methods inherited from class de.xima.fc.entities.AProtocolEntry
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser, setUserMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods 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
-
Field Details
-
ATTR_BEMERKUNGINTERN
Deprecated.- See Also:
-
ATTR_BEMERKUNGOEFFENTLICH
Deprecated.- See Also:
-
ATTR_ATTACHMENTS
Deprecated.- See Also:
-
ATTR_FORMVERSION
- See Also:
-
-
Constructor Details
-
ProtocolEntryClient
public ProtocolEntryClient()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getMandant
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
- Specified by:
setMandantin interfaceIMandantDependent
-
getFormVersion
-
setFormVersion
- Parameters:
formVersion- the id of theFormVersion
-
cloneBasics
-
toString
- Overrides:
toStringin classAbstractLockableEntity
-
getDetails
-
setDetails
-
getBemerkungIntern
Deprecated. -
setBemerkungIntern
Deprecated. -
getBemerkungOeffentlich
Deprecated. -
setBemerkungOeffentlich
Deprecated. -
getAttachments
Deprecated. -
setAttachments
Deprecated.
-