Class ExternalPaymentVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transactions.TransVO
-
- org.cyclos.model.banking.transactions.TransactionVO
-
- org.cyclos.model.banking.transactions.TransactionDetailedVO
-
- org.cyclos.model.banking.transactions.ExternalPaymentVO
-
- All Implemented Interfaces:
Serializable,HasTransactionNumber,IEntity,HasDisplay
public class ExternalPaymentVO extends TransactionDetailedVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ExternalPaymentVO>COMMENTSstatic BasicProperty<DateTime,ExternalPaymentVO>EXPIRATION_DATEstatic BasicProperty<PaymentVO,ExternalPaymentVO>PAYMENTstatic BasicProperty<DateTime,ExternalPaymentVO>PROCESS_DATEstatic BasicProperty<ExternalPaymentStatus,ExternalPaymentVO>STATUSstatic BasicProperty<PrincipalTypeVO,ExternalPaymentVO>TO_PRINCIPAL_TYPEstatic BasicProperty<String,ExternalPaymentVO>TO_PRINCIPAL_VALUE-
Fields inherited from class org.cyclos.model.banking.transactions.TransactionDetailedVO
ACCESS_CLIENT, BY, CHANNEL, CUSTOM_VALUES
-
Fields inherited from class org.cyclos.model.banking.transactions.TransactionVO
AUTHORIZATION_STATUS, CREATION_TYPE, DESCRIPTION, FROM_NAME, NATURE, TO_NAME
-
Fields inherited from class org.cyclos.model.banking.transactions.TransVO
CURRENCY_AMOUNT, DATE, DISPLAY, FROM, TO, TRANSACTION_NUMBER, TYPE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ExternalPaymentVO()ExternalPaymentVO(Long id)ExternalPaymentVO(Property<T,? super ExternalPaymentVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetComments()DateTimegetExpirationDate()PaymentVOgetPayment()DateTimegetProcessDate()ExternalPaymentStatusgetStatus()PrincipalTypeVOgetToPrincipalType()StringgetToPrincipalValue()voidsetComments(String comments)voidsetExpirationDate(DateTime expirationDate)voidsetPayment(PaymentVO payment)voidsetProcessDate(DateTime processDate)voidsetStatus(ExternalPaymentStatus status)voidsetToPrincipalType(PrincipalTypeVO toPrincipalType)voidsetToPrincipalValue(String toPrincipalValue)-
Methods inherited from class org.cyclos.model.banking.transactions.TransactionDetailedVO
getAccessClient, getBy, getChannel, getCustomValues, setAccessClient, setBy, setChannel, setCustomValues
-
Methods inherited from class org.cyclos.model.banking.transactions.TransactionVO
getAuthorizationStatus, getCreationType, getDescription, getFromName, getNature, getToName, setAuthorizationStatus, setCreationType, setDescription, setFromName, setNature, setToName
-
Methods inherited from class org.cyclos.model.banking.transactions.TransVO
getCurrencyAmount, getDate, getDisplay, getFrom, getTo, getTransactionNumber, getType, setCurrencyAmount, setDate, setDisplay, setFrom, setTo, setTransactionNumber, setType, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
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
-
COMMENTS
public static final BasicProperty<String,ExternalPaymentVO> COMMENTS
-
EXPIRATION_DATE
public static final BasicProperty<DateTime,ExternalPaymentVO> EXPIRATION_DATE
-
PAYMENT
public static final BasicProperty<PaymentVO,ExternalPaymentVO> PAYMENT
-
PROCESS_DATE
public static final BasicProperty<DateTime,ExternalPaymentVO> PROCESS_DATE
-
STATUS
public static final BasicProperty<ExternalPaymentStatus,ExternalPaymentVO> STATUS
-
TO_PRINCIPAL_TYPE
public static final BasicProperty<PrincipalTypeVO,ExternalPaymentVO> TO_PRINCIPAL_TYPE
-
TO_PRINCIPAL_VALUE
public static final BasicProperty<String,ExternalPaymentVO> TO_PRINCIPAL_VALUE
-
-
Constructor Detail
-
ExternalPaymentVO
public ExternalPaymentVO()
-
ExternalPaymentVO
public ExternalPaymentVO(Long id)
-
ExternalPaymentVO
public ExternalPaymentVO(Property<T,? super ExternalPaymentVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classTransactionDetailedVO
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
getExpirationDate
public DateTime getExpirationDate()
-
setExpirationDate
public void setExpirationDate(DateTime expirationDate)
-
getPayment
public PaymentVO getPayment()
-
setPayment
public void setPayment(PaymentVO payment)
-
getProcessDate
public DateTime getProcessDate()
-
setProcessDate
public void setProcessDate(DateTime processDate)
-
getStatus
public ExternalPaymentStatus getStatus()
-
setStatus
public void setStatus(ExternalPaymentStatus status)
-
getToPrincipalType
public PrincipalTypeVO getToPrincipalType()
-
setToPrincipalType
public void setToPrincipalType(PrincipalTypeVO toPrincipalType)
-
getToPrincipalValue
public String getToPrincipalValue()
-
setToPrincipalValue
public void setToPrincipalValue(String toPrincipalValue)
-
className
public String className()
- Overrides:
classNamein classTransactionDetailedVO
-
-