|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.rules.Person
public class Person
Simple JavaBean domain object representing an person.
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
String |
getAddress()
Getter for property address. |
String |
getCity()
Getter for property city. |
String |
getFirstName()
Getter for property firstName. |
String |
getLastName()
Getter for property lastName. |
String |
getState()
|
String |
getTelephone()
Getter for property telephone. |
String |
getZip()
|
void |
setAddress(String address)
Setter for property address. |
void |
setCity(String city)
Setter for property city. |
void |
setFirstName(String firstName)
Setter for property firstName. |
void |
setLastName(String lastName)
Setter for property lastName. |
void |
setState(String state)
|
void |
setTelephone(String telephone)
Setter for property telephone. |
void |
setZip(String zip)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public String getFirstName()
public void setFirstName(String firstName)
firstName - New value of property firstName.public String getLastName()
public void setLastName(String lastName)
lastName - New value of property lastName.public String getAddress()
public void setAddress(String address)
address - New value of property address.public String getCity()
public void setCity(String city)
city - New value of property city.public String getTelephone()
public void setTelephone(String telephone)
telephone - New value of property telephone.public String getState()
public void setState(String state)
state - the state to setpublic String getZip()
public void setZip(String zip)
zip - the zip to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||