Interface for the business policy command used for mapping UOM from/to the WC system to/from another system.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
getMappedUOMCode() Get the mapped UOM code. |
void |
setMappingDirection(boolean theMappingDirection) (Optional) Set the mapping direction. |
void |
setUOMCode(java.lang.String theUOMCode) Set the UOM code to be mapped. |
void |
setUOMStandard(java.lang.String theUOMStandard) (Optional) Set the external UOM standard. |
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand |
getPolicyId,
getRequestProperties,
setPolicyId,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setUOMCode(java.lang.String theUOMCode)
theUOMCode
- The UOM code to be mapped.public void setUOMStandard(java.lang.String theUOMStandard)
theUOMStandard
- The external UOM
standard.public void setMappingDirection(boolean theMappingDirection)
theMappingDirection
- true if the mapping is from WC to the
external UOM standard; false if the mapping if from the external UOM standard
to WC.public java.lang.String getMappedUOMCode()