Package de.xima.fc.export.model
Class ExportStatusData
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AbstractMandantDependentEntity
-
- de.xima.fc.entities.Status
-
- de.xima.fc.export.model.ExportStatusData
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IDescriptionProviding
,IIndexed
,ILockingVersionProviding
,IMandantDependent
,INameProviding
,IProjektDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUUIDEntity
,IUuidProviding
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
public class ExportStatusData extends Status
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.entities.Status
ATTR_AKTIONEN, ATTR_ALIAS, ATTR_ALLOW_UNREGISTERED_REPROVIDE, ATTR_BEZEICHNER, ATTR_BG_USER_RIGHT, ATTR_PROJEKT, ATTR_STATUS_PRE, ATTR_STATUS_TYP, ATTR_TIMER_EXEC_OFFSET, ATTR_TIMER_ONLY_UNREAD, ATTR_TIMER_TARGET_STATUS, ATTR_VORGANGLOESCHBAR, ATTR_WEITERVERARBEITUNG, COL_UUID
-
Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandant
-
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.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.IIndexed
ATTR_IDXNUM
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description ExportStatusData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBemerkung()
Status
getWrappedStatus()
void
setBemerkung(String bemerkung)
-
Methods inherited from class de.xima.fc.entities.Status
addAktion, addBenutzerGruppeUsageRight, addStatusPre, cloneBasics, getAktionen, getAlias, getAllowUnregisteredReprovide, getAnzahlRetry, getBenutzerGruppenUsageRight, getBeschreibung, getBezeichner, getDescription, getId, getIdxNum, getName, getNewIdxNum, getProjekt, getSekundenBisRetry, getStatusPre, getStatusTyp, getTimerExecOffset, getTimerOnlyUnread, getTimerTargetStatus, getUuid, getUUID, getUUIDObject, getWeiterverarbeitungBeiFehler, isChangeLocked, isDisabled, isVorgangLoeschbar, removeAktion, removeBenutzerGruppeUsageRight, removeStatusPre, setAktionen, setAlias, setAllowUnregisteredReprovide, setAnzahlRetry, setBenutzerGruppenUsageRight, setBeschreibung, setBezeichner, setChangeLocked, setDescription, setDisabled, setIdxNum, setName, setNewIdxNum, setProjekt, setSekundenBisRetry, setStatusPre, setStatusTyp, setTimerExecOffset, setTimerOnlyUnread, setTimerTargetStatus, setUUID, setUUIDObject, setVorgangLoeschbar, setWeiterverarbeitungBeiFehler, toString
-
Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, 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
-
-