| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Nom de l'attribut en BD : name
|
protected Person |
person
Nom de l'attribut en BD : person
|
protected Race |
race
Nom de l'attribut en BD : race
|
protected String |
type
Nom de l'attribut en BD : type
|
PROPERTY_NAME, PROPERTY_PERSON, PROPERTY_RACE, PROPERTY_TYPE| Constructor and Description |
|---|
PetAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(EntityVisitor visitor) |
protected void |
accept0(EntityVisitor visitor) |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
String |
getName() |
Person |
getPerson() |
Race |
getRace() |
String |
getType() |
void |
setName(String name) |
void |
setPerson(Person person) |
void |
setRace(Race race) |
void |
setType(String type) |
String |
toString() |
protected String name
protected String type
protected Person person
protected Race race
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–2014 CodeLutin. All rights reserved.