|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectro.nextreports.engine.queryexec.IdName
public class IdName
This class is a pair of two objects : an id of the parameter that is used inside the query and a name of the parameter that is shown to the user at runtime selection
| Constructor Summary | |
|---|---|
IdName()
Create an IdName object |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Equals |
java.io.Serializable |
getId()
Get Id |
java.io.Serializable |
getName()
Get Name |
int |
hashCode()
Hash code value for this idname object |
void |
setId(java.io.Serializable id)
Set Id |
void |
setName(java.io.Serializable name)
Set name |
java.lang.String |
toString()
Tostring method |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdName()
| Method Detail |
|---|
public java.io.Serializable getId()
public void setId(java.io.Serializable id)
id - idpublic java.io.Serializable getName()
public void setName(java.io.Serializable name)
name - namepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - idname object
public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||