| |
|
| java.lang.Object org.jaffa.components.codehelper.dto.CodeHelperOutCodeDto
CodeHelperOutCodeDto | public class CodeHelperOutCodeDto (Code) | | This is a simple value object that is used to. It contains a code and its description.
|
getCode | public Object getCode()(Code) | | Getter for property code.
Value of property code. |
getDescription | public Object getDescription()(Code) | | Getter for property description.
Value of property description. |
setCode | public void setCode(Object code)(Code) | | Setter for property code.
Parameters: code - New value of property code. |
setDescription | public void setDescription(Object description)(Code) | | Setter for property description.
Parameters: description - New value of property description. |
toString | public String toString()(Code) | | Returns diagnostic information.
diagnostic information. |
|
|
|