Class PaymentAuthorizationLevelData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.PaymentAuthorizationLevelData
-
- All Implemented Interfaces:
Serializable
public class PaymentAuthorizationLevelData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,PaymentAuthorizationLevelData>ALLOW_ADMINstatic BasicProperty<Boolean,PaymentAuthorizationLevelData>ALLOW_BROKERstatic BasicProperty<Boolean,PaymentAuthorizationLevelData>ALLOW_PAYERstatic BasicProperty<Boolean,PaymentAuthorizationLevelData>ALLOW_RECEIVERstatic StringCLASS_NAME
-
Constructor Summary
Constructors Constructor Description PaymentAuthorizationLevelData()PaymentAuthorizationLevelData(Property<T,? super PaymentAuthorizationLevelData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanisAllowAdmin()booleanisAllowBroker()booleanisAllowPayer()booleanisAllowReceiver()voidsetAllowAdmin(boolean allowAdmin)voidsetAllowBroker(boolean allowBroker)voidsetAllowPayer(boolean allowPayer)voidsetAllowReceiver(boolean allowReceiver)-
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
-
ALLOW_ADMIN
public static final BasicProperty<Boolean,PaymentAuthorizationLevelData> ALLOW_ADMIN
-
ALLOW_BROKER
public static final BasicProperty<Boolean,PaymentAuthorizationLevelData> ALLOW_BROKER
-
ALLOW_PAYER
public static final BasicProperty<Boolean,PaymentAuthorizationLevelData> ALLOW_PAYER
-
ALLOW_RECEIVER
public static final BasicProperty<Boolean,PaymentAuthorizationLevelData> ALLOW_RECEIVER
-
-
Constructor Detail
-
PaymentAuthorizationLevelData
public PaymentAuthorizationLevelData()
-
PaymentAuthorizationLevelData
public PaymentAuthorizationLevelData(Property<T,? super PaymentAuthorizationLevelData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isAllowAdmin
public boolean isAllowAdmin()
-
setAllowAdmin
public void setAllowAdmin(boolean allowAdmin)
-
isAllowBroker
public boolean isAllowBroker()
-
setAllowBroker
public void setAllowBroker(boolean allowBroker)
-
isAllowPayer
public boolean isAllowPayer()
-
setAllowPayer
public void setAllowPayer(boolean allowPayer)
-
isAllowReceiver
public boolean isAllowReceiver()
-
setAllowReceiver
public void setAllowReceiver(boolean allowReceiver)
-
-