Class PaymentsPermissionsVO
- java.lang.Object
-
- org.cyclos.server.model.access.login.PaymentsPermissionsVO
-
- All Implemented Interfaces:
Serializable
public class PaymentsPermissionsVO extends Object implements Serializable
Payments permissions the authenticated user has, used by REST- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentsPermissionsVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPos()booleanisSelf()booleanisSystem()booleanisUser()voidsetPos(boolean pos)voidsetSelf(boolean self)voidsetSystem(boolean system)voidsetUser(boolean user)
-
-
-
Method Detail
-
isPos
public boolean isPos()
-
isSelf
public boolean isSelf()
-
isSystem
public boolean isSystem()
-
isUser
public boolean isUser()
-
setPos
public void setPos(boolean pos)
-
setSelf
public void setSelf(boolean self)
-
setSystem
public void setSystem(boolean system)
-
setUser
public void setUser(boolean user)
-
-