|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfsam.guiclient.dto.IntItem
public class IntItem
Model of an int id and its description
| Constructor Summary | |
|---|---|
IntItem()
Constructor |
|
IntItem(int id,
java.lang.String description)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
int |
getId()
|
void |
setDescription(java.lang.String description)
sets the description property |
void |
setId(int id)
sets the id property |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntItem()
public IntItem(int id,
java.lang.String description)
id - description - | Method Detail |
|---|
public java.lang.String getDescription()
public int getId()
public void setDescription(java.lang.String description)
description property
description - public void setId(int id)
id property
id - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||