public class CustomActionConfigEntryTempObj
extends java.lang.Object
Constructor and Description |
---|
CustomActionConfigEntryTempObj() |
Modifier and Type | Method and Description |
---|---|
long |
getActionId() |
java.lang.String |
getCIfHandlerType() |
long |
getConfigEntryId() |
CustomActionConfigEntry |
getConfigEntryObjString() |
CustomActionIf |
getCustomActionIfObjString(java.lang.Class cl) |
long |
getVersionId() |
boolean |
isToRevert() |
void |
setActionId(long actionId) |
void |
setCIfHandlerType(java.lang.String cIfHandlerType) |
void |
setConfigEntryId(long configEntryId) |
void |
setConfigEntryObjString(CustomActionConfigEntry configEntryObj) |
void |
setCustomActionIfObjString(java.lang.Object customActionIfObj,
java.lang.Class cl) |
void |
setToRevert(boolean toRevert) |
void |
setVersionId(long versionId) |
public long getActionId()
public void setActionId(long actionId)
public long getVersionId()
public void setVersionId(long versionId)
public long getConfigEntryId()
public void setConfigEntryId(long configEntryId)
public boolean isToRevert()
public void setToRevert(boolean toRevert)
public java.lang.String getCIfHandlerType()
public void setCIfHandlerType(java.lang.String cIfHandlerType)
public CustomActionConfigEntry getConfigEntryObjString() throws java.lang.Exception
java.lang.Exception
public void setConfigEntryObjString(CustomActionConfigEntry configEntryObj) throws java.lang.Exception
java.lang.Exception
public CustomActionIf getCustomActionIfObjString(java.lang.Class cl) throws java.lang.Exception
java.lang.Exception
public void setCustomActionIfObjString(java.lang.Object customActionIfObj, java.lang.Class cl) throws java.lang.Exception
java.lang.Exception