@Entity public abstract class Document extends NamedEntity implements DefinesNetwork
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
DocumentCategory |
getCategory() |
java.lang.String |
getDescription() |
DocumentNature |
getDiscriminator() |
java.lang.Boolean |
getEnable() |
abstract DocumentNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
abstract boolean |
isHasFile() |
void |
setCategory(DocumentCategory category) |
void |
setDescription(java.lang.String description) |
void |
setEnable(java.lang.Boolean enable) |
void |
setNetwork(Network network) |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic DocumentCategory getCategory()
public java.lang.String getDescription()
public DocumentNature getDiscriminator()
public java.lang.Boolean getEnable()
public abstract DocumentNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic abstract boolean isHasFile()
public void setCategory(DocumentCategory category)
public void setDescription(java.lang.String description)
public void setEnable(java.lang.Boolean enable)
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork