|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.shipping.impl.ShippingCostCalculationParameterImpl
public class ShippingCostCalculationParameterImpl
Represents a parameter of a shipping cost calculation method, such as the dollar value of the fix base shipping cost.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Fields inherited from interface com.elasticpath.domain.shipping.ShippingCostCalculationParameter |
|---|
COST_PER_UNIT_WEIGHT, FIXED_BASE_KEY, FIXED_PRICE_KEY, PERCENTAGE_OF_ORDER_TOTOAL_KEY |
| Constructor Summary | |
|---|---|
ShippingCostCalculationParameterImpl()
|
|
| 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 class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public ShippingCostCalculationParameterImpl()
| Method Detail |
|---|
public java.lang.String getDisplayText()
getDisplayText in interface ShippingCostCalculationParameterpublic java.lang.String getKey()
getKey in interface ShippingCostCalculationParameterpublic java.lang.String getValue()
getValue in interface ShippingCostCalculationParameterpublic void setDisplayText(java.lang.String displayText)
setDisplayText in interface ShippingCostCalculationParameterdisplayText - the text to displaypublic void setKey(java.lang.String key)
setKey in interface ShippingCostCalculationParameterkey - the parameter keypublic void setValue(java.lang.String value)
setValue in interface ShippingCostCalculationParametervalue - the parameter value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||