@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jul 30 16:58:11 CEST 2014") public abstract class Contact2Abstract extends AbstractTopiaItLegacyEntity implements Contact2
| Modifier and Type | Field and Description |
|---|---|
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
|
DEFAULT_INSTANCE, deleted, firesSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPEAGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
Contact2Abstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TopiaEntityVisitor visitor) |
protected void |
accept0(TopiaEntityVisitor visitor) |
void |
addAllParty2(Collection<Party2> party2) |
void |
addParty2(Party2 party2) |
void |
clearParty2() |
boolean |
containsParty2(Party2 party2) |
String |
getContactValue() |
Collection<Party2> |
getParty2() |
Party2 |
getParty2ByTopiaId(String topiaId) |
Collection<String> |
getParty2TopiaIds() |
String |
getType() |
boolean |
isParty2Empty() |
boolean |
isParty2NotEmpty() |
void |
removeParty2(Party2 party2) |
void |
setContactValue(String contactValue) |
void |
setParty2(Collection<Party2> party2) |
void |
setType(String type) |
int |
sizeParty2() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String contactValue
protected String type
protected Collection<Party2> party2
public void accept(TopiaEntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionprotected void accept0(TopiaEntityVisitor visitor) throws TopiaException
TopiaExceptionpublic void setContactValue(String contactValue)
setContactValue in interface Contact2public String getContactValue()
getContactValue in interface Contact2public void addAllParty2(Collection<Party2> party2)
addAllParty2 in interface Contact2public void setParty2(Collection<Party2> party2)
public void removeParty2(Party2 party2)
removeParty2 in interface Contact2public void clearParty2()
clearParty2 in interface Contact2public Collection<Party2> getParty2()
public Party2 getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId in interface Contact2public Collection<String> getParty2TopiaIds()
getParty2TopiaIds in interface Contact2public int sizeParty2()
sizeParty2 in interface Contact2public boolean isParty2Empty()
isParty2Empty in interface Contact2public boolean isParty2NotEmpty()
isParty2NotEmpty in interface Contact2public boolean containsParty2(Party2 party2)
containsParty2 in interface Contact2Copyright © 2004–2014 CodeLutin. All rights reserved.