org.apache.myfaces.trinidaddemo.tableDemos
Class EmployeeBean
java.lang.Object
org.apache.myfaces.trinidaddemo.tableDemos.EmployeeBean
- All Implemented Interfaces:
- Serializable
public class EmployeeBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmployeeBean
public EmployeeBean()
EmployeeBean
public EmployeeBean(String data1,
String data2)
EmployeeBean
public EmployeeBean(String data1,
String data2,
boolean readOnly)
setReadOnly
public void setReadOnly(boolean _readOnly)
- Parameters:
_readOnly - The _readOnly to set.
getReadOnly
public boolean getReadOnly()
- Returns:
- Returns the _readOnly.
setData1
public void setData1(String data1)
- Parameters:
data1 - The data1 to set.
getData1
public String getData1()
- Returns:
- Returns the data1.
setData2
public void setData2(String data2)
- Parameters:
data2 - The data2 to set.
getData2
public String getData2()
- Returns:
- Returns the data2.
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.