public class PreAddressDeleteCmdImpl extends TaskCommandImpl implements PreAddressDeleteCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this implementation of the command.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
protected TypedProperty | requestProperties
The request properties.
|
protected TypedProperty | responseProperties
The response properties.
|
Constructor and Description |
---|
PreAddressDeleteCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TypedProperty | getRequestProperties()
Returns the request properties.
|
TypedProperty | getResponseProperties()
Returns the response properties.
|
void | performExecute()
Performs the business logic.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
void | setResponseProperties(TypedProperty aResponseProperties)
Sets the response properties.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected TypedProperty requestProperties
protected TypedProperty responseProperties
public TypedProperty getRequestProperties()
public TypedProperty getResponseProperties()
public void performExecute() throws ECException
public void setRequestProperties(TypedProperty aRequestProperties)
public void setResponseProperties(TypedProperty aResponseProperties)