org.geebis.books.model.account
Class EquityAccount

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

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

See Also:
Serialized Form

Constructor Summary
EquityAccount()
           
EquityAccount(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

EquityAccount

public EquityAccount()

EquityAccount

public EquityAccount(java.lang.String name)