Package de.xima.fc.entities
Class AProtocolEntry
- 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
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
- Direct Known Subclasses:
PeBase,ProtocolEntryClient,ProtocolEntryProcessing,ProtocolEntrySystem
@MappedSuperclass public abstract class AProtocolEntry extends AbstractLockableEntity
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_BEMERKUNGstatic StringATTR_BENUTZERstatic StringATTR_ERSTELLUNGSDATUMstatic StringATTR_PRESERVEstatic StringATTR_PROJEKTNAMEDeprecated.static StringATTR_PROTOKOLLDeprecated.-
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.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description AProtocolEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetBemerkung()StringgetBenutzer()DategetErstellungsDatum()StringgetProjektName()Deprecated.ProtokollgetProtokoll()Deprecated.booleanisPreserve()voidsetBemerkung(String bemerkung)voidsetBenutzer(String benutzer)voidsetErstellungsDatum(Date erstellungsDatum)voidsetPreserve(boolean preserve)voidsetProjektName(String projektName)Deprecated.voidsetProtokoll(Protokoll protokoll)Deprecated.voidsetUser(Benutzer user)-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
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
-
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_PROTOKOLL
@Deprecated public static final String ATTR_PROTOKOLL
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PROJEKTNAME
@Deprecated public static final String ATTR_PROJEKTNAME
Deprecated.- See Also:
- Constant Field Values
-
ATTR_BENUTZER
public static final String ATTR_BENUTZER
- See Also:
- Constant Field Values
-
ATTR_BEMERKUNG
public static final String ATTR_BEMERKUNG
- See Also:
- Constant Field Values
-
ATTR_ERSTELLUNGSDATUM
public static final String ATTR_ERSTELLUNGSDATUM
- See Also:
- Constant Field Values
-
ATTR_PRESERVE
public static final String ATTR_PRESERVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBemerkung
public String getBemerkung()
-
setBemerkung
public void setBemerkung(String bemerkung)
-
getErstellungsDatum
public Date getErstellungsDatum()
-
setErstellungsDatum
public void setErstellungsDatum(Date erstellungsDatum)
-
getBenutzer
public String getBenutzer()
-
isPreserve
public boolean isPreserve()
- Returns:
trueif this protocol entry cannot be deleted in any way,falseotherwise.
-
setPreserve
public void setPreserve(boolean preserve)
- Parameters:
preserve-trueif this protocol entry cannot be deleted in any way,falseotherwise.
-
setBenutzer
public void setBenutzer(String benutzer)
-
setUser
public void setUser(Benutzer user)
-
getProtokoll
@Deprecated public Protokoll getProtokoll()
Deprecated.
-
setProtokoll
@Deprecated public void setProtokoll(Protokoll protokoll)
Deprecated.
-
getProjektName
@Deprecated public String getProjektName()
Deprecated.
-
setProjektName
@Deprecated public void setProjektName(String projektName)
Deprecated.
-
-