|
|||||||||
| Home >> All >> com >> obs >> common >> accounting >> [ views overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obs.common.accounting.views
Class PaymentInView

java.lang.Objectcom.obs.common.templates.ViewObject
com.obs.common.templates.CreatedThingView
com.obs.common.accounting.views.PaymentInView
- All Implemented Interfaces:
- java.io.Serializable
- public class PaymentInView
- extends com.obs.common.templates.CreatedThingView
| Field Summary | |
private double |
amount
|
private com.obs.common.accounting.objects.PaymentType |
paymentType
|
| Fields inherited from class com.obs.common.templates.CreatedThingView |
active, createTime, id, name |
| Constructor Summary | |
PaymentInView()
|
|
| Method Summary | |
double |
getAmount()
|
com.obs.common.accounting.objects.PaymentType |
getPaymentType()
|
void |
setAmount(double d)
|
void |
setPaymentType(com.obs.common.accounting.objects.PaymentType type)
|
| Methods inherited from class com.obs.common.templates.CreatedThingView |
getActive, getCreateTime, getId, getName, setActive, setCreateTime, setId, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
paymentType
private com.obs.common.accounting.objects.PaymentType paymentType
amount
private double amount
| Constructor Detail |
PaymentInView
public PaymentInView()
| Method Detail |
getAmount
public double getAmount()
getPaymentType
public com.obs.common.accounting.objects.PaymentType getPaymentType()
setAmount
public void setAmount(double d)
setPaymentType
public void setPaymentType(com.obs.common.accounting.objects.PaymentType type)
|
|||||||||
| Home >> All >> com >> obs >> common >> accounting >> [ views overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC