public class MultiSelectTabularConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
displayLabel |
Constructor and Description |
---|
MultiSelectTabularConfig() |
Modifier and Type | Method and Description |
---|---|
long |
getActionId()
This method return actionId usiing which specific action can performed.
|
long |
getConfigEntryId()
This method returns configentryId which is unique for each task.
|
java.lang.String |
getDisplayLabel() |
java.lang.String |
getTabularValues() |
void |
setActionId(long actionId)
This method set the actionId.
|
void |
setConfigEntryId(long configEntryId)
This method set the configentryId.
|
void |
setTabularValues(java.lang.String tabularvalues) |
public static final java.lang.String displayLabel
public java.lang.String getTabularValues()
public void setTabularValues(java.lang.String tabularvalues)
public long getActionId()
public long getConfigEntryId()
public void setActionId(long actionId)
public void setConfigEntryId(long configEntryId)
public java.lang.String getDisplayLabel()