Generic Excel File(XLSX) Reader

com.myjeeva.poi.demo.vo
Class PersonVO

java.lang.Object
  extended by 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

Constructor Summary
PersonVO()
           
 
Method Summary
 String getDob()
           
 String getEmailId()
           
 String getHeight()
           
 String getName()
           
 String getPersonId()
           
 String getSalary()
           
 void setDob(String dob)
           
 void setEmailId(String emailId)
           
 void setHeight(String height)
           
 void setName(String name)
           
 void setPersonId(String personId)
           
 void setSalary(String salary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonVO

public PersonVO()
Method Detail

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

Generic Excel File(XLSX) Reader

Copyright © 2012 www.myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.