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
protected  String contactValue
          Nom de l'attribut en BD : contactValue
protected  Collection<Party2> party2
          Nom de l'attribut en BD : party2
protected  String type
          Nom de l'attribut en BD : 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
PROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPE
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
Contact2Abstract()
           
 
Method Summary
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
           
 void addAllParty2(Collection<Party2> party2)
           
 void addParty2(Party2 party2)
           
 void clearParty2()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
           
 String getContactValue()
           
 Collection<Party2> getParty2()
           
 Party2 getParty2ByTopiaId(String topiaId)
           
 String getType()
           
 boolean isParty2Empty()
           
 void removeParty2(Party2 party2)
           
 void setContactValue(String contactValue)
           
 void setParty2(Collection<Party2> party2)
           
 void setType(String type)
           
 int sizeParty2()
           
 String toString()
           
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, 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, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

contactValue

protected String contactValue
Nom de l'attribut en BD : contactValue


type

protected String type
Nom de l'attribut en BD : type


party2

protected Collection<Party2> party2
Nom de l'attribut en BD : party2

Constructor Detail

Contact2Abstract

public Contact2Abstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Throws:
org.nuiton.topia.TopiaException

setContactValue

public void setContactValue(String contactValue)
Specified by:
setContactValue in interface Contact2

getContactValue

public String getContactValue()
Specified by:
getContactValue in interface Contact2

setType

public void setType(String type)
Specified by:
setType in interface Contact2

getType

public String getType()
Specified by:
getType in interface Contact2

addParty2

public void addParty2(Party2 party2)
Specified by:
addParty2 in interface Contact2

addAllParty2

public void addAllParty2(Collection<Party2> party2)
Specified by:
addAllParty2 in interface Contact2

setParty2

public void setParty2(Collection<Party2> party2)
Specified by:
setParty2 in interface Contact2

removeParty2

public void removeParty2(Party2 party2)
Specified by:
removeParty2 in interface Contact2

clearParty2

public void clearParty2()
Specified by:
clearParty2 in interface Contact2

getParty2

public Collection<Party2> getParty2()
Specified by:
getParty2 in interface Contact2

getParty2ByTopiaId

public Party2 getParty2ByTopiaId(String topiaId)
Specified by:
getParty2ByTopiaId in interface Contact2

sizeParty2

public int sizeParty2()
Specified by:
sizeParty2 in interface Contact2

isParty2Empty

public boolean isParty2Empty()
Specified by:
isParty2Empty in interface Contact2

getAggregate

public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 CodeLutin. All Rights Reserved.