org.nuiton.topiatest.deletetest
Class Contact2Abstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topiatest.deletetest.Contact2Abstract
All Implemented Interfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, Contact2
Direct Known Subclasses:
Contact2Impl

public abstract class Contact2Abstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements Contact2

See Also:
Serialized Form

Field Summary
 String contactValue
           
 Collection<Party2> party2
           
 String type
           
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Contact2
CONTACT_VALUE, PARTY2, TYPE
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
Contact2Abstract()
           
 
Method Summary
 List<org.nuiton.topia.persistence.TopiaEntity> accept()
          accept :
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
          accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.
 void addAllParty2(Collection<Party2> values)
          addAllParty2 :
 void addParty2(Party2 party2)
          addParty2 :
 void clearParty2()
          clearParty2 :
 void delete()
          delete :
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 String getContactValue()
          getContactValue :
 Collection<Party2> getParty2()
          getParty2 :
 Party2 getParty2ByTopiaId(String topiaId)
          getParty2ByTopiaId :
 String getType()
          getType :
 boolean isParty2Empty()
          isParty2Empty :
 void removeParty2(Party2 value)
          removeParty2 :
 void setContactValue(String value)
          setContactValue :
 void setParty2(Collection<Party2> values)
          setParty2 :
 void setType(String value)
          setType :
 int sizeParty2()
          sizeParty2 :
 String toString()
          toString :
 void update()
          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, getAggregate, 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.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

contactValue

public String contactValue

type

public String type

party2

public Collection<Party2> party2
Constructor Detail

Contact2Abstract

public Contact2Abstract()
Method Detail

update

public void update()
            throws org.nuiton.topia.TopiaException
update :

Specified by:
update in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
update in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

delete

public void delete()
            throws org.nuiton.topia.TopiaException
delete :

Specified by:
delete in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
delete in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.

Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Parameters:
visitor - le visiteur de l'entite.
Throws:
org.nuiton.topia.TopiaException

accept

public List<org.nuiton.topia.persistence.TopiaEntity> accept()
                                                      throws org.nuiton.topia.TopiaException
accept :

Returns:
List
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
getComposite :

Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class org.nuiton.topia.persistence.TopiaEntityAbstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

setContactValue

public void setContactValue(String value)
setContactValue :

Specified by:
setContactValue in interface Contact2
Parameters:
value -

getContactValue

public String getContactValue()
getContactValue :

Specified by:
getContactValue in interface Contact2
Returns:
String

setType

public void setType(String value)
setType :

Specified by:
setType in interface Contact2
Parameters:
value -

getType

public String getType()
getType :

Specified by:
getType in interface Contact2
Returns:
String

addParty2

public void addParty2(Party2 party2)
addParty2 :

Specified by:
addParty2 in interface Contact2
Parameters:
party2 -

addAllParty2

public void addAllParty2(Collection<Party2> values)
addAllParty2 :

Specified by:
addAllParty2 in interface Contact2
Parameters:
values -

getParty2ByTopiaId

public Party2 getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId :

Specified by:
getParty2ByTopiaId in interface Contact2
Parameters:
topiaId -
Returns:
Party2

setParty2

public void setParty2(Collection<Party2> values)
setParty2 :

Specified by:
setParty2 in interface Contact2
Parameters:
values -

removeParty2

public void removeParty2(Party2 value)
removeParty2 :

Specified by:
removeParty2 in interface Contact2
Parameters:
value -

clearParty2

public void clearParty2()
clearParty2 :

Specified by:
clearParty2 in interface Contact2

getParty2

public Collection<Party2> getParty2()
getParty2 :

Specified by:
getParty2 in interface Contact2
Returns:
Collection

sizeParty2

public int sizeParty2()
sizeParty2 :

Specified by:
sizeParty2 in interface Contact2
Returns:
int

isParty2Empty

public boolean isParty2Empty()
isParty2Empty :

Specified by:
isParty2Empty in interface Contact2
Returns:
boolean

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.