public class PaymentAuthorizationLevelData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> |
ALLOW_ADMIN |
static BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> |
ALLOW_BROKER |
static BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> |
ALLOW_PAYER |
static BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> |
ALLOW_RECEIVER |
static java.lang.String |
CLASS_NAME |
| Constructor and Description |
|---|
PaymentAuthorizationLevelData() |
PaymentAuthorizationLevelData(Property<T,? super PaymentAuthorizationLevelData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isAllowAdmin() |
boolean |
isAllowBroker() |
boolean |
isAllowPayer() |
boolean |
isAllowReceiver() |
void |
setAllowAdmin(boolean allowAdmin) |
void |
setAllowBroker(boolean allowBroker) |
void |
setAllowPayer(boolean allowPayer) |
void |
setAllowReceiver(boolean allowReceiver) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> ALLOW_ADMIN
public static final BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> ALLOW_BROKER
public static final BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> ALLOW_PAYER
public static final BasicProperty<java.lang.Boolean,PaymentAuthorizationLevelData> ALLOW_RECEIVER
public PaymentAuthorizationLevelData()
public PaymentAuthorizationLevelData(Property<T,? super PaymentAuthorizationLevelData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isAllowAdmin()
public void setAllowAdmin(boolean allowAdmin)
public boolean isAllowBroker()
public void setAllowBroker(boolean allowBroker)
public boolean isAllowPayer()
public void setAllowPayer(boolean allowPayer)
public boolean isAllowReceiver()
public void setAllowReceiver(boolean allowReceiver)