tst
Class LittleBean

java.lang.Object
  extended by tst.LittleBean

public class LittleBean
extends Object


Constructor Summary
LittleBean()
           
 
Method Summary
 String getLabel()
           
 int getN()
           
 void setLabel(String label)
           
 void setN(int n)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LittleBean

public LittleBean()
Method Detail

getN

public int getN()

setN

public void setN(int n)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.