public interface PVCChangeDeviceCmd extends ControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAddress1(java.lang.String newAddress1)
Sets the address 1.
|
void |
setAddress2(java.lang.String newAddress2)
Sets the address 2.
|
void |
setAddrType1(java.lang.String newAddrType1)
Sets the address type 1.
|
void |
setAddrType2(java.lang.String newAddrType2)
Sets the address type 2.
|
void |
setPassword(java.lang.String newPassword)
Sets the password.
|
void |
setPreferredTimeout(java.lang.Integer newPreferredTimeout)
Sets the preferred timeout value.
|
void |
setProtect(java.lang.Integer newProtect)
Sets the protect.
|
void |
setPvcRegMode(java.lang.String newPvcRegMode)
Sets the PvC registration mode.
|
void |
setPVCSessionId(java.lang.Long pvcSessionId)
Sets the PvC session ID.
|
void |
setURL(java.lang.String newURL)
Sets the redirect URL for this command.
|
void |
setUserId(java.lang.Long newUserId)
Sets the user ID.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAddress1(java.lang.String newAddress1)
newAddress - The address 1.void setAddress2(java.lang.String newAddress2)
newAddress - 2 The address 2.void setAddrType1(java.lang.String newAddrType1)
newAddrType1 - The address type 1.void setAddrType2(java.lang.String newAddrType2)
newAddrType2 - The address type 2.void setPassword(java.lang.String newPassword)
newPassword - The password.void setPreferredTimeout(java.lang.Integer newPreferredTimeout)
newPreferredTimeout - The preferred timeout value.void setProtect(java.lang.Integer newProtect)
newProtect - The protect.void setPvcRegMode(java.lang.String newPvcRegMode)
newPvcRegMode - The registration mode.void setPVCSessionId(java.lang.Long pvcSessionId)
newPVCSessionId - The PvC session ID.void setURL(java.lang.String newURL)
newURL - The redirect URL.void setUserId(java.lang.Long newUserId)
newUserId - The user ID.