java.lang.Object
com.sample.griffin.transform.SampleBean
com.sample.griffin.transform.SubSampleBean
- public class SubSampleBean
- extends SampleBean
| Fields inherited from class com.sample.griffin.transform.SampleBean |
beanSet, country, id, intId, intList, level, map, myInternal, nameList, province, sampleName, sampleType, secondSampleBean, set, shortId, stringList, treeMap, treeSet |
| Methods inherited from class com.sample.griffin.transform.SampleBean |
getBeanSet, getCountry, getId, getIntId, getIntList, getIntList, getLevel, getMap, getMyInternalClass, getNameList, getNameList, getProvince, getSampleName, getSampleType, getSecondSampleBean, getSet, getShortId, getStringList, getStringList, getTreeMap, getTreeSet, setBeanSet, setCountry, setId, setIntId, setIntList, setIntList, setLevel, setMap, setMyInternalClass, setNameList, setNameList, setProvince, setSampleName, setSampleType, setSecondSampleBean, setSet, setShortId, setStringList, setStringList, setTreeMap, setTreeSet |
subValue1
private java.lang.String subValue1
subValue2
private java.lang.String subValue2
SubSampleBean
public SubSampleBean()
SubSampleBean
public SubSampleBean(java.lang.String subValue1,
java.lang.String subValue2,
long id2,
java.lang.String name2,
java.lang.String type2,
java.lang.String level2,
java.lang.String prov2,
java.lang.String country2)
setSubValue1
public void setSubValue1(java.lang.String value)
getSubValue1
public java.lang.String getSubValue1()
setSubValue2
public void setSubValue2(java.lang.String value)
getSubValue2
public java.lang.String getSubValue2()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method
never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string
concatenation with this object. If the result is
null, string concatenation will instead
use "null".
The default implementation returns
getClass().getName() + "@" +
Integer.toHexString(hashCode()).
- Overrides:
toString in class SampleBean