| java.lang.Object org.apache.ojb.broker.Mammal
Constructor Summary | |
public | Mammal() Constructor for Animal. | public | Mammal(int age, String name, int numLegs) |
Mammal | public Mammal()(Code) | | Constructor for Animal.
|
Mammal | public Mammal(int age, String name, int numLegs)(Code) | | |
getAge | public int getAge()(Code) | | |
getAnimalId | public int getAnimalId()(Code) | | Returns the animalId.
int |
getNumLegs | public int getNumLegs()(Code) | | |
getZooId | public int getZooId()(Code) | | Returns the zooId.
int |
setAge | public void setAge(int age)(Code) | | Sets the age.
Parameters: age - The age to set |
setAnimalId | public void setAnimalId(int animalId)(Code) | | Sets the animalId.
Parameters: animalId - The animalId to set |
setName | public void setName(String name)(Code) | | Sets the name.
Parameters: name - The name to set |
setNumLegs | public void setNumLegs(int numLegs)(Code) | | Sets the numLegs.
Parameters: numLegs - The numLegs to set |
setZooId | public void setZooId(int zooId)(Code) | | Sets the zooId.
Parameters: zooId - The zooId to set |
|
|