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
@Entity public class ProtocolEntryClient extends AProtocolEntry implements IMandantDependent
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_ATTACHMENTSDeprecated.static StringATTR_BEMERKUNGINTERNDeprecated.static StringATTR_BEMERKUNGOEFFENTLICHDeprecated.static StringATTR_FORMVERSION-
Fields inherited from class de.xima.fc.entities.AProtocolEntry
ATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLL
-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
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
-
-
Constructor Summary
Constructors Constructor Description ProtocolEntryClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ProtocolEntryClientcloneBasics()StringgetAttachments()Deprecated.StringgetBemerkungIntern()Deprecated.StringgetBemerkungOeffentlich()Deprecated.StringgetDetails()LonggetFormVersion()LonggetId()MandantgetMandant()voidsetAttachments(String attachments)Deprecated.voidsetBemerkungIntern(String bemerkungIntern)Deprecated.voidsetBemerkungOeffentlich(String bemerkungOeffentlich)Deprecated.voidsetDetails(String details)voidsetFormVersion(Long formVersion)voidsetId(Long id)!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!voidsetMandant(Mandant mandant)StringtoString()-
Methods inherited from class de.xima.fc.entities.AProtocolEntry
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser, setUser
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
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
-
ATTR_BEMERKUNGINTERN
@Deprecated public static final String ATTR_BEMERKUNGINTERN
Deprecated.- See Also:
- Constant Field Values
-
ATTR_BEMERKUNGOEFFENTLICH
@Deprecated public static final String ATTR_BEMERKUNGOEFFENTLICH
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ATTACHMENTS
@Deprecated public static final String ATTR_ATTACHMENTS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_FORMVERSION
public static final String ATTR_FORMVERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
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
public Mandant getMandant()
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
public void setMandant(Mandant mandant)
- Specified by:
setMandantin interfaceIMandantDependent
-
getFormVersion
public Long getFormVersion()
-
setFormVersion
public void setFormVersion(Long formVersion)
- Parameters:
formVersion- the id of theFormVersion
-
cloneBasics
public ProtocolEntryClient cloneBasics()
-
toString
public String toString()
- Overrides:
toStringin classAbstractLockableEntity
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
getBemerkungIntern
@Deprecated public String getBemerkungIntern()
Deprecated.
-
setBemerkungIntern
@Deprecated public void setBemerkungIntern(String bemerkungIntern)
Deprecated.
-
getBemerkungOeffentlich
@Deprecated public String getBemerkungOeffentlich()
Deprecated.
-
setBemerkungOeffentlich
@Deprecated public void setBemerkungOeffentlich(String bemerkungOeffentlich)
Deprecated.
-
getAttachments
@Deprecated public String getAttachments()
Deprecated.
-
setAttachments
@Deprecated public void setAttachments(String attachments)
Deprecated.
-
-