@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() |
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, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic DocumentCategory getCategory()
public java.lang.String getDescription()
public DocumentNature getDiscriminator()
public java.lang.Boolean getEnable()
public abstract DocumentNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic 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