public class Singer extends Object
Singer()
int
getAge()
String
getName()
void
setAge(int age)
setName(String name)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Singer()
public String getName()
public void setName(String name)
public int getAge()
public void setAge(int age)
public String toString()
toString
Object
Copyright © 2019 WSO2. All rights reserved.