org.chorem.callao.entity
Class AccountImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.callao.entity.AccountAbstract
          extended by org.chorem.callao.entity.AccountImpl
All Implemented Interfaces:
java.io.Serializable, Account, org.nuiton.topia.persistence.TopiaEntity

public class AccountImpl
extends AccountAbstract
implements java.io.Serializable, Account

Implantation des operations pour l'entité Account.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.callao.entity.AccountAbstract
entry, masterAccount, subAccount, type
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.chorem.callao.entity.Account
ACCOUNT_NUMBER, ENTRY, LABEL, MASTER_ACCOUNT, SUB_ACCOUNT, TYPE
 
Constructor Summary
AccountImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.callao.entity.AccountAbstract
accept, addAllEntry, addAllSubAccount, addEntry, addSubAccount, clearEntry, clearSubAccount, delete, getAccountNumber, getAggregate, getComposite, getEntry, getEntryByTopiaId, getLabel, getMasterAccount, getSubAccount, getSubAccountByTopiaId, getType, isEntryEmpty, isSubAccountEmpty, removeEntry, removeSubAccount, setAccountNumber, setEntry, setLabel, setMasterAccount, setSubAccount, setType, sizeEntry, sizeSubAccount, toString, update
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.chorem.callao.entity.Account
addAllEntry, addAllSubAccount, addEntry, addSubAccount, clearEntry, clearSubAccount, getAccountNumber, getEntry, getEntryByTopiaId, getLabel, getMasterAccount, getSubAccount, getSubAccountByTopiaId, getType, isEntryEmpty, isSubAccountEmpty, removeEntry, removeSubAccount, setAccountNumber, setEntry, setLabel, setMasterAccount, setSubAccount, setType, sizeEntry, sizeSubAccount
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Constructor Detail

AccountImpl

public AccountImpl()


Copyright © 2008-2009 CodeLutin. All Rights Reserved.