@Entity public class TransferFilter extends ConfigurationEntity
NULL_PART| 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()
Returns the network this entity belongs to
|
java.util.Set<TransferType> |
getTransferTypes() |
void |
setAccountType(AccountType accountType) |
void |
setTransferTypes(java.util.Set<TransferType> transferTypes) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic AccountType getAccountType()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic java.util.Set<TransferType> getTransferTypes()
public void setAccountType(AccountType accountType)
public void setTransferTypes(java.util.Set<TransferType> transferTypes)