public class PurgeItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static int |
ERROR_STATUS |
static int |
SKIP_ERROR_STATUS |
static int |
SKIP_STATUS |
static int |
SUCCESS_STATUS |
static int |
UNPROCESSED_STATUS |
| Constructor and Description |
|---|
PurgeItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getError()
Returns property
error |
java.lang.String |
getId()
Returns property
id |
java.lang.String |
getItemType()
Returns property
itemType |
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Returns property
parameters |
java.lang.Integer |
getStatus()
Returns property
status |
void |
setError(java.lang.Throwable pError)
Sets property
error |
void |
setId(java.lang.String pId)
Sets property
id |
void |
setItemType(java.lang.String pItemType)
Sets property
itemType |
void |
setParameters(java.util.Map<java.lang.String,java.lang.Object> pParameters)
Sets property
parameters |
void |
setStatus(java.lang.Integer pStatus)
Sets property
status |
java.lang.String |
toString()
toString
|
public static java.lang.String CLASS_VERSION
public static final int UNPROCESSED_STATUS
public static final int SUCCESS_STATUS
public static final int SKIP_STATUS
public static final int ERROR_STATUS
public static final int SKIP_ERROR_STATUS
public java.lang.String getId()
idpublic void setId(java.lang.String pId)
idpId - the id value of purge itempublic java.lang.String getItemType()
itemTypepublic void setItemType(java.lang.String pItemType)
itemTypepItemType - the itemType value of purge itempublic java.lang.Integer getStatus()
statuspublic void setStatus(java.lang.Integer pStatus)
statuspStatus - the status value of purge itempublic java.util.Map<java.lang.String,java.lang.Object> getParameters()
parameterspublic void setParameters(java.util.Map<java.lang.String,java.lang.Object> pParameters)
parameterspParameters - the parameters which are associated with purge itempublic java.lang.Throwable getError()
errorpublic void setError(java.lang.Throwable pError)
errorpError - the error(if any) which is associated with purge itempublic java.lang.String toString()
toString in class java.lang.Object