@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, 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.
|
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, 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 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 © 2020 XIMA MEDIA GmbH. All rights reserved.