@Entity public class ProtocolEntryProcessing extends AProtocolEntry implements IMandantDependent
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_AKTIONSNAME |
static String |
ATTR_AKTIONSRESULTAT |
static String |
ATTR_ATTACHMENTS |
static String |
ATTR_ENTRY_TYPE |
static String |
ATTR_FORM_RECORD_ID |
static String |
ATTR_PROJECT_ID |
static String |
ATTR_PROJECT_TITLE |
static String |
ATTR_STATUSALT |
static String |
ATTR_STATUSNEU |
static String |
ATTR_VORGANG_ID |
static String |
FILTER_NON_EXISTING_FORM_RECORDS |
ATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLL
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
ProtocolEntryProcessing(EProtocolEntryProcessType type) |
Modifier and Type | Method and Description |
---|---|
String |
getAktionsName() |
EAktionsResultat |
getAktionsResultat() |
String |
getAttachments() |
Long |
getFormRecordId() |
Long |
getId() |
Mandant |
getMandant() |
Long |
getProjectId() |
String |
getProjectTitle() |
String |
getStatusAlt() |
String |
getStatusNeu() |
EProtocolEntryProcessType |
getType() |
String |
getVorgangId() |
void |
setAktionsName(String aktionsName) |
void |
setAktionsResultat(EAktionsResultat wfsResult) |
void |
setAttachments(String attachments) |
void |
setFormRecord(Vorgang formRecord) |
void |
setFormRecordId(Long formRecordId) |
void |
setId(Long id)
!!!
|
void |
setMandant(Mandant mandant) |
void |
setProject(Projekt project) |
void |
setProjectId(Long projectId) |
void |
setProjectTitle(String projectTitle) |
void |
setStatusAlt(String statusAlt) |
void |
setStatusNeu(String statusNeu) |
void |
setType(EProtocolEntryProcessType type) |
void |
setVorgangId(String vorgangId) |
String |
toString() |
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll
entityHasChanged, getLockingVersion, setLockingVersion
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public static final String FILTER_NON_EXISTING_FORM_RECORDS
public static final String ATTR_VORGANG_ID
public static final String ATTR_FORM_RECORD_ID
public static final String ATTR_PROJECT_TITLE
public static final String ATTR_PROJECT_ID
public static final String ATTR_AKTIONSNAME
public static final String ATTR_AKTIONSRESULTAT
public static final String ATTR_STATUSALT
public static final String ATTR_STATUSNEU
public static final String ATTR_ATTACHMENTS
public static final String ATTR_ENTRY_TYPE
public ProtocolEntryProcessing(EProtocolEntryProcessType type)
public void setId(Long id)
AbstractEntity
Integer.MAX_VALUE
or lower then Integer.MIN_VALUE
will be
altered to null!!!setId
in interface de.xima.cmn.dao.interfaces.IEntity<Long>
setId
in class AbstractEntity
id
- Long
the database-id to setpublic String getVorgangId()
public void setVorgangId(String vorgangId)
public Mandant getMandant()
getMandant
in interface IMandantDependent
public void setMandant(Mandant mandant)
setMandant
in interface IMandantDependent
public String getStatusAlt()
public void setStatusAlt(String statusAlt)
public String getStatusNeu()
public void setStatusNeu(String statusNeu)
public String getAktionsName()
public void setAktionsName(String aktionsName)
public EAktionsResultat getAktionsResultat()
public void setAktionsResultat(EAktionsResultat wfsResult)
public String getAttachments()
public void setAttachments(String attachments)
public EProtocolEntryProcessType getType()
public void setType(EProtocolEntryProcessType type)
public Long getFormRecordId()
public void setFormRecordId(Long formRecordId)
public void setProjectTitle(String projectTitle)
projectTitle
- the projectTitle to setpublic String getProjectTitle()
public void setProjectId(Long projectId)
projectId
- the projectId to setpublic Long getProjectId()
public void setProject(Projekt project)
public void setFormRecord(Vorgang formRecord)
public String toString()
toString
in class AbstractLockableEntity
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.