com.elasticpath.domain.catalog.impl
Class ProductSkuSpecImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractValueObjectImpl
              extended by com.elasticpath.domain.catalog.impl.ProductSkuSpecImpl
All Implemented Interfaces:
ProductSkuSpec, EpDomain, Persistence, ValueObject, java.io.Serializable

public class ProductSkuSpecImpl
extends AbstractValueObjectImpl
implements ProductSkuSpec

A default implementation of a specification of ProductSku.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
ProductSkuSpecImpl()
           
 
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 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

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

ProductSkuSpecImpl

public ProductSkuSpecImpl()
Method Detail

getHeight

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

Specified by:
getHeight in interface ProductSkuSpec
Returns:
the height.

getLength

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

Specified by:
getLength in interface ProductSkuSpec
Returns:
the length.

getWeight

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

Specified by:
getWeight in interface ProductSkuSpec
Returns:
the weight.

getWidth

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

Specified by:
getWidth in interface ProductSkuSpec
Returns:
the width.

setHeight

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

Specified by:
setHeight in interface ProductSkuSpec
Parameters:
height - the height to set.

setLength

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

Specified by:
setLength in interface ProductSkuSpec
Parameters:
length - the length to set.

setWeight

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

Specified by:
setWeight in interface ProductSkuSpec
Parameters:
weight - the weight to set.

setWidth

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

Specified by:
setWidth in interface ProductSkuSpec
Parameters:
width - the width to set.