object.common
Class IdDescriptionObject

java.lang.Object
  extended by object.common.IdDescriptionObject
All Implemented Interfaces:
java.io.Serializable

public class IdDescriptionObject
extends java.lang.Object
implements java.io.Serializable

Description
Object with key/value, use for the generation of ToolBox HTML form
Infos : KLB - IPMC - 08/2003

See Also:
Serialized Form

Field Summary
private  java.lang.String description
          Description reference of the ID for the IdDescriptionObject Object
private  java.lang.String id
          ID of base reference of the IdDescriptionObject Object
 
Constructor Summary
IdDescriptionObject()
          Default constructor
 
Method Summary
 java.lang.String getDescription()
          Description reference of the ID for the IdDescriptionObject Object
 java.lang.String getId()
          ID of base reference of the IdDescriptionObject Object
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.String id
ID of base reference of the IdDescriptionObject Object


description

private java.lang.String description
Description reference of the ID for the IdDescriptionObject Object

Constructor Detail

IdDescriptionObject

public IdDescriptionObject()
Default constructor

Method Detail

getId

public java.lang.String getId()
ID of base reference of the IdDescriptionObject Object


setId

public void setId(java.lang.String id)

getDescription

public java.lang.String getDescription()
Description reference of the ID for the IdDescriptionObject Object


setDescription

public void setDescription(java.lang.String description)