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 SummaryFields Modifier and Type Field Description static StringATTR_AKTIONSNAMEstatic StringATTR_AKTIONSRESULTATstatic StringATTR_ATTACHMENTSstatic StringATTR_ENTRY_TYPEstatic StringATTR_FORM_RECORD_IDstatic StringATTR_PROJECT_IDstatic StringATTR_PROJECT_TITLEstatic StringATTR_STATUSALTstatic StringATTR_STATUSNEUstatic StringATTR_VORGANG_IDstatic StringFILTER_NON_EXISTING_FORM_RECORDS- 
Fields inherited from class de.xima.fc.entities.AProtocolEntryATTR_BEMERKUNG, ATTR_BENUTZER, ATTR_ERSTELLUNGSDATUM, ATTR_PRESERVE, ATTR_PROJEKTNAME, ATTR_PROTOKOLL
 - 
Fields inherited from class de.xima.fc.entities.AbstractLockableEntityCOL_LOCKINGVERSION, lockingVersion
 - 
Fields inherited from class de.xima.fc.entities.AbstractEntityCOL_ID, id
 - 
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependentATTR_MANDANT, COL_CLIENT_ID
 - 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntityIMPORT_ID, INVALID_ID
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProtocolEntryProcessing(EProtocolEntryProcessType type)
 - 
Method Summary- 
Methods inherited from class de.xima.fc.entities.AProtocolEntrygetBemerkung, getBenutzer, getErstellungsDatum, getProjektName, getProtokoll, isPreserve, setBemerkung, setBenutzer, setErstellungsDatum, setPreserve, setProjektName, setProtokoll, setUser, setUser
 - 
Methods inherited from class de.xima.fc.entities.AbstractLockableEntityentityHasChanged, getLockingVersion, setLockingVersion
 - 
Methods inherited from class de.xima.fc.entities.AbstractEntityasIntValue, isPersisted, setId
 - 
Methods inherited from class de.xima.cmn.dao.model.AEntitycompareTo, equals, getDBTableName, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.ComparablecompareTo
 
- 
 
- 
- 
- 
Field Detail- 
FILTER_NON_EXISTING_FORM_RECORDSpublic static final String FILTER_NON_EXISTING_FORM_RECORDS - See Also:
- Constant Field Values
 
 - 
ATTR_VORGANG_IDpublic static final String ATTR_VORGANG_ID - See Also:
- Constant Field Values
 
 - 
ATTR_FORM_RECORD_IDpublic static final String ATTR_FORM_RECORD_ID - See Also:
- Constant Field Values
 
 - 
ATTR_PROJECT_TITLEpublic static final String ATTR_PROJECT_TITLE - See Also:
- Constant Field Values
 
 - 
ATTR_PROJECT_IDpublic static final String ATTR_PROJECT_ID - See Also:
- Constant Field Values
 
 - 
ATTR_AKTIONSNAMEpublic static final String ATTR_AKTIONSNAME - See Also:
- Constant Field Values
 
 - 
ATTR_AKTIONSRESULTATpublic static final String ATTR_AKTIONSRESULTAT - See Also:
- Constant Field Values
 
 - 
ATTR_STATUSALTpublic static final String ATTR_STATUSALT - See Also:
- Constant Field Values
 
 - 
ATTR_STATUSNEUpublic static final String ATTR_STATUSNEU - See Also:
- Constant Field Values
 
 - 
ATTR_ATTACHMENTSpublic static final String ATTR_ATTACHMENTS - See Also:
- Constant Field Values
 
 - 
ATTR_ENTRY_TYPEpublic static final String ATTR_ENTRY_TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ProtocolEntryProcessingpublic ProtocolEntryProcessing(EProtocolEntryProcessType type) 
 
- 
 - 
Method Detail- 
setIdpublic void setId(Long id) Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
- setIdin interface- de.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
- setIdin class- AbstractEntity
- Parameters:
- id-- Longthe database-id to set
 
 - 
getVorgangIdpublic String getVorgangId() 
 - 
setVorgangIdpublic void setVorgangId(String vorgangId) 
 - 
getMandantpublic Mandant getMandant() - Specified by:
- getMandantin interface- IMandantDependent
 
 - 
setMandantpublic void setMandant(Mandant mandant) - Specified by:
- setMandantin interface- IMandantDependent
 
 - 
getStatusAltpublic String getStatusAlt() 
 - 
setStatusAltpublic void setStatusAlt(String statusAlt) 
 - 
getStatusNeupublic String getStatusNeu() 
 - 
setStatusNeupublic void setStatusNeu(String statusNeu) 
 - 
getAktionsNamepublic String getAktionsName() 
 - 
setAktionsNamepublic void setAktionsName(String aktionsName) 
 - 
getAktionsResultatpublic EAktionsResultat getAktionsResultat() 
 - 
setAktionsResultatpublic void setAktionsResultat(EAktionsResultat wfsResult) 
 - 
getAttachmentspublic String getAttachments() 
 - 
setAttachmentspublic void setAttachments(String attachments) 
 - 
getTypepublic EProtocolEntryProcessType getType() 
 - 
setTypepublic void setType(EProtocolEntryProcessType type) 
 - 
getFormRecordIdpublic Long getFormRecordId() 
 - 
setFormRecordIdpublic void setFormRecordId(Long formRecordId) 
 - 
setProjectTitlepublic void setProjectTitle(String projectTitle) - Parameters:
- projectTitle- the projectTitle to set
 
 - 
getProjectTitlepublic String getProjectTitle() - Returns:
- the projectName
 
 - 
setProjectIdpublic void setProjectId(Long projectId) - Parameters:
- projectId- the projectId to set
 
 - 
getProjectIdpublic Long getProjectId() - Returns:
- the projectId
 
 - 
setProjectpublic void setProject(Projekt project) 
 - 
setFormRecordpublic void setFormRecord(Vorgang formRecord) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AbstractLockableEntity
 
 
- 
 
-