@Deprecated public class Pet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Deprecated.
|
protected Person |
person
Deprecated.
|
static String |
PROPERTY_NAME
Deprecated.
|
static String |
PROPERTY_PERSON
Deprecated.
|
static String |
PROPERTY_RACE
Deprecated.
|
static String |
PROPERTY_TYPE
Deprecated.
|
protected Race |
race
Deprecated.
|
protected String |
type
Deprecated.
|
| Constructor and Description |
|---|
Pet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
|
Person |
getPerson()
Deprecated.
|
Race |
getRace()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPerson(Person person)
Deprecated.
|
void |
setRace(Race race)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final String PROPERTY_NAME
public static final String PROPERTY_TYPE
public static final String PROPERTY_PERSON
public static final String PROPERTY_RACE
protected String name
protected String type
protected Person person
protected Race race
public void setName(String name)
public String getName()
public void setType(String type)
public String getType()
public void setPerson(Person person)
public Person getPerson()
public void setRace(Race race)
public Race getRace()
Copyright © 2011-2013 CodeLutin. All Rights Reserved.