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