@MappedSuperclass public abstract class AProtocolEntry extends AbstractLockableEntity
| Modifier and Type | Field and 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.
|
COL_LOCKINGVERSION, lockingVersionCOL_ID, idIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
AProtocolEntry() |
| Modifier and Type | Method and 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.
|
entityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setId, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo@Deprecated public static final String ATTR_PROTOKOLL
@Deprecated public static final String ATTR_PROJEKTNAME
public static final String ATTR_BENUTZER
public static final String ATTR_BEMERKUNG
public static final String ATTR_ERSTELLUNGSDATUM
public static final String ATTR_PRESERVE
public String getBemerkung()
public void setBemerkung(String bemerkung)
public Date getErstellungsDatum()
public void setErstellungsDatum(Date erstellungsDatum)
public String getBenutzer()
public boolean isPreserve()
true if this protocol entry cannot be deleted in any way, false otherwise.public void setPreserve(boolean preserve)
preserve - true if this protocol entry cannot be deleted in any way, false otherwise.public void setBenutzer(String benutzer)
@Deprecated public Protokoll getProtokoll()
@Deprecated public void setProtokoll(Protokoll protokoll)
@Deprecated public String getProjektName()
@Deprecated public void setProjektName(String projektName)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.