@Entity public class Agreement extends ConfigurationEntity implements DefinesNetwork
| Constructor and Description |
|---|
Agreement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
Network |
getNetwork() |
void |
setContent(java.lang.String content) |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic java.lang.String getContent()
public Network getNetwork()
getNetwork in class BaseEntitypublic void setContent(java.lang.String content)
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork