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)
public void setUOMStandard(java.lang.String theUOMStandard)
public void setMappingDirection(boolean theMappingDirection)
public java.lang.String getMappedUOMCode()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.