Package org.cyclos.impl.banking
Class RestrictedOperatorAccessibleAccounts
- java.lang.Object
-
- org.cyclos.impl.banking.RestrictedOperatorAccessibleAccounts
-
public class RestrictedOperatorAccessibleAccounts extends Object
Indicates which are accessible by a specific restricted operator
-
-
Constructor Summary
Constructors Constructor Description RestrictedOperatorAccessibleAccounts(Set<UserAccountType> ownPayments, Set<UserAccountType> incoming, Set<UserAccountType> outgoing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<UserAccountType>getAllVisible()Set<UserAccountType>getIncoming()Set<UserAccountType>getOutgoing()Set<UserAccountType>getOwnPayments()booleanisAnyVisible()
-
-
-
Constructor Detail
-
RestrictedOperatorAccessibleAccounts
public RestrictedOperatorAccessibleAccounts(Set<UserAccountType> ownPayments, Set<UserAccountType> incoming, Set<UserAccountType> outgoing)
-
-
Method Detail
-
getAllVisible
public Set<UserAccountType> getAllVisible()
-
getIncoming
public Set<UserAccountType> getIncoming()
-
getOutgoing
public Set<UserAccountType> getOutgoing()
-
getOwnPayments
public Set<UserAccountType> getOwnPayments()
-
isAnyVisible
public boolean isAnyVisible()
-
-