Package de.xima.fc.entities
Class MandantRessourceDatei
- java.lang.Object
 - 
- de.xima.cmn.dao.model.AEntity<Long>
 - 
- de.xima.fc.entities.AbstractEntity
 - 
- de.xima.fc.entities.AbstractLockableEntity
 - 
- de.xima.fc.entities.AFileEntity<MandantRessource,MandantRessourceDateiData>
 - 
- de.xima.fc.entities.MandantRessourceDatei
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,IAbstractDatei<MandantRessourceDateiData>,IFileEntity<MandantRessource,MandantRessourceDateiData>,ILockingVersionProviding,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class MandantRessourceDatei extends AFileEntity<MandantRessource,MandantRessourceDateiData>
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTR_MANDANT_RESSOURCEstatic StringATTR_PROJEKT_RESSOURCEDeprecated.static StringATTR_SIZE- 
Fields inherited from class de.xima.fc.entities.AFileEntity
aenderungsdatum, benutzer_erstellt, benutzer_geaendert, COL_DATE_CREATED, COL_DATE_MODIFIED, COL_NAME, COL_USER_NAME_CREATED, COL_USER_NAME_MODIFIED, dataEntities, dateiname, erstellungsdatum 
- 
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.IFileEntity
ATTR_AENDERUNGSDATUM, ATTR_BASE_ENTITY, ATTR_BENUTZER, ATTR_BENUTZER_GEAENDERT, ATTR_DATA_ENTITY, ATTR_DATEINAME, ATTR_DATEN, ATTR_ERSTELLUNGSDATUM 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MandantRessourceDatei() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantRessourcegetBaseEntity()MandantRessourceDateiDatagetDataEntity()LonggetId()intgetSize()voidsetBaseEntity(MandantRessource baseEntity)voidsetDataEntity(MandantRessourceDateiData dataEntity)voidsetNewData(byte[] daten)voidsetSize(Integer size)- 
Methods inherited from class de.xima.fc.entities.AFileEntity
getAenderungsdatum, getBenutzer_erstellt, getBenutzer_geaendert, getDataEntities, getDateiname, getDaten, getErstellungsdatum, setAenderungsdatum, setBenutzer_erstellt, setBenutzer_geaendert, setDataEntities, setDateiname, setErstellungsdatum 
- 
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, 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.IFileEntity
getDateiDaten, setDateiDaten 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ATTR_MANDANT_RESSOURCE
public static final String ATTR_MANDANT_RESSOURCE
- See Also:
 - Constant Field Values
 
 
- 
ATTR_PROJEKT_RESSOURCE
@Deprecated public static final String ATTR_PROJEKT_RESSOURCE
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_SIZE
public static final String ATTR_SIZE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getId
public Long getId()
 
- 
setDataEntity
public void setDataEntity(MandantRessourceDateiData dataEntity)
 
- 
getDataEntity
public MandantRessourceDateiData getDataEntity()
 
- 
setNewData
public void setNewData(byte[] daten)
 
- 
getSize
public int getSize()
 
- 
setSize
public void setSize(Integer size)
 
- 
getBaseEntity
public MandantRessource getBaseEntity()
 
- 
setBaseEntity
public void setBaseEntity(MandantRessource baseEntity)
 
 - 
 
 -