@MappedSuperclass public class CustomInput extends Object
CustomInput()
CustomInput(Integer index, String value)
Integer
getIndex()
String
getValue()
void
setIndex(Integer index)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomInput()
public CustomInput(Integer index, String value)
public Integer getIndex()
public void setIndex(Integer index)
public String getValue()
public void setValue(String value)
Copyright © 2015. All rights reserved.