Class AcceptPaymentRequestPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- org.cyclos.model.banking.transactions.AcceptPaymentRequestPreviewVO
-
- All Implemented Interfaces:
Serializable
public class AcceptPaymentRequestPreviewVO extends TransactionPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,AcceptPaymentRequestPreviewVO>CAN_SET_PROCESS_DATEstatic StringCLASS_NAMEstatic BasicProperty<BaseInternalPaymentPreviewVO,AcceptPaymentRequestPreviewVO>PAYMENT_PREVIEWstatic BasicProperty<PaymentRequestVO,AcceptPaymentRequestPreviewVO>PAYMENT_REQUEST
-
Constructor Summary
Constructors Constructor Description AcceptPaymentRequestPreviewVO()AcceptPaymentRequestPreviewVO(Property<T,? super AcceptPaymentRequestPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BaseInternalPaymentPreviewVOgetPaymentPreview()PaymentRequestVOgetPaymentRequest()booleanisCanSetProcessDate()voidsetCanSetProcessDate(boolean canSetProcessDate)voidsetPaymentPreview(BaseInternalPaymentPreviewVO paymentPreview)voidsetPaymentRequest(PaymentRequestVO paymentRequest)-
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
-
CAN_SET_PROCESS_DATE
public static final BasicProperty<Boolean,AcceptPaymentRequestPreviewVO> CAN_SET_PROCESS_DATE
-
PAYMENT_PREVIEW
public static final BasicProperty<BaseInternalPaymentPreviewVO,AcceptPaymentRequestPreviewVO> PAYMENT_PREVIEW
-
PAYMENT_REQUEST
public static final BasicProperty<PaymentRequestVO,AcceptPaymentRequestPreviewVO> PAYMENT_REQUEST
-
-
Constructor Detail
-
AcceptPaymentRequestPreviewVO
public AcceptPaymentRequestPreviewVO()
-
AcceptPaymentRequestPreviewVO
public AcceptPaymentRequestPreviewVO(Property<T,? super AcceptPaymentRequestPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isCanSetProcessDate
public boolean isCanSetProcessDate()
-
setCanSetProcessDate
public void setCanSetProcessDate(boolean canSetProcessDate)
-
getPaymentPreview
public BaseInternalPaymentPreviewVO getPaymentPreview()
-
setPaymentPreview
public void setPaymentPreview(BaseInternalPaymentPreviewVO paymentPreview)
-
getPaymentRequest
public PaymentRequestVO getPaymentRequest()
-
setPaymentRequest
public void setPaymentRequest(PaymentRequestVO paymentRequest)
-
-