com.elasticpath.domain.catalog
Interface ProductSkuSpec

All Superinterfaces:
EpDomain, Persistence, java.io.Serializable, ValueObject
All Known Implementing Classes:
ProductSkuSpecImpl

public interface ProductSkuSpec
extends ValueObject

Represens a specification of a ProductSku.


Method Summary
 java.math.BigDecimal getHeight()
          Returns the height.
 java.math.BigDecimal getLength()
          Returns the length.
 java.math.BigDecimal getWeight()
          Returns the weight.
 java.math.BigDecimal getWidth()
          Returns the width.
 void setHeight(java.math.BigDecimal height)
          Sets the height.
 void setLength(java.math.BigDecimal length)
          Sets the length.
 void setWeight(java.math.BigDecimal weight)
          Sets the weight.
 void setWidth(java.math.BigDecimal width)
          Sets the width.
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getHeight

java.math.BigDecimal getHeight()
Returns the height.

Returns:
the height.

getLength

java.math.BigDecimal getLength()
Returns the length.

Returns:
the length.

getWeight

java.math.BigDecimal getWeight()
Returns the weight.

Returns:
the weight.

getWidth

java.math.BigDecimal getWidth()
Returns the width.

Returns:
the width.

setHeight

void setHeight(java.math.BigDecimal height)
Sets the height.

Parameters:
height - the height to set.

setLength

void setLength(java.math.BigDecimal length)
Sets the length.

Parameters:
length - the length to set.

setWeight

void setWeight(java.math.BigDecimal weight)
Sets the weight.

Parameters:
weight - the weight to set.

setWidth

void setWidth(java.math.BigDecimal width)
Sets the width.

Parameters:
width - the width to set.