@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Sun May 24 17:12:52 UTC 2015") public abstract class AddressAbstract extends TopiaEntityAbstract implements Address
| Modifier and Type | Field and Description |
|---|---|
protected String |
adress
Nom de l'attribut en BD : adress
|
protected String |
city
Nom de l'attribut en BD : city
|
PROPERTY_ADRESS, PROPERTY_CITY| Constructor and Description |
|---|
AddressAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
String |
getAdress() |
List<TopiaEntity> |
getAggregate() |
String |
getCity() |
List<TopiaEntity> |
getComposite() |
void |
setAdress(String adress) |
void |
setCity(String city) |
String |
toString() |
protected String city
protected String adress
public void accept(EntityVisitor visitor)
throws TopiaException
TopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getAggregate() throws TopiaException
TopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
TopiaExceptionpublic String toString()
Copyright © 2004–2015 CodeLutin. All rights reserved.