@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Mon Nov 24 15:46:47 UTC 2014") public abstract class PersonAbstract extends TopiaEntityAbstract implements Person
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstname
Nom de l'attribut en BD : firstname
|
protected String |
name
Nom de l'attribut en BD : name
|
protected Collection<Pet> |
pet
Nom de l'attribut en BD : pet
|
PROPERTY_FIRSTNAME, PROPERTY_NAME, PROPERTY_PET| Constructor and Description |
|---|
PersonAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
void |
addAllPet(Collection<Pet> pet) |
void |
addPet(Pet pet) |
void |
clearPet() |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getFirstname() |
String |
getName() |
Collection<Pet> |
getPet() |
Pet |
getPetByTopiaId(String topiaId) |
boolean |
isPetEmpty() |
void |
removePet(Pet pet) |
void |
setFirstname(String firstname) |
void |
setName(String name) |
void |
setPet(Collection<Pet> pet) |
int |
sizePet() |
String |
toString() |
protected String name
protected String firstname
protected Collection<Pet> pet
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
TopiaExceptionpublic void setFirstname(String firstname)
setFirstname in interface Personpublic String getFirstname()
getFirstname in interface Personpublic void addAllPet(Collection<Pet> pet)
public void setPet(Collection<Pet> pet)
public Collection<Pet> getPet()
public Pet getPetByTopiaId(String topiaId)
getPetByTopiaId in interface Personpublic boolean isPetEmpty()
isPetEmpty in interface Personpublic List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2014 CodeLutin. All rights reserved.