|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractBean
|
+--com.javelin.fpml.shared.ProductBean
|
+--com.javelin.fpml.ird.BulletPaymentBean
BulletPaymentBean.java
null
BulletPayment,
Serialized Form| Field Summary | |
protected java.lang.Integer |
bulletPaymentKey
|
protected Payment |
payment
|
protected ProductId |
productId
|
protected ProductType |
productType
|
protected BulletPaymentValidator |
validator
|
| Fields inherited from class com.javelin.fpml.shared.ProductBean |
productKey, productProductIds |
| Constructor Summary | |
BulletPaymentBean()
Construct the Default BulletPaymentBean. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.lang.Integer |
getBulletPaymentKey()
Get the Bullet Payment Key. |
protected BulletPaymentValidator |
getBulletPaymentValidator()
|
java.lang.Class |
getInterface()
|
Payment |
getPayment()
Get the Payment. |
ProductId |
getProductId()
Get the Product Id. |
ProductType |
getProductType()
Get the Product Type. |
void |
listRelations(java.util.Vector list,
int type)
List the related beans. |
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. |
java.lang.String |
toString()
|
| Methods inherited from class com.javelin.fpml.shared.ProductBean |
addProductProductId, getProductKey, getProductProductIds, getProductValidator, removeProductProductId, removeProductProductIds, setProductKey, setProductProductIds |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.javelin.fpml.shared.Product |
addProductProductId, getProductKey, getProductProductIds, removeProductProductId, removeProductProductIds, setProductKey, setProductProductIds |
| Field Detail |
protected java.lang.Integer bulletPaymentKey
protected transient ProductType productType
protected transient ProductId productId
protected transient Payment payment
protected BulletPaymentValidator validator
| Constructor Detail |
public BulletPaymentBean()
| Method Detail |
public java.lang.Class getInterface()
getInterface in class ProductBeancom.javelin.beans.Bean.getInterface()public java.lang.Integer getBulletPaymentKey()
BulletPayment
getBulletPaymentKey in interface BulletPaymentBulletPayment.getBulletPaymentKey()
public void setBulletPaymentKey(java.lang.Integer bulletPaymentKey)
throws ValidationException
BulletPayment
setBulletPaymentKey in interface BulletPaymentbulletPaymentKey - The value to set.
ValidationExceptionBulletPayment.setBulletPaymentKey( java.lang.Integer bulletPaymentKey )public ProductType getProductType()
BulletPayment
getProductType in interface BulletPaymentgetProductType in class ProductBeanBulletPayment.getProductType()
public void setProductType(ProductType productType)
throws ValidationException
BulletPayment
setProductType in interface BulletPaymentsetProductType in class ProductBeanproductType - The value to set.
ValidationExceptionBulletPayment.setProductType( ProductType productType )public ProductId getProductId()
BulletPayment
getProductId in interface BulletPaymentBulletPayment.getProductId()
public void setProductId(ProductId productId)
throws ValidationException
BulletPayment
setProductId in interface BulletPaymentproductId - The value to set.
ValidationExceptionBulletPayment.setProductId( ProductId productId )public Payment getPayment()
BulletPayment
getPayment in interface BulletPaymentBulletPayment.getPayment()
public void setPayment(Payment payment)
throws ValidationException
BulletPayment
setPayment in interface BulletPaymentpayment - The value to set.
ValidationExceptionBulletPayment.setPayment( Payment payment )protected BulletPaymentValidator getBulletPaymentValidator()
public java.lang.String toString()
toString in class ProductBeanObject.toString()
public void listRelations(java.util.Vector list,
int type)
throws ValidationException
listRelations in class ProductBeanValidationException
public void detach()
throws ValidationException
detach in class ProductBeanValidationExceptioncom.javelin.beans.Beane#detach()public java.lang.Object clone()
clone in interface BulletPaymentclone in class ProductBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||