public class DoubleValueBean<V1,V2> extends Object implements Serializable
DoubleValueBean()
DoubleValueBean(V1 v1, V2 v2)
V1
getValue1()
V2
getValue2()
void
setValue1(V1 value1)
setValue2(V2 value2)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DoubleValueBean()
public DoubleValueBean(V1 v1, V2 v2)
public void setValue1(V1 value1)
public V1 getValue1()
public void setValue2(V2 value2)
public V2 getValue2()
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.