Package de.xima.fc.entities
Class ProjectPortalData
- 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.ProjectPortalData
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ILockingVersionProviding,IProjektDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,IUUIDEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class ProjectPortalData extends ALockableEntity implements IProjektDependent, IUUIDEntity
Entity for storing project specific portal data.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCOL_ACCEPTED_UPLOAD_TYPESstatic StringCOL_DEFAULT_SENDER_NAMEstatic StringCOL_PROJECT_IDstatic StringCOL_UPLOAD_SIZE_LIMIT- 
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.IProjektDependent
ATTR_PROJEKT 
- 
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, COL_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ProjectPortalData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcceptedUploadTypes()StringgetDefaultSenderName()LonggetId()ProjektgetProjekt()longgetUploadSizeLimit()longgetUploadSizeLimitAsKiloBytes()StringgetUUID()Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.UUIDgetUUIDObject()Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetAcceptedUploadTypes(String acceptedUploadTypes)voidsetDefaultSenderName(String defaultSenderName)voidsetId(Long id)!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!voidsetProjekt(Projekt project)voidsetUploadSizeLimit(long uploadSizeLimit)voidsetUUID(String uuid)Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetUUIDObject(UUID uuid)- 
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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
COL_DEFAULT_SENDER_NAME
public static final String COL_DEFAULT_SENDER_NAME
- See Also:
 - Constant Field Values
 
 
- 
COL_UPLOAD_SIZE_LIMIT
public static final String COL_UPLOAD_SIZE_LIMIT
- See Also:
 - Constant Field Values
 
 
- 
COL_ACCEPTED_UPLOAD_TYPES
public static final String COL_ACCEPTED_UPLOAD_TYPES
- See Also:
 - Constant Field Values
 
 
- 
COL_PROJECT_ID
public static final String COL_PROJECT_ID
- 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()
Description copied from interface:IUUIDEntityGets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
 getUUIDin interfaceIUUIDEntity- Returns:
 - The UUID of the entity.
 
 
- 
setUUID
public void setUUID(String uuid)
Description copied from interface:IUUIDEntitySets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
 setUUIDin interfaceIUUIDEntity- Parameters:
 uuid- The UUID of the entity.
 
- 
getUUIDObject
public UUID getUUIDObject()
Description copied from interface:IUUIDEntityGets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
 getUUIDObjectin interfaceIUUIDEntity- Returns:
 - The UUID of the entity.
 
 
- 
setUUIDObject
public void setUUIDObject(UUID uuid)
 
- 
getUploadSizeLimit
public long getUploadSizeLimit()
 
- 
setUploadSizeLimit
public void setUploadSizeLimit(long uploadSizeLimit)
 
- 
getDefaultSenderName
public String getDefaultSenderName()
 
- 
setDefaultSenderName
public void setDefaultSenderName(String defaultSenderName)
 
- 
getAcceptedUploadTypes
public String getAcceptedUploadTypes()
 
- 
setProjekt
public void setProjekt(Projekt project)
- Specified by:
 setProjektin interfaceIProjektDependent
 
- 
setAcceptedUploadTypes
public void setAcceptedUploadTypes(String acceptedUploadTypes)
 
- 
getProjekt
public Projekt getProjekt()
- Specified by:
 getProjektin interfaceIProjektDependent
 
- 
getUploadSizeLimitAsKiloBytes
public long getUploadSizeLimitAsKiloBytes()
 
 - 
 
 -