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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AProtocolEntry
ATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLLFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidsetAktionsName(String aktionsName) voidsetAktionsResultat(EAktionsResultat wfsResult) voidsetAttachments(String attachments) voidsetFormRecord(Vorgang formRecord) voidsetFormRecordId(Long formRecordId) void!!!voidsetMandant(Mandant mandant) voidsetProject(Projekt project) voidsetProjectId(Long projectId) voidsetProjectTitle(String projectTitle) voidsetStatusAlt(String statusAlt) voidsetStatusNeu(String statusNeu) voidvoidsetVorgangId(String vorgangId) toString()Methods inherited from class AProtocolEntry
getBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser, setUserMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods 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
public ProtocolEntryProcessing() -
ProtocolEntryProcessing
-
-
Method Details
-
getId
-
setId
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getVorgangId
-
setVorgangId
-
getMandant
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
- Specified by:
setMandantin 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:
toStringin classAbstractLockableEntity
-