public class TestBean extends Object
String
a
int
b
long
c
TestBean()
TestBean(String a, int b, long c)
boolean
equals(Object o)
getA()
getB()
getC()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public String a
public int b
public long c
public TestBean()
public TestBean(String a, int b, long c)
public String getA()
public int getB()
public long getC()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.