org.jaffa.components.codehelper.dto
Class CodeHelperOutCodeDto

java.lang.Object
  extended byorg.jaffa.components.codehelper.dto.CodeHelperOutCodeDto

public class CodeHelperOutCodeDto
extends Object

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

CodeHelperOutCodeDto

public CodeHelperOutCodeDto()
Method Detail

getCode

public Object getCode()
Getter for property code.

Returns:
Value of property code.

setCode

public void setCode(Object code)
Setter for property code.

Parameters:
code - New value of property code.

getDescription

public Object getDescription()
Getter for property description.

Returns:
Value of property description.

setDescription

public void setDescription(Object description)
Setter for property description.

Parameters:
description - New value of property description.

toString

public String toString()
Returns diagnostic information.

Returns:
diagnostic information.


Copyright © 2002-2004 JAFFA Project.