Fri Oct 24, 2008 12:30 pm
Fri Oct 24, 2008 12:31 pm
public class myBean {
private String myString = "";
private int myInt = 0;
public String getMyString () {
return myString;
}
public void setMyString (String myString) {
this.myString = myString;
}
public int getMyInt () {
return myInt;
}
public void setMyInt (int myInt) {
this.myInt = myInt;
}
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.