com.myjeeva.poi.demo.vo
Class PersonVO
java.lang.Object
com.myjeeva.poi.demo.vo.PersonVO
- All Implemented Interfaces:
- Serializable
public class PersonVO
- extends Object
- implements Serializable
Sample ValueObject for Reading a Value from Excel File (XLSX)
- Author:
- Jeevanandam Madanagopal
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonVO
public PersonVO()
getPersonId
public String getPersonId()
- Returns:
- the personId
setPersonId
public void setPersonId(String personId)
- Parameters:
personId
- the personId to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getHeight
public String getHeight()
- Returns:
- the height
setHeight
public void setHeight(String height)
- Parameters:
height
- the height to set
getSalary
public String getSalary()
- Returns:
- the salary
setSalary
public void setSalary(String salary)
- Parameters:
salary
- the salary to set
getEmailId
public String getEmailId()
- Returns:
- the emailId
setEmailId
public void setEmailId(String emailId)
- Parameters:
emailId
- the emailId to set
getDob
public String getDob()
- Returns:
- the dob
setDob
public void setDob(String dob)
- Parameters:
dob
- the dob to set