|
|||||||||
| 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 AccountView

java.lang.Objectcom.obs.common.templates.ViewObject
com.obs.common.templates.CreatedThingView
com.obs.common.accounting.views.AccountView
- All Implemented Interfaces:
- java.io.Serializable
- public class AccountView
- extends com.obs.common.templates.CreatedThingView
- implements java.io.Serializable
- extends com.obs.common.templates.CreatedThingView
| Field Summary | |
private java.lang.Double |
balance
|
private com.obs.common.accounting.objects.AccountType |
type
|
| Fields inherited from class com.obs.common.templates.CreatedThingView |
active, createTime, id, name |
| Constructor Summary | |
AccountView(java.lang.String id,
java.lang.String name,
java.lang.Double balance,
java.lang.Boolean active,
com.obs.common.accounting.objects.AccountType type)
|
|
| Method Summary | |
java.lang.Double |
getBalance()
|
com.obs.common.accounting.objects.AccountType |
getType()
|
void |
setBalance(java.lang.Double balance)
|
void |
setType(com.obs.common.accounting.objects.AccountType accountType)
|
| 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 |
balance
private java.lang.Double balance
type
private com.obs.common.accounting.objects.AccountType type
| Constructor Detail |
AccountView
public AccountView(java.lang.String id, java.lang.String name, java.lang.Double balance, java.lang.Boolean active, com.obs.common.accounting.objects.AccountType type)
| Method Detail |
getBalance
public java.lang.Double getBalance()
setBalance
public void setBalance(java.lang.Double balance)
getType
public com.obs.common.accounting.objects.AccountType getType()
setType
public void setType(com.obs.common.accounting.objects.AccountType accountType)
|
|||||||||
| 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