@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Sun Mar 22 16:42:46 UTC 2015") public interface Person
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FIRSTNAME |
static String |
PROPERTY_NAME |
static String |
PROPERTY_PET |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPet(Collection<Pet> pet) |
void |
addPet(Pet pet) |
void |
clearPet() |
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() |
static final String PROPERTY_NAME
static final String PROPERTY_FIRSTNAME
static final String PROPERTY_PET
void setName(String name)
String getName()
void setFirstname(String firstname)
String getFirstname()
void addPet(Pet pet)
void addAllPet(Collection<Pet> pet)
void setPet(Collection<Pet> pet)
void removePet(Pet pet)
void clearPet()
Collection<Pet> getPet()
int sizePet()
boolean isPetEmpty()
Copyright © 2004–2015 CodeLutin. All rights reserved.