|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.common.IdDescriptionObject
public class IdDescriptionObject
Description
Object with key/value, use for the generation of ToolBox HTML form
Infos : KLB - IPMC - 08/2003
| 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 |
|---|
private java.lang.String id
private java.lang.String description
| Constructor Detail |
|---|
public IdDescriptionObject()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||