Class AccountPermissionsData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.AccountPermissionsData
-
- All Implemented Interfaces:
Serializable
public class AccountPermissionsData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountWithCurrencyVO,AccountPermissionsData>ACCOUNTstatic StringCLASS_NAMEstatic ListProperty<TransferTypeVO,AccountPermissionsData>EXTERNAL_PAYMENTSstatic ListProperty<TransferTypeVO,AccountPermissionsData>RECEIVE_PAYMENTSstatic ListProperty<TransferTypeVO,AccountPermissionsData>SELF_PAYMENTSstatic ListProperty<TransferTypeVO,AccountPermissionsData>SEND_PAYMENT_REQUESTS_TO_SYSTEMstatic ListProperty<TransferTypeVO,AccountPermissionsData>SEND_PAYMENT_REQUESTS_TO_USERstatic ListProperty<TransferTypeVO,AccountPermissionsData>SYSTEM_PAYMENTSstatic ListProperty<TransferTypeVO,AccountPermissionsData>USER_PAYMENTSstatic BasicProperty<Boolean,AccountPermissionsData>VISIBLE
-
Constructor Summary
Constructors Constructor Description AccountPermissionsData()AccountPermissionsData(Property<T,? super AccountPermissionsData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT
public static final BasicProperty<AccountWithCurrencyVO,AccountPermissionsData> ACCOUNT
-
EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> EXTERNAL_PAYMENTS
-
RECEIVE_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> RECEIVE_PAYMENTS
-
SELF_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SELF_PAYMENTS
-
SEND_PAYMENT_REQUESTS_TO_SYSTEM
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SEND_PAYMENT_REQUESTS_TO_SYSTEM
-
SEND_PAYMENT_REQUESTS_TO_USER
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SEND_PAYMENT_REQUESTS_TO_USER
-
SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> SYSTEM_PAYMENTS
-
USER_PAYMENTS
public static final ListProperty<TransferTypeVO,AccountPermissionsData> USER_PAYMENTS
-
VISIBLE
public static final BasicProperty<Boolean,AccountPermissionsData> VISIBLE
-
-
Constructor Detail
-
AccountPermissionsData
public AccountPermissionsData()
-
AccountPermissionsData
public AccountPermissionsData(Property<T,? super AccountPermissionsData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccount
public AccountWithCurrencyVO getAccount()
-
setAccount
public void setAccount(AccountWithCurrencyVO account)
-
getExternalPayments
public List<TransferTypeVO> getExternalPayments()
-
setExternalPayments
public void setExternalPayments(List<TransferTypeVO> externalPayments)
-
getReceivePayments
public List<TransferTypeVO> getReceivePayments()
-
setReceivePayments
public void setReceivePayments(List<TransferTypeVO> receivePayments)
-
getSelfPayments
public List<TransferTypeVO> getSelfPayments()
-
setSelfPayments
public void setSelfPayments(List<TransferTypeVO> selfPayments)
-
getSendPaymentRequestsToSystem
public List<TransferTypeVO> getSendPaymentRequestsToSystem()
-
setSendPaymentRequestsToSystem
public void setSendPaymentRequestsToSystem(List<TransferTypeVO> sendPaymentRequestsToSystem)
-
getSendPaymentRequestsToUser
public List<TransferTypeVO> getSendPaymentRequestsToUser()
-
setSendPaymentRequestsToUser
public void setSendPaymentRequestsToUser(List<TransferTypeVO> sendPaymentRequestsToUser)
-
getSystemPayments
public List<TransferTypeVO> getSystemPayments()
-
setSystemPayments
public void setSystemPayments(List<TransferTypeVO> systemPayments)
-
getUserPayments
public List<TransferTypeVO> getUserPayments()
-
setUserPayments
public void setUserPayments(List<TransferTypeVO> userPayments)
-
isVisible
public boolean isVisible()
-
setVisible
public void setVisible(boolean visible)
-
-