Hi,
May be the setter and getter methods
public String getABC()
{
return this.ABC;
}
public void setABC(String ABC)
{
this.ABC= ABC;
}
Regards,
Sravanthi
Hi,
May be the setter and getter methods
public String getABC()
{
return this.ABC;
}
public void setABC(String ABC)
{
this.ABC= ABC;
}
Regards,
Sravanthi