public interface UpdateStoreRelationshipStateCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getRelatedStore()
Gets the related store id
|
java.lang.Integer |
getState()
Gets the state
|
java.lang.Integer |
getStore()
Gets the store id
|
java.lang.String |
getStoreRelationshipType()
Gets the store relationship type
|
void |
setRelatedStore(java.lang.Integer relatedStoreId)
Sets the related store id
|
void |
setState(java.lang.Integer state)
Sets the state
|
void |
setStore(java.lang.Integer storeId)
Sets the store id
|
void |
setStoreRelationshipType(java.lang.String storeRelationshipType)
Sets the store relationship type
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
java.lang.Integer getRelatedStore()
java.lang.Integer getState()
java.lang.Integer getStore()
java.lang.String getStoreRelationshipType()
void setRelatedStore(java.lang.Integer relatedStoreId)
relatedStoreId - the related store idvoid setState(java.lang.Integer state)
state - the statevoid setStore(java.lang.Integer storeId)
the - store idvoid setStoreRelationshipType(java.lang.String storeRelationshipType)
storeRelationshipType - the store relationship type