public class PersonBeanImpl extends java.lang.Object implements PersonBean
Constructor and Description |
---|
PersonBeanImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGender() |
int |
getHotOrNotRating() |
java.lang.String |
getInterests() |
java.lang.String |
getName() |
void |
setGender(java.lang.String gender) |
void |
setHotOrNotRating(int rating) |
void |
setInterests(java.lang.String interests) |
void |
setName(java.lang.String name) |
public PersonBeanImpl()
public java.lang.String getName()
getName
in interface PersonBean
public java.lang.String getGender()
getGender
in interface PersonBean
public java.lang.String getInterests()
getInterests
in interface PersonBean
public int getHotOrNotRating()
getHotOrNotRating
in interface PersonBean
public void setName(java.lang.String name)
setName
in interface PersonBean
public void setGender(java.lang.String gender)
setGender
in interface PersonBean
public void setInterests(java.lang.String interests)
setInterests
in interface PersonBean
public void setHotOrNotRating(int rating)
setHotOrNotRating
in interface PersonBean