Package de.xima.fc.entities
Class ProtocolEntryProcessing
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AProtocolEntry
-
- de.xima.fc.entities.ProtocolEntryProcessing
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,ILockingVersionProviding
,IMandantDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class ProtocolEntryProcessing extends AProtocolEntry implements IMandantDependent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class de.xima.fc.entities.AProtocolEntry
ATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLL
-
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
-
-
Constructor Summary
Constructors Constructor Description ProtocolEntryProcessing(EProtocolEntryProcessType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class de.xima.fc.entities.AProtocolEntry
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser
-
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
-
FILTER_NON_EXISTING_FORM_RECORDS
public static final String FILTER_NON_EXISTING_FORM_RECORDS
- See Also:
- Constant Field Values
-
ATTR_VORGANG_ID
public static final String ATTR_VORGANG_ID
- See Also:
- Constant Field Values
-
ATTR_FORM_RECORD_ID
public static final String ATTR_FORM_RECORD_ID
- See Also:
- Constant Field Values
-
ATTR_PROJECT_TITLE
public static final String ATTR_PROJECT_TITLE
- See Also:
- Constant Field Values
-
ATTR_PROJECT_ID
public static final String ATTR_PROJECT_ID
- See Also:
- Constant Field Values
-
ATTR_AKTIONSNAME
public static final String ATTR_AKTIONSNAME
- See Also:
- Constant Field Values
-
ATTR_AKTIONSRESULTAT
public static final String ATTR_AKTIONSRESULTAT
- See Also:
- Constant Field Values
-
ATTR_STATUSALT
public static final String ATTR_STATUSALT
- See Also:
- Constant Field Values
-
ATTR_STATUSNEU
public static final String ATTR_STATUSNEU
- See Also:
- Constant Field Values
-
ATTR_ATTACHMENTS
public static final String ATTR_ATTACHMENTS
- See Also:
- Constant Field Values
-
ATTR_ENTRY_TYPE
public static final String ATTR_ENTRY_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProtocolEntryProcessing
public ProtocolEntryProcessing(EProtocolEntryProcessType type)
-
-
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
-
getVorgangId
public String getVorgangId()
-
setVorgangId
public void setVorgangId(String vorgangId)
-
getMandant
public Mandant getMandant()
- Specified by:
getMandant
in interfaceIMandantDependent
-
setMandant
public void setMandant(Mandant mandant)
- Specified by:
setMandant
in interfaceIMandantDependent
-
getStatusAlt
public String getStatusAlt()
-
setStatusAlt
public void setStatusAlt(String statusAlt)
-
getStatusNeu
public String getStatusNeu()
-
setStatusNeu
public void setStatusNeu(String statusNeu)
-
getAktionsName
public String getAktionsName()
-
setAktionsName
public void setAktionsName(String aktionsName)
-
getAktionsResultat
public EAktionsResultat getAktionsResultat()
-
setAktionsResultat
public void setAktionsResultat(EAktionsResultat wfsResult)
-
getAttachments
public String getAttachments()
-
setAttachments
public void setAttachments(String attachments)
-
getType
public EProtocolEntryProcessType getType()
-
setType
public void setType(EProtocolEntryProcessType type)
-
getFormRecordId
public Long getFormRecordId()
-
setFormRecordId
public void setFormRecordId(Long formRecordId)
-
setProjectTitle
public void setProjectTitle(String projectTitle)
- Parameters:
projectTitle
- the projectTitle to set
-
getProjectTitle
public String getProjectTitle()
- Returns:
- the projectName
-
setProjectId
public void setProjectId(Long projectId)
- Parameters:
projectId
- the projectId to set
-
getProjectId
public Long getProjectId()
- Returns:
- the projectId
-
setProject
public void setProject(Projekt project)
-
setFormRecord
public void setFormRecord(Vorgang formRecord)
-
toString
public String toString()
- Overrides:
toString
in classAbstractLockableEntity
-
-