Class TransactionPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcceptPaymentRequestPreviewVO,ApproveTicketPreviewVO,BasePaymentPreviewVO
public abstract class TransactionPreviewVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME
-
Constructor Summary
Constructors Constructor Description TransactionPreviewVO()
-
Method Summary
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, doGetProperties, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
-