Class AccountPermissionsVO
- java.lang.Object
-
- org.cyclos.server.model.access.login.AccountPermissionsVO
-
- All Implemented Interfaces:
Serializable
public class AccountPermissionsVO extends Object implements Serializable
Permissions over an owned account, used by REST- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountPermissionsVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountWithCurrencyVOgetAccount()List<TransferTypeVO>getPosPayments()List<TransferTypeVO>getSelfPayments()List<TransferTypeVO>getSystemPayments()List<TransferTypeVO>getUserPayments()booleanisViewStatus()booleanisVisible()voidsetAccount(AccountWithCurrencyVO account)voidsetPosPayments(List<TransferTypeVO> posPayments)voidsetSelfPayments(List<TransferTypeVO> selfPayments)voidsetSystemPayments(List<TransferTypeVO> systemPayments)voidsetUserPayments(List<TransferTypeVO> userPayments)voidsetViewStatus(boolean viewStatus)voidsetVisible(boolean visible)
-
-
-
Method Detail
-
getAccount
public AccountWithCurrencyVO getAccount()
-
getPosPayments
public List<TransferTypeVO> getPosPayments()
-
getSelfPayments
public List<TransferTypeVO> getSelfPayments()
-
getSystemPayments
public List<TransferTypeVO> getSystemPayments()
-
getUserPayments
public List<TransferTypeVO> getUserPayments()
-
isViewStatus
public boolean isViewStatus()
-
isVisible
public boolean isVisible()
-
setAccount
public void setAccount(AccountWithCurrencyVO account)
-
setPosPayments
public void setPosPayments(List<TransferTypeVO> posPayments)
-
setSelfPayments
public void setSelfPayments(List<TransferTypeVO> selfPayments)
-
setSystemPayments
public void setSystemPayments(List<TransferTypeVO> systemPayments)
-
setUserPayments
public void setUserPayments(List<TransferTypeVO> userPayments)
-
setViewStatus
public void setViewStatus(boolean viewStatus)
-
setVisible
public void setVisible(boolean visible)
-
-