@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_PROJEKTNAME
Deprecated.
|
static String |
ATTR_PROTOKOLL
Deprecated.
|
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
IMPORT_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.
|
void |
setBemerkung(String bemerkung) |
void |
setBenutzer(String benutzer) |
void |
setErstellungsDatum(Date erstellungsDatum) |
void |
setProjektName(String projektName)
Deprecated.
|
void |
setProtokoll(Protokoll protokoll)
Deprecated.
|
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
@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 String getBemerkung()
public void setBemerkung(String bemerkung)
public Date getErstellungsDatum()
public void setErstellungsDatum(Date erstellungsDatum)
public String getBenutzer()
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 © 2019 XIMA MEDIA GmbH. All rights reserved.