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>>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
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.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
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 -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
setAktionsName
(String aktionsName) void
setAktionsResultat
(EAktionsResultat wfsResult) void
setAttachments
(String attachments) void
setFormRecord
(Vorgang formRecord) void
setFormRecordId
(Long formRecordId) void
!!!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
void
setVorgangId
(String vorgangId) toString()
Methods inherited from class de.xima.fc.entities.AProtocolEntry
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser, 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
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted
-
Field Details
-
FILTER_NON_EXISTING_FORM_RECORDS
- See Also:
-
ATTR_VORGANG_ID
- See Also:
-
ATTR_FORM_RECORD_ID
- See Also:
-
ATTR_PROJECT_TITLE
- See Also:
-
ATTR_PROJECT_ID
- See Also:
-
ATTR_AKTIONSNAME
- See Also:
-
ATTR_AKTIONSRESULTAT
- See Also:
-
ATTR_STATUSALT
- See Also:
-
ATTR_STATUSNEU
- See Also:
-
ATTR_ATTACHMENTS
- See Also:
-
ATTR_ENTRY_TYPE
- See Also:
-
-
Constructor Details
-
ProtocolEntryProcessing
-
-
Method Details
-
getId
- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
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
-
setVorgangId
-
getMandant
- Specified by:
getMandant
in interfaceIMandantDependent
-
setMandant
- Specified by:
setMandant
in interfaceIMandantDependent
-
getStatusAlt
-
setStatusAlt
-
getStatusNeu
-
setStatusNeu
-
getAktionsName
-
setAktionsName
-
getAktionsResultat
-
setAktionsResultat
-
getAttachments
-
setAttachments
-
getType
-
setType
-
getFormRecordId
-
setFormRecordId
-
setProjectTitle
- Parameters:
projectTitle
- the projectTitle to set
-
getProjectTitle
- Returns:
- the projectName
-
setProjectId
- Parameters:
projectId
- the projectId to set
-
getProjectId
- Returns:
- the projectId
-
setProject
-
setFormRecord
-
toString
- Overrides:
toString
in classAbstractLockableEntity
-