Class StaticDocument
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.contentmanagement.Document
-
- org.cyclos.entities.contentmanagement.SharedDocument
-
- org.cyclos.entities.contentmanagement.StaticDocument
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class StaticDocument extends SharedDocument
A Document of type Static
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description StaticDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentFilegetFile()DocumentNaturegetNature()booleanisHasFile()booleanisPubliclyAccessible()voidsetFile(DocumentFile file)voidsetPubliclyAccessible(boolean publiclyAccessible)-
Methods inherited from class org.cyclos.entities.contentmanagement.SharedDocument
getCategory, getDataTranslationType, getInternalName, setCategory, setInternalName
-
Methods inherited from class org.cyclos.entities.contentmanagement.Document
getDescription, getDiscriminator, getNetwork, isEnable, setDescription, setEnable, setNetwork
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getFile
public DocumentFile getFile()
-
getNature
public DocumentNature getNature()
-
isPubliclyAccessible
public boolean isPubliclyAccessible()
-
setFile
public void setFile(DocumentFile file)
-
setPubliclyAccessible
public void setPubliclyAccessible(boolean publiclyAccessible)
-
-