@Entity public class TransferFilter extends ConfigurationEntity
| Constructor and Description |
|---|
TransferFilter() |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
getAccountType() |
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
Network |
getNetwork() |
java.util.Set<TransferType> |
getTransferTypes() |
void |
setAccountType(AccountType accountType) |
void |
setTransferTypes(java.util.Set<TransferType> transferTypes) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic AccountType getAccountType()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic Network getNetwork()
getNetwork in class BaseEntitypublic java.util.Set<TransferType> getTransferTypes()
public void setAccountType(AccountType accountType)
public void setTransferTypes(java.util.Set<TransferType> transferTypes)