|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.codehelper.dto.CodeHelperOutCodeDto
This is a simple value object that is used to. It contains a code and its description.
| Constructor Summary | |
CodeHelperOutCodeDto()
|
|
| Method Summary | |
Object |
getCode()
Getter for property code. |
Object |
getDescription()
Getter for property description. |
void |
setCode(Object code)
Setter for property code. |
void |
setDescription(Object description)
Setter for property description. |
String |
toString()
Returns diagnostic information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CodeHelperOutCodeDto()
| Method Detail |
public Object getCode()
public void setCode(Object code)
code - New value of property code.public Object getDescription()
public void setDescription(Object description)
description - New value of property description.public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||