@Entity public abstract class PrincipalType extends ConfigurationEntity implements DefinesNetwork
| Constructor and Description |
|---|
PrincipalType() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
abstract PrincipalTypeNature |
getNature() |
Network |
getNetwork() |
abstract boolean |
isUsedExternalPayment() |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic abstract PrincipalTypeNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic abstract boolean isUsedExternalPayment()
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork