@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Thu Apr 09 10:01:18 UTC 2015") public abstract class Contact2Abstract extends TopiaEntityAbstract 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
|
PROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPE| Constructor and Description |
|---|
Contact2Abstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
void |
addAllParty2(Collection<Party2> party2) |
void |
addParty2(Party2 party2) |
void |
clearParty2() |
List<TopiaEntity> |
getAggregate() |
List<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() |
protected String contactValue
protected String type
protected Collection<Party2> party2
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor 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 int sizeParty2()
sizeParty2 in interface Contact2public boolean isParty2Empty()
isParty2Empty in interface Contact2public List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2015 CodeLutin. All rights reserved.