GetMetho_getmethodid 第三个参数">
赞
踩
private int catNumber;
String catName;
public Cat(int i,String name)
{catNumber=i;catName=name;}
public String getCatName ()
{
return
this
.catName;}
public void setCatName (String catName)
{
this
.catName=catName;}
}
|
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。