|
|||||||||||
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
the data id of the data used by an instance.
Field Summary | |
protected java.lang.String |
cellId
|
protected DataSetID |
dataSet
data set id. |
protected long |
rowId
id of the row. |
Constructor Summary | |
DataID(DataSetID dataSet,
long rowId)
creat the new data id instance. |
|
DataID(DataSetID dataSet,
java.lang.String cellId)
|
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()
|
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 idpublic DataID(DataSetID dataSet, java.lang.String cellId)
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()
public boolean equals(java.lang.Object a)
public static DataID parse(java.lang.String dataId)
dataId
- string represetantion of the data id
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |