org.chorem.callao.entity
Class ClientImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.callao.entity.ClientAbstract
          extended by org.chorem.callao.entity.ClientImpl
All Implemented Interfaces:
java.io.Serializable, Client, org.nuiton.topia.persistence.TopiaEntity

public class ClientImpl
extends ClientAbstract
implements java.io.Serializable, Client

Implantation des operations pour l'entité Client.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.callao.entity.ClientAbstract
matcher
 
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.Client
MATCHER
 
Constructor Summary
ClientImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.callao.entity.ClientAbstract
accept, delete, getAggregate, getComposite, getMatcher, setMatcher, 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.Client
getMatcher, setMatcher
 
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

ClientImpl

public ClientImpl()


Copyright © 2008-2010 CodeLutin. All Rights Reserved.