org.geebis.books.model.account
Class OtherIncomeAccount

java.lang.Object
  extended by org.geebis.books.model.account.Account<OtherIncomeAccount>
      extended by org.geebis.books.model.account.OtherIncomeAccount
All Implemented Interfaces:
java.io.Serializable, Labelable

@Name(value="otherIncomeAccount")
public class OtherIncomeAccount
extends Account<OtherIncomeAccount>
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OtherIncomeAccount()
           
OtherIncomeAccount(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.geebis.books.model.account.Account
addSubAccount, getAmount, getDescription, getId, getLabels, getName, getSubAccounts, getTotal, getVersion, removeSubAccount, setAmount, setDescription, setId, setLabels, setName, setSubAccounts, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherIncomeAccount

public OtherIncomeAccount()

OtherIncomeAccount

public OtherIncomeAccount(java.lang.String name)