com.ibm.commerce.store.facade.server.commands
Interface GetPhysicalStoreCmd
-
- All Superinterfaces:
- BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- GetPhysicalStoreCmdImpl
public interface GetPhysicalStoreCmd extends BusinessObjectDocumentCmd
The interface for command for GetPhysicalStore
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ShowPhysicalStoreType
getShowPhysicalStore()
Provide a get method to get the result (ShowPhysicalStoreType BOD)void
setGetPhysicalStore(GetPhysicalStoreType getPhysicalStore)
A set method for GetPhysicalStore-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.BusinessObjectDocumentCmd
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setGetPhysicalStore
void setGetPhysicalStore(GetPhysicalStoreType getPhysicalStore)
A set method for GetPhysicalStore- Parameters:
getPhysicalStore
- the GetPhysicalStore BOD that GetPhysicalStoreCmd would execute
-
getShowPhysicalStore
ShowPhysicalStoreType getShowPhysicalStore()
Provide a get method to get the result (ShowPhysicalStoreType BOD)- Returns:
- ShowPhysicalStoreType the ShowPhysicalStoreType BOD would return to the client
-
-