Class RowOperationParameters
java.lang.Object
org.eclipse.birt.report.model.api.RowOperationParameters
Prepares parameters for row operation , including copy , paste , insert and
shift operation.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorRowOperationParameters
(int slotId, int groupId, int destIndex) Constructor -
Method Summary
Modifier and TypeMethodDescriptionint
Returns target index.int
Returns group idint
Returns slot id.int
Returns source index.void
setDestIndex
(int destIndex) Sets target indexvoid
setGroupId
(int groupId) Sets group idvoid
setSlotId
(int slotId) Sets slot id.void
setSourceIndex
(int sourceIndex) Sets source index.
-
Constructor Details
-
RowOperationParameters
public RowOperationParameters()Default Constructor -
RowOperationParameters
public RowOperationParameters(int slotId, int groupId, int destIndex) Constructor- Parameters:
slotId
- slot idgroupId
- group iddestIndex
- destination index
-
-
Method Details
-
getDestIndex
public int getDestIndex()Returns target index.- Returns:
- index.
-
setDestIndex
public void setDestIndex(int destIndex) Sets target index- Parameters:
destIndex
- target index
-
getGroupId
public int getGroupId()Returns group id- Returns:
- group id.
-
setGroupId
public void setGroupId(int groupId) Sets group id- Parameters:
groupId
- groupd id
-
getSlotId
public int getSlotId()Returns slot id.- Returns:
- slot id.
-
setSlotId
public void setSlotId(int slotId) Sets slot id.- Parameters:
slotId
- slot id.
-
getSourceIndex
public int getSourceIndex()Returns source index.- Returns:
- source index.
-
setSourceIndex
public void setSourceIndex(int sourceIndex) Sets source index.- Parameters:
sourceIndex
- source index
-