com.ejie.r01f.util
Class CodeAndValueObj
java.lang.Object
com.ejie.r01f.util.CodeAndValueObj
- public class CodeAndValueObj
- extends java.lang.Object
Clase que modela un objeto con codigo y valor
- Author:
- ALEX
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeAndValueObj
public CodeAndValueObj()
- Creates a new instance of CodeAndValueObj
CodeAndValueObj
public CodeAndValueObj(java.lang.Object newCode,
java.lang.Object newValue)
getCode
public java.lang.Object getCode()
setCode
public void setCode(java.lang.Object newCode)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object newValue)