public class Parent extends Object
Parent()
Parent(String parent, String child)
boolean
equals(Object obj)
String
getChild()
getParent()
int
hashCode()
void
setChild(String child)
setParent(String parent)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Parent()
public Parent(String parent, String child)
public String getParent()
public void setParent(String parent)
public String getChild()
public void setChild(String child)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.