Class DataID
java.lang.Object
org.eclipse.birt.report.engine.api.DataID
the data id of the data used by an instance.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StringBuffer buffer) add the instance id to the string buffer.boolean
Return the cell id.return the data set.long
getRowID()
Return the row id.static DataID
create a new data id instance from the string.toString()
-
Field Details
-
dataSet
Data set id. -
rowId
protected long rowIdId of the row. -
cellId
Id of the cell.
-
-
Constructor Details
-
DataID
Create the new data id instance.- Parameters:
dataSet
- data setrowId
- row id
-
DataID
Create the new data id instantce.- Parameters:
dataSet
- data setcellId
- cell id
-
-
Method Details
-
getDataSetID
return the data set.- Returns:
-
getRowID
public long getRowID()Return the row id.- Returns:
-
getCellID
Return the cell id.- Returns:
-
append
add the instance id to the string buffer. It is a util class used by other internal packages.- Parameters:
buffer
-
-
toString
-
equals
-
parse
create a new data id instance from the string.- Parameters:
dataId
- string representation of the data id- Returns:
- data id instance.
-