Class TransactionAuthorizationsPermissionsVO
- java.lang.Object
-
- org.cyclos.server.model.access.login.TransactionAuthorizationsPermissionsVO
-
- All Implemented Interfaces:
Serializable
public class TransactionAuthorizationsPermissionsVO extends Object implements Serializable
Recurring payments permissions the authenticated user has, used by REST- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionAuthorizationsPermissionsVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAuthorize()booleanisCancel()booleanisDeny()booleanisView()voidsetAuthorize(boolean authorize)voidsetCancel(boolean cancel)voidsetDeny(boolean deny)voidsetView(boolean view)
-
-
-
Method Detail
-
isAuthorize
public boolean isAuthorize()
-
isCancel
public boolean isCancel()
-
isDeny
public boolean isDeny()
-
isView
public boolean isView()
-
setAuthorize
public void setAuthorize(boolean authorize)
-
setCancel
public void setCancel(boolean cancel)
-
setDeny
public void setDeny(boolean deny)
-
setView
public void setView(boolean view)
-
-