public class PojoBean extends Object
PojoBean(String name, String value)
boolean
equals(Object obj)
String
getName()
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"name","value"}) public PojoBean(String name, String value)
public String getName()
public String getValue()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2017. All rights reserved.