Class PerformExternalTransactionDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.PerformTransactionDTO
-
- org.cyclos.model.banking.transactions.PerformExternalTransactionDTO
-
- All Implemented Interfaces:
Serializable,IPerformTransactionDTO,ModelWithCustomValues<CustomFieldValueDTO>
- Direct Known Subclasses:
PerformExternalPaymentDTO
public class PerformExternalTransactionDTO extends PerformTransactionDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<PrincipalTypeVO,PerformExternalTransactionDTO>TO_PRINCIPAL_TYPEstatic BasicProperty<String,PerformExternalTransactionDTO>TO_PRINCIPAL_VALUE-
Fields inherited from class org.cyclos.model.banking.transactions.PerformTransactionDTO
AMOUNT, CONFIRMATION_PASSWORD, CURRENCY, CUSTOM_VALUES, DESCRIPTION, OWNER, TYPE
-
-
Constructor Summary
Constructors Constructor Description PerformExternalTransactionDTO()PerformExternalTransactionDTO(Property<T,? super PerformExternalTransactionDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()PrincipalTypeVOgetToPrincipalType()StringgetToPrincipalValue()voidsetToPrincipalType(PrincipalTypeVO toPrincipalType)voidsetToPrincipalValue(String toPrincipalValue)-
Methods inherited from class org.cyclos.model.banking.transactions.PerformTransactionDTO
getAmount, getConfirmationPassword, getCurrency, getCustomValues, getDescription, getOwner, getType, setAmount, setConfirmationPassword, setCurrency, setCustomValues, setDescription, setOwner, setType
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.banking.transactions.IPerformTransactionDTO
getFrom, setFrom
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
TO_PRINCIPAL_TYPE
public static final BasicProperty<PrincipalTypeVO,PerformExternalTransactionDTO> TO_PRINCIPAL_TYPE
-
TO_PRINCIPAL_VALUE
public static final BasicProperty<String,PerformExternalTransactionDTO> TO_PRINCIPAL_VALUE
-
-
Constructor Detail
-
PerformExternalTransactionDTO
public PerformExternalTransactionDTO()
-
PerformExternalTransactionDTO
public PerformExternalTransactionDTO(Property<T,? super PerformExternalTransactionDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classPerformTransactionDTO
-
getToPrincipalType
public PrincipalTypeVO getToPrincipalType()
-
setToPrincipalType
public void setToPrincipalType(PrincipalTypeVO toPrincipalType)
-
getToPrincipalValue
public String getToPrincipalValue()
-
setToPrincipalValue
public void setToPrincipalValue(String toPrincipalValue)
-
-