Package de.xima.fc.entities
Class PeStatus
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- 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>>
@Deprecated public class PeStatus extends ProtocolEntryProcessing
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.entities.ProtocolEntryProcessing
ATTR_AKTIONSNAME, ATTR_AKTIONSRESULTAT, ATTR_ATTACHMENTS, ATTR_ENTRY_TYPE, ATTR_FORM_RECORD_ID, ATTR_PROJECT_ID, ATTR_PROJECT_TITLE, ATTR_STATUSALT, ATTR_STATUSNEU, ATTR_VORGANG_ID, 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 PeStatus()
Deprecated.
-
Method Summary
-
Methods inherited from class de.xima.fc.entities.ProtocolEntryProcessing
getAktionsName, getAktionsResultat, getAttachments, getFormRecordId, getId, getMandant, getProjectId, getProjectTitle, getStatusAlt, getStatusNeu, getType, getVorgangId, setAktionsName, setAktionsResultat, setAttachments, setFormRecord, setFormRecordId, setId, setMandant, setProject, setProjectId, setProjectTitle, setStatusAlt, setStatusNeu, setType, setVorgangId, 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
-
-
-
-
Constructor Detail
-
PeStatus
@Deprecated public PeStatus()
Deprecated.
-
-