|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BulletPayment.java
null
BulletPaymentHome,
BulletPaymentSession,
BulletPaymentValidator,
BulletPaymentBean,
com.javelin.fpml.ird.lazy.LazyBulletPaymentBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.lang.Integer |
getBulletPaymentKey()
Get the Bullet Payment Key. |
Payment |
getPayment()
Get the Payment. |
ProductId |
getProductId()
Get the Product Id. |
ProductType |
getProductType()
Get the Product Type. |
void |
setBulletPaymentKey(java.lang.Integer bulletPaymentKey)
Set the Bullet Payment Key. |
void |
setPayment(Payment payment)
Set the Payment. |
void |
setProductId(ProductId productId)
Set the Product Id. |
void |
setProductType(ProductType productType)
Set the Product Type. |
| Methods inherited from interface com.javelin.fpml.shared.Product |
addProductProductId, getProductKey, getProductProductIds, removeProductProductId, removeProductProductIds, setProductKey, setProductProductIds |
| Method Detail |
public java.lang.Integer getBulletPaymentKey()
public void setBulletPaymentKey(java.lang.Integer bulletPaymentKey)
throws ValidationException
bulletPaymentKey - The value to set.
ValidationException - If there was a problem validating the value.BulletPaymentValidatorpublic ProductType getProductType()
getProductType in interface Product
public void setProductType(ProductType productType)
throws ValidationException
setProductType in interface ProductproductType - The value to set.
ValidationException - If there was a problem validating the value.BulletPaymentValidatorpublic ProductId getProductId()
public void setProductId(ProductId productId)
throws ValidationException
productId - The value to set.
ValidationException - If there was a problem validating the value.BulletPaymentValidatorpublic Payment getPayment()
public void setPayment(Payment payment)
throws ValidationException
payment - The value to set.
ValidationException - If there was a problem validating the value.BulletPaymentValidatorpublic java.lang.Object clone()
clone in interface Productclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||