The base command for AuditAddressCmd, AuditUserRegistrationCmd and AuditOrgEntityCmd.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
static java.lang.String |
NAME The name of this command. |
Method Summary | |
---|---|
TypedProperty |
getRequestProperties() Gets the requst properties passed to this task command. |
void |
setErrorViewName(java.lang.String astrErrorViewName) Sets Error View Name. |
void |
setPropertyFileName(java.lang.String astrPropertyFileName) Sets the property file name. |
void |
setRequestProperties(
TypedProperty aRequestProperties)
Sets the request properties needed to pass to this task
command. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
---|
public void setErrorViewName(java.lang.String astrErrorViewName)
public void setPropertyFileName(java.lang.String astrPropertyFileName)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
aRequestProperties
- The request properties.
ECApplicationException
public TypedProperty getRequestProperties()