|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShippingCostCalculationParameter
Represents a parameter of a shipping cost calculation method, such as the dollar value of the fix base shipping cost.
Field Summary | |
---|---|
static java.lang.String |
COST_PER_UNIT_WEIGHT
Percentage of order total. |
static java.lang.String |
FIXED_BASE_KEY
Fix base. |
static java.lang.String |
FIXED_PRICE_KEY
Fixed price. |
static java.lang.String |
PERCENTAGE_OF_ORDER_TOTOAL_KEY
Percentage of order total. |
Method Summary | |
---|---|
java.lang.String |
getDisplayText()
Get the display text for this parameter. |
java.lang.String |
getKey()
Get the parameter key. |
java.lang.String |
getValue()
Get the parameter value. |
void |
setDisplayText(java.lang.String displayText)
Set the text to be displayed for this parameter. |
void |
setKey(java.lang.String key)
Set the parameter key. |
void |
setValue(java.lang.String value)
Set the parameter value. |
Methods inherited from interface com.elasticpath.domain.Persistence |
---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
Methods inherited from interface com.elasticpath.domain.EpDomain |
---|
getElasticPath, setElasticPath |
Field Detail |
---|
static final java.lang.String COST_PER_UNIT_WEIGHT
static final java.lang.String FIXED_BASE_KEY
static final java.lang.String FIXED_PRICE_KEY
static final java.lang.String PERCENTAGE_OF_ORDER_TOTOAL_KEY
Method Detail |
---|
java.lang.String getDisplayText()
java.lang.String getKey()
java.lang.String getValue()
void setDisplayText(java.lang.String displayText)
displayText
- the text to display. Set to null to use the parameter value.void setKey(java.lang.String key)
key
- the parameter keyvoid setValue(java.lang.String value)
value
- the parameter value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |