|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdbreport.design.model.GroupKey
public class GroupKey
Object for working with the group's keys
| Constructor Summary | |
|---|---|
GroupKey()
|
|
GroupKey(String name)
|
|
GroupKey(String name,
String datasetID)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
getDatasetID()
Returns the alias DataSet for the key. |
String |
getName()
Returns the name of the key. |
int |
getType()
Returns the type of the key. |
Object |
getValue()
Returns value of the key. |
void |
setDatasetID(String datasetID)
Sets alias DataSet for the key |
void |
setName(String name)
Sets name of the key |
void |
setValue(Object value)
Sets value of the key. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupKey()
public GroupKey(String name)
name -
public GroupKey(String name,
String datasetID)
| Method Detail |
|---|
public int getType()
public String getName()
public void setName(String name)
name - The name to set.public void setDatasetID(String datasetID)
datasetID - The datasetID to set.public String getDatasetID()
public Object getValue()
public void setValue(Object value)
value - public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||