Package de.xima.fc.entities
Class Vorgang
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,ILockingVersionProviding
,IMandantDependent
,IProjektDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUUIDEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class Vorgang extends AClientDependentEntity implements IProjektDependent, IUUIDEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandant
-
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.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description Vorgang()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAttachment(Attachment attachment)
void
addChild(Vorgang vorgang)
Deprecated.void
addFormeingang(FormEingang formeingang)
Deprecated.void
clearOldWorkflowState()
List<Attachment>
getAttachments()
Benutzer
getBearbeiter()
Deprecated.String
getBearbeiterRef()
Deprecated.List<Vorgang>
getChildren()
Deprecated.Can be extremely slow !!!com.alibaba.fastjson.JSONObject
getCreatorData()
protected String
getCreatorDataString()
String
getCreatorRef()
FormEingang
getCurrentFormeingang()
Postfach
getCurrentPostfach()
Status
getCurrentStatus()
Deprecated.Use thegetCurrentWorkflowState()
together with the new workflow engine.WorkflowState
getCurrentWorkflowState()
Map<String,String>
getCustomAttributes()
com.alibaba.fastjson.JSONObject
getEditorData()
protected String
getEditorDataString()
String
getEditorRef()
Date
getEingangsDatum()
Benutzer
getErsteller()
Deprecated.String
getErstellerRef()
Deprecated.int
getFehlerAnzahl()
List<FormEingang>
getFormeingaenge()
Deprecated.FormVersion
getFormVersion()
Long
getFrontendserver_id()
Getter für quellserver_idLong
getId()
String
getIdentityToken()
Date
getLastStatusChangeDate()
Status
getNewStatus()
WorkflowState
getOldWorkflowState()
Long
getParentId()
Vorgang
getParentVorgang()
Deprecated.usegetParentId()
Projekt
getProjekt()
String
getProzessId()
String
getQuellserver()
Der Verbindungsname desFrontendServer
welche den Vorgang zuletzt bearbeitet hatString
getSubject()
String
getUUID()
UUID
getUUIDObject()
Date
getVerifyExpireDate()
String
getVerifyUUID()
WorkflowVersion
getWorkflowVersion()
boolean
isGelesen()
boolean
isHasWorkflowStateChanged()
boolean
isInArbeit()
boolean
isLoeschbar()
Vorgänge sind löschbar, wenn der Status, in dem sie sich befinden, das Löschen von Vorgängen erlaubt.boolean
isSaved()
boolean
isUsesNewWorkflow()
void
removeAttachment(Attachment attachment)
void
removeChild(Vorgang vorgang)
Deprecated.void
removeFormeingang(FormEingang formeingang)
Deprecated.void
setAttachments(List<Attachment> attachments)
void
setBearbeiter(Benutzer bearbeiter)
Deprecated.void
setBearbeiterRef(String bearbeiterRef)
Deprecated.void
setChildren(List<Vorgang> children)
Deprecated.Can be extremely slow !!!void
setCreator(Benutzer creator)
void
setCreatorData(com.alibaba.fastjson.JSONObject creatorData)
protected void
setCreatorDataString(String creatorData)
void
setCreatorRef(String creatorRef)
void
setCurrentFormeingang(FormEingang currentFormeingang)
void
setCurrentPostfach(Postfach currentPostfach)
void
setCurrentStatus(Status status)
Deprecated.Use thesetCurrentWorkflowState(WorkflowState)
together with the new workflow engine.void
setCurrentWorkflowState(WorkflowState currentWorkflowState)
Deprecated.For Hibernate only, in most cases you should usesetNewWorkflowState(WorkflowState)
.void
setCustomAttributes(Map<String,String> customAttributes)
void
setEditor(Benutzer editor)
void
setEditorData(com.alibaba.fastjson.JSONObject editorData)
protected void
setEditorDataString(String editorData)
void
setEditorRef(String editorRef)
void
setEingangsDatum(Date eingangsDatum)
void
setErsteller(Benutzer ersteller)
Deprecated.void
setErstellerRef(String erstellerRef)
Deprecated.void
setFehlerAnzahl(int fehlerAnzahl)
void
setFormeingaenge(List<FormEingang> formeingaenge)
Deprecated.void
setFormVersion(FormVersion formVersion)
void
setFrontendserver_id(Long quellserver_id)
Setter des quellserver_idvoid
setGelesen(boolean gelesen)
void
setId(Long id)
!!!void
setIdentityToken(String identityToken)
void
setInArbeit(boolean inArbeit)
void
setLastStatusChangeDate(Date lastStatusChangeDate)
void
setNewStatus(Status newStatus)
void
setNewWorkflowState(WorkflowState newWorkflowState)
Sets the new workflow state of this form record and stores the old workflow state.void
setParentId(Long parentId)
void
setParentVorgang(Vorgang parentVorgang)
Deprecated.void
setProjekt(Projekt projekt)
void
setProzessId(String uuid)
void
setQuellserver(String quellserver)
void
setSaved(boolean saved)
void
setSubject(String subject)
void
setUUID(String uuid)
void
setUUIDObject(UUID uuid)
void
setVerifyExpireDate(Date verifyExpireDate)
void
setVerifyUUID(String verifyUUID)
void
setWorkflowVersion(WorkflowVersion workflowVersion)
String
toString()
-
Methods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, 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_EINGANGSDATUM
public static final String ATTR_EINGANGSDATUM
- See Also:
- Constant Field Values
-
ATTR_STATUS
public static final String ATTR_STATUS
- See Also:
- Constant Field Values
-
ATTR_SUBJECT
public static final String ATTR_SUBJECT
- See Also:
- Constant Field Values
-
ATTR_POSTFACH
public static final String ATTR_POSTFACH
- See Also:
- Constant Field Values
-
ATTR_PARENT_ID
public static final String ATTR_PARENT_ID
- See Also:
- Constant Field Values
-
ATTR_PROZESSID
public static final String ATTR_PROZESSID
- See Also:
- Constant Field Values
-
ATTR_PROJEKT
public static final String ATTR_PROJEKT
- See Also:
- Constant Field Values
-
ATTR_LAST_STATUS_CHANGE_DATE
public static final String ATTR_LAST_STATUS_CHANGE_DATE
- See Also:
- Constant Field Values
-
ATTR_FORMVERSION
public static final String ATTR_FORMVERSION
- See Also:
- Constant Field Values
-
ATTR_IN_ARBEIT
public static final String ATTR_IN_ARBEIT
- See Also:
- Constant Field Values
-
ATTR_VERIFY_UUID
public static final String ATTR_VERIFY_UUID
- See Also:
- Constant Field Values
-
ATTR_VERIFY_EXPIREDATE
public static final String ATTR_VERIFY_EXPIREDATE
- See Also:
- Constant Field Values
-
ATTR_QUELLSERVER
public static final String ATTR_QUELLSERVER
- See Also:
- Constant Field Values
-
ATTR_GELESEN
public static final String ATTR_GELESEN
- See Also:
- Constant Field Values
-
ATTR_IS_SAVED
public static final String ATTR_IS_SAVED
- See Also:
- Constant Field Values
-
ATTR_FEHLERANZAHL
public static final String ATTR_FEHLERANZAHL
- See Also:
- Constant Field Values
-
ATTR_QUELLSERVER_ID
public static final String ATTR_QUELLSERVER_ID
- See Also:
- Constant Field Values
-
ATTR_ATTACHMENTS
public static final String ATTR_ATTACHMENTS
- See Also:
- Constant Field Values
-
ATTR_CURRENT_FORMEINGANG
public static final String ATTR_CURRENT_FORMEINGANG
- See Also:
- Constant Field Values
-
ATTR_IDENTITY_TOKEN
public static final String ATTR_IDENTITY_TOKEN
- See Also:
- Constant Field Values
-
ATTR_WORKFLOW_VERISON
public static final String ATTR_WORKFLOW_VERISON
- See Also:
- Constant Field Values
-
ATTR_CURRENT_WORKFLOW_STATE
public static final String ATTR_CURRENT_WORKFLOW_STATE
- See Also:
- Constant Field Values
-
ATTR_WORKFLOW_VERSION
public static final String ATTR_WORKFLOW_VERSION
- See Also:
- Constant Field Values
-
ATTR_CREATOR_REF
public static final String ATTR_CREATOR_REF
- See Also:
- Constant Field Values
-
ATTR_EDITOR_REF
public static final String ATTR_EDITOR_REF
- See Also:
- Constant Field Values
-
ATTR_CREATOR_DATA
public static final String ATTR_CREATOR_DATA
- See Also:
- Constant Field Values
-
ATTR_EDITOR_DATA
public static final String ATTR_EDITOR_DATA
- See Also:
- Constant Field Values
-
ATTR_UUID
public static final String ATTR_UUID
- See Also:
- Constant Field Values
-
COL_FORM_VERSION_ID
public static final String COL_FORM_VERSION_ID
- See Also:
- Constant Field Values
-
COL_WORKFLOW_VERSION
public static final String COL_WORKFLOW_VERSION
- See Also:
- Constant Field Values
-
COL_SOURCE_SERVER_ID
public static final String COL_SOURCE_SERVER_ID
- See Also:
- Constant Field Values
-
COL_SOURCE_SERVER_NAME
public static final String COL_SOURCE_SERVER_NAME
- See Also:
- Constant Field Values
-
COL_PROJECT_ID
public static final String COL_PROJECT_ID
- See Also:
- Constant Field Values
-
COL_STATUS_ID
public static final String COL_STATUS_ID
- See Also:
- Constant Field Values
-
COL_SUBJECT
public static final String COL_SUBJECT
- See Also:
- Constant Field Values
-
COL_DATE_CREATED
public static final String COL_DATE_CREATED
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
COL_FORM_RECORD_BOX_ID
public static final String COL_FORM_RECORD_BOX_ID
- See Also:
- Constant Field Values
-
COL_FLAG_READ
public static final String COL_FLAG_READ
- See Also:
- Constant Field Values
-
COL_FLAG_IN_PROGRESS
public static final String COL_FLAG_IN_PROGRESS
- See Also:
- Constant Field Values
-
COL_VERIFY_UUID
public static final String COL_VERIFY_UUID
- See Also:
- Constant Field Values
-
COL_VERIFY_EXPIREDATE
public static final String COL_VERIFY_EXPIREDATE
- See Also:
- Constant Field Values
-
COL_SAVED
public static final String COL_SAVED
- See Also:
- Constant Field Values
-
COL_COUNT_ERRORS
public static final String COL_COUNT_ERRORS
- See Also:
- Constant Field Values
-
COL_IDENTITYTOKEN
public static final String COL_IDENTITYTOKEN
- See Also:
- Constant Field Values
-
COL_CURRENT_WORKFLOW_STATE
public static final String COL_CURRENT_WORKFLOW_STATE
- See Also:
- Constant Field Values
-
COL_USER_DATA_CREATOR
public static final String COL_USER_DATA_CREATOR
- See Also:
- Constant Field Values
-
COL_USER_DATA_EDITOR
public static final String COL_USER_DATA_EDITOR
- See Also:
- Constant Field Values
-
COL_USER_REF_CREATOR
public static final String COL_USER_REF_CREATOR
- See Also:
- Constant Field Values
-
COL_USER_REF_EDITOR
public static final String COL_USER_REF_EDITOR
- See Also:
- Constant Field Values
-
COL_PARENT_ID
public static final String COL_PARENT_ID
- See Also:
- Constant Field Values
-
COL_FORM_RECORD_DATA_ID
public static final String COL_FORM_RECORD_DATA_ID
- See Also:
- Constant Field Values
-
COL_DATE_STATUS_CHANGED
public static final String COL_DATE_STATUS_CHANGED
- See Also:
- Constant Field Values
-
MAX_LENGTH_IDENTITY_TOKEN
public static final int MAX_LENGTH_IDENTITY_TOKEN
- See Also:
- Constant Field Values
-
CUSTOM_ATTR_DOI_INIT_WORKFLOW_NODE_ID
public static final String CUSTOM_ATTR_DOI_INIT_WORKFLOW_NODE_ID
- See Also:
- Constant Field Values
-
ATTR_CHILDREN
@Deprecated public static final String ATTR_CHILDREN
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PARENT_VORGANG
@Deprecated public static final String ATTR_PARENT_VORGANG
Deprecated.- See Also:
- Constant Field Values
-
ATTR_FORMEINGAENGE
@Deprecated public static final String ATTR_FORMEINGAENGE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
@Deprecated public static final String ATTR_ERSTELLER_REF
Deprecated.userATTR_CREATOR_REF
- See Also:
- Constant Field Values
-
ATTR_BEARBEITER_REF
@Deprecated public static final String ATTR_BEARBEITER_REF
Deprecated.userATTR_EDITOR_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
Description copied from class:AbstractEntity
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!- Specified by:
setId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
setId
in classAbstractEntity
- Parameters:
id
-Long
the database-id to set
-
getFormVersion
public FormVersion getFormVersion()
-
setFormVersion
public void setFormVersion(FormVersion formVersion)
-
getWorkflowVersion
public WorkflowVersion getWorkflowVersion()
- Returns:
- The version of the workflow that is to be used for this form record. The active workflow version of a project may change, but a form record keeps the workflow version that was active when the form record was created.
-
setWorkflowVersion
public void setWorkflowVersion(WorkflowVersion workflowVersion)
- Parameters:
workflowVersion
- The version of the workflow that is to be used for this form record. The active workflow version of a project may change, but a form record keeps the workflow version that was active when the form record was created.
-
getFrontendserver_id
public Long getFrontendserver_id()
Getter für quellserver_id- Returns:
Long
des quellserver_id
-
setFrontendserver_id
public void setFrontendserver_id(Long quellserver_id)
Setter des quellserver_id- Parameters:
quellserver_id
-Long
der zu setzende quellserver_id
-
getQuellserver
public String getQuellserver()
Der Verbindungsname desFrontendServer
welche den Vorgang zuletzt bearbeitet hat- Returns:
String
des bearbeitungsquelle
-
setQuellserver
public void setQuellserver(String quellserver)
- Parameters:
quellserver
-String
der zu setzende Quellserver
-
getProjekt
public Projekt getProjekt()
- Specified by:
getProjekt
in interfaceIProjektDependent
-
setProjekt
public void setProjekt(Projekt projekt)
- Specified by:
setProjekt
in interfaceIProjektDependent
-
getCurrentStatus
@Deprecated public Status getCurrentStatus()
Deprecated.Use thegetCurrentWorkflowState()
together with the new workflow engine.- Returns:
- The current
Status
of this form record, as set by workflow processing or manually by the user.
-
setCurrentStatus
@Deprecated public void setCurrentStatus(Status status)
Deprecated.Use thesetCurrentWorkflowState(WorkflowState)
together with the new workflow engine.- Parameters:
status
- The currentStatus
of this form record, as set by workflow processing or manually by the user.
-
getCurrentWorkflowState
public WorkflowState getCurrentWorkflowState()
-
setNewWorkflowState
public void setNewWorkflowState(WorkflowState newWorkflowState)
Sets the new workflow state of this form record and stores the old workflow state.- Parameters:
newWorkflowState
- The new workflow state for this form record.
-
setCurrentWorkflowState
@Deprecated public void setCurrentWorkflowState(WorkflowState currentWorkflowState)
Deprecated.For Hibernate only, in most cases you should usesetNewWorkflowState(WorkflowState)
.- Parameters:
currentWorkflowState
- The current workflow state of this form record.
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
getEingangsDatum
public Date getEingangsDatum()
-
setEingangsDatum
public void setEingangsDatum(Date eingangsDatum)
-
getProzessId
public String getProzessId()
-
setProzessId
public void setProzessId(String uuid)
-
getUUID
public String getUUID()
- Specified by:
getUUID
in interfaceIUUIDEntity
- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a context,
e.g.
Mandant
,Projekt
, ...
-
setUUID
public void setUUID(String uuid)
- Specified by:
setUUID
in interfaceIUUIDEntity
-
getUUIDObject
public UUID getUUIDObject()
- Specified by:
getUUIDObject
in interfaceIUUIDEntity
-
setUUIDObject
public void setUUIDObject(UUID uuid)
-
getAttachments
public List<Attachment> getAttachments()
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
addAttachment
public void addAttachment(Attachment attachment)
-
removeAttachment
public void removeAttachment(Attachment attachment)
-
getCurrentPostfach
public Postfach getCurrentPostfach()
-
setCurrentPostfach
public void setCurrentPostfach(Postfach currentPostfach)
-
isGelesen
public boolean isGelesen()
-
setGelesen
public void setGelesen(boolean gelesen)
-
isInArbeit
public boolean isInArbeit()
- Returns:
- The
in progress
flag.true
when there is an active workflow execution for this form record,false
otherwise.. This is a purely cosmetic flag without any business logic, meant for the UI only. In particular, setting this flag will not prevent multiple workflow executions for the same form record. New workflow engine: The new workflow engine locks the form record for exclusive access via a database lock, seeFormRecordLock
.
-
setInArbeit
public void setInArbeit(boolean inArbeit)
- Parameters:
inArbeit
- Thein progress
flag.true
when there is an active workflow execution for this form record,false
otherwise.. This is a purely cosmetic flag without any business logic, meant for the UI only. In particular, setting this flag will not prevent multiple workflow executions for the same form record. New workflow engine: The new workflow engine locks the form record for exclusive access via a database lock, seeFormRecordLock
.
-
getVerifyUUID
public String getVerifyUUID()
-
setVerifyUUID
public void setVerifyUUID(String verifyUUID)
-
getVerifyExpireDate
public Date getVerifyExpireDate()
-
setVerifyExpireDate
public void setVerifyExpireDate(Date verifyExpireDate)
-
isSaved
public boolean isSaved()
-
setSaved
public void setSaved(boolean saved)
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
-
getFehlerAnzahl
public int getFehlerAnzahl()
-
setFehlerAnzahl
public void setFehlerAnzahl(int fehlerAnzahl)
-
getLastStatusChangeDate
public Date getLastStatusChangeDate()
-
setLastStatusChangeDate
public void setLastStatusChangeDate(Date lastStatusChangeDate)
-
getCurrentFormeingang
public FormEingang getCurrentFormeingang()
-
setCurrentFormeingang
public void setCurrentFormeingang(FormEingang currentFormeingang)
-
getParentId
public Long getParentId()
-
setParentId
public void setParentId(Long parentId)
-
getEditorRef
public String getEditorRef()
-
setEditorRef
public void setEditorRef(String editorRef)
-
getCreatorRef
public String getCreatorRef()
-
setCreatorRef
public void setCreatorRef(String creatorRef)
-
setEditor
public void setEditor(Benutzer editor)
-
setCreator
public void setCreator(Benutzer creator)
-
getCreatorDataString
protected String getCreatorDataString()
-
setCreatorDataString
protected void setCreatorDataString(String creatorData)
-
getEditorDataString
protected String getEditorDataString()
-
setEditorDataString
protected void setEditorDataString(String editorData)
-
getCreatorData
public com.alibaba.fastjson.JSONObject getCreatorData()
-
setCreatorData
public void setCreatorData(com.alibaba.fastjson.JSONObject creatorData)
-
getEditorData
public com.alibaba.fastjson.JSONObject getEditorData()
-
setEditorData
public void setEditorData(com.alibaba.fastjson.JSONObject editorData)
-
getIdentityToken
public String getIdentityToken()
-
setIdentityToken
public void setIdentityToken(String identityToken)
-
getNewStatus
public Status getNewStatus()
-
setNewStatus
public void setNewStatus(Status newStatus)
-
isLoeschbar
public boolean isLoeschbar()
Vorgänge sind löschbar, wenn der Status, in dem sie sich befinden, das Löschen von Vorgängen erlaubt.- Returns:
true
, wenn dieser Vorgang löschbar ist, ansonstenfalse
.
-
toString
public String toString()
- Overrides:
toString
in classAbstractLockableEntity
-
getOldWorkflowState
public WorkflowState getOldWorkflowState()
- Returns:
- The old workflow state from before a state change took place. This is a transient field and only available temporarily while the entity is updated.
-
isHasWorkflowStateChanged
public boolean isHasWorkflowStateChanged()
- Returns:
- Whether the workflow state was changed. This is a transient field and only available temporarily while the entity is updated.
-
clearOldWorkflowState
public void clearOldWorkflowState()
-
getParentVorgang
@Deprecated public Vorgang getParentVorgang()
Deprecated.usegetParentId()
-
setParentVorgang
@Deprecated public void setParentVorgang(Vorgang parentVorgang)
Deprecated.
-
getChildren
@Deprecated public List<Vorgang> getChildren()
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_ID
as filter
-
setChildren
@Deprecated public void setChildren(List<Vorgang> children)
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_ID
as filter
-
addChild
@Deprecated public void addChild(Vorgang vorgang)
Deprecated.
-
removeChild
@Deprecated public void removeChild(Vorgang vorgang)
Deprecated.
-
getFormeingaenge
@Deprecated public List<FormEingang> getFormeingaenge()
Deprecated.
-
setFormeingaenge
@Deprecated public void setFormeingaenge(List<FormEingang> formeingaenge)
Deprecated.
-
addFormeingang
@Deprecated public void addFormeingang(FormEingang formeingang)
Deprecated.
-
removeFormeingang
@Deprecated public void removeFormeingang(FormEingang formeingang)
Deprecated.
-
getBearbeiter
@Deprecated public Benutzer getBearbeiter()
Deprecated.- Returns:
- the bearbeiter
-
setBearbeiter
@Deprecated public void setBearbeiter(Benutzer bearbeiter)
Deprecated.
-
getErsteller
@Deprecated public Benutzer getErsteller()
Deprecated.
-
setErsteller
@Deprecated public void setErsteller(Benutzer ersteller)
Deprecated.
-
getErstellerRef
@Deprecated public String getErstellerRef()
Deprecated.
-
setErstellerRef
@Deprecated public void setErstellerRef(String erstellerRef)
Deprecated.
-
getBearbeiterRef
@Deprecated public String getBearbeiterRef()
Deprecated.
-
setBearbeiterRef
@Deprecated public void setBearbeiterRef(String bearbeiterRef)
Deprecated.
-
-