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 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.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
- 
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 
 - 
 
 - 
 
- 
- 
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_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
public String getVorgangId()
 
- 
setVorgangId
public void setVorgangId(String vorgangId)
 
- 
getMandant
public Mandant getMandant()
- Specified by:
 getMandantin interfaceIMandantDependent
 
- 
setMandant
public void setMandant(Mandant mandant)
- Specified by:
 setMandantin 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:
 toStringin classAbstractLockableEntity
 
 - 
 
 -