|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.DataID
public class DataID
the data id of the data used by an instance.
| Field Summary | |
|---|---|
protected java.lang.String |
cellId
Id of the cell. |
protected DataSetID |
dataSet
Data set id. |
protected long |
rowId
Id of the row. |
| Constructor Summary | |
|---|---|
DataID(DataSetID dataSet,
long rowId)
Create the new data id instance. |
|
DataID(DataSetID dataSet,
java.lang.String cellId)
Create the new data id instantce. |
|
| Method Summary | |
|---|---|
void |
append(java.lang.StringBuffer buffer)
add the instance id to the string buffer. |
boolean |
equals(java.lang.Object a)
|
java.lang.String |
getCellID()
Return the cell id. |
DataSetID |
getDataSetID()
return the data set. |
long |
getRowID()
Return the row id. |
static DataID |
parse(java.lang.String dataId)
create a new data id instance from the string. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DataSetID dataSet
protected long rowId
protected java.lang.String cellId
| Constructor Detail |
|---|
public DataID(DataSetID dataSet,
long rowId)
dataSet - data setrowId - row id
public DataID(DataSetID dataSet,
java.lang.String cellId)
dataSet - data setcellId - cell id| Method Detail |
|---|
public DataSetID getDataSetID()
public long getRowID()
public java.lang.String getCellID()
public void append(java.lang.StringBuffer buffer)
buffer - public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object a)
equals in class java.lang.Objectpublic static DataID parse(java.lang.String dataId)
dataId - string representation of the data id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||