Package de.xima.fc.entities
Class FormEingang
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.ALockableEntity
-
- de.xima.fc.entities.FormEingang
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,IFileProviding<FormEingangDatei,FormEingangDateiData>,ILockingVersionProviding,IMandantDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,IUncacheableDatei,IUncacheableFile,IUUIDEntity,IVorgangDependent,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class FormEingang extends ALockableEntity implements IVorgangDependent, IFileProviding<FormEingangDatei,FormEingangDateiData>, IUncacheableFile, IUUIDEntity, IMandantDependent
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen Werte- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_ERSTELLER_REFstatic StringATTR_INDEXstatic StringATTR_MANDANTDeprecated.will be removed, useAClientDependentEntity.getMandant()static StringATTR_NUTZER_INFODeprecated.static StringATTR_SUBMISSIONstatic StringATTR_VORGANGstatic StringCOL_SUBMISSION_IDstatic StringCOL_UUIDstatic StringSTANDARD_DATUM_FORMAT_DEDeprecated.static StringSTANDARD_ZEIT_FORMAT_DEDeprecated.static StringSUB_ATTR_EINGABEWERTE_ALIASstatic StringSUB_ATTR_EINGABEWERTE_WERT-
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.IFileProviding
ATTR_DATEI, ATTR_FILE
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
COL_CLIENT_ID
-
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, NULLABLE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description FormEingang()
-
Method Summary
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
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
-
Methods inherited from interface de.xima.fc.entities.interfaces.IFileProviding
getDatei, setDatei
-
-
-
-
Field Detail
-
ATTR_VORGANG
public static final String ATTR_VORGANG
- See Also:
- Constant Field Values
-
ATTR_SUBMISSION
public static final String ATTR_SUBMISSION
- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
public static final String ATTR_ERSTELLER_REF
- See Also:
- Constant Field Values
-
ATTR_INDEX
public static final String ATTR_INDEX
- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_ALIAS
public static final String SUB_ATTR_EINGABEWERTE_ALIAS
- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_WERT
public static final String SUB_ATTR_EINGABEWERTE_WERT
- See Also:
- Constant Field Values
-
COL_SUBMISSION_ID
public static final String COL_SUBMISSION_ID
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
ATTR_MANDANT
@Deprecated public static final String ATTR_MANDANT
Deprecated.will be removed, useAClientDependentEntity.getMandant()- See Also:
- Constant Field Values
-
STANDARD_DATUM_FORMAT_DE
@Deprecated public static final String STANDARD_DATUM_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
STANDARD_ZEIT_FORMAT_DE
@Deprecated public static final String STANDARD_ZEIT_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_NUTZER_INFO
@Deprecated public static final String ATTR_NUTZER_INFO
Deprecated.- See Also:
- Constant Field Values
-
-
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
-
getUUID
public String getUUID()
- Specified by:
getUUIDin interfaceIUUIDEntity- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a
context, e.g.
Mandant,Projekt, ...
-
setUUID
public void setUUID(String uuid)
- Specified by:
setUUIDin interfaceIUUIDEntity
-
getUUIDObject
public UUID getUUIDObject()
- Specified by:
getUUIDObjectin interfaceIUUIDEntity
-
setUUIDObject
public void setUUIDObject(UUID uuid)
-
getVorgang
public Vorgang getVorgang()
- Specified by:
getVorgangin interfaceIVorgangDependent
-
setVorgang
public void setVorgang(Vorgang vorgang)
-
getEingangsDatum
public Date getEingangsDatum()
-
getAttachments
@Deprecated public List<Attachment> getAttachments()
Deprecated.
-
setAttachments
@Deprecated public void setAttachments(List<Attachment> attachments)
Deprecated.
-
addAttachment
@Deprecated public void addAttachment(Attachment attachment)
Deprecated.
-
removeAttachment
@Deprecated public void removeAttachment(Attachment attachment)
Deprecated.
-
getFileEntity
public FormEingangDatei getFileEntity()
- Specified by:
getFileEntityin interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
setFileEntity
public void setFileEntity(FormEingangDatei fileEntity)
- Specified by:
setFileEntityin interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
getSubmission
public FormRecordSubmission getSubmission()
-
setSubmission
public void setSubmission(FormRecordSubmission submission)
-
getIdxnum
public int getIdxnum()
-
setIdxnum
public void setIdxnum(int idxnum)
-
getErstellerRef
public String getErstellerRef()
-
setErstellerRef
public void setErstellerRef(String erstellerRef)
-
setErsteller
public void setErsteller(IUser ersteller)
-
setFormData
public void setFormData(String formData)
-
getReadUserProfiles
public Set<UserProfile> getReadUserProfiles()
-
setReadUserProfiles
public void setReadUserProfiles(Set<UserProfile> readUserProfiles)
-
setErsteller
@Deprecated public void setErsteller(Benutzer ersteller)
Deprecated.UsesetErstellerRef(String)instead.
-
getDatumFormat
@Deprecated public String getDatumFormat()
Deprecated.
-
setDatumFormat
@Deprecated public void setDatumFormat(String datumFormat)
Deprecated.
-
getZeitFormat
@Deprecated public String getZeitFormat()
Deprecated.
-
setZeitFormat
@Deprecated public void setZeitFormat(String zeitFormat)
Deprecated.
-
getErsteller
@Deprecated public Benutzer getErsteller()
Deprecated.- Returns:
- the ersteller
-
getNutzerInfo
@Deprecated public String getNutzerInfo()
Deprecated.
-
setNutzerInfo
@Deprecated public void setNutzerInfo(String nutzerInfo)
Deprecated.
-
getMandant
@Deprecated public Mandant getMandant()
Deprecated.will be removed, usegetVorgang()andAClientDependentEntity.getMandant()- Specified by:
getMandantin interfaceIMandantDependent- Returns:
- returns the client or null if not set
-
setMandant
@Deprecated public void setMandant(Mandant mandant)
Deprecated.will be removed, usegetVorgang()andAClientDependentEntity.setMandant(Mandant)- Specified by:
setMandantin interfaceIMandantDependent
-
-