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>
,ILockingVersionProviding
,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 String
ATTR_BEMERKUNG
static String
ATTR_BENUTZER
static String
ATTR_ERSTELLUNGSDATUM
static String
ATTR_PRESERVE
static String
ATTR_PROJEKTNAME
Deprecated.static String
ATTR_PROTOKOLL
Deprecated.-
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 String
getBemerkung()
String
getBenutzer()
Date
getErstellungsDatum()
String
getProjektName()
Deprecated.Protokoll
getProtokoll()
Deprecated.boolean
isPreserve()
void
setBemerkung(String bemerkung)
void
setBenutzer(String benutzer)
void
setErstellungsDatum(Date erstellungsDatum)
void
setPreserve(boolean preserve)
void
setProjektName(String projektName)
Deprecated.void
setProtokoll(Protokoll protokoll)
Deprecated.void
setUser(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:
true
if this protocol entry cannot be deleted in any way,false
otherwise.
-
setPreserve
public void setPreserve(boolean preserve)
- Parameters:
preserve
-true
if this protocol entry cannot be deleted in any way,false
otherwise.
-
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.
-
-