Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.common.accounting.views
Class PaymentInView  view PaymentInView download PaymentInView.java

java.lang.Object
  extended bycom.obs.common.templates.ViewObject
      extended bycom.obs.common.templates.CreatedThingView
          extended bycom.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)