com.elasticpath.domain.order.impl
Class OrderShipmentStatusImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpConstantImpl
      extended by com.elasticpath.domain.order.impl.OrderShipmentStatusImpl
All Implemented Interfaces:
EpConstant, OrderShipmentStatus, java.io.Serializable

public class OrderShipmentStatusImpl
extends AbstractEpConstantImpl
implements OrderShipmentStatus

The default implementation of OrderShipmentStatus.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
OrderShipmentStatusImpl(int statusCode, java.lang.String statusName)
          Constructor.
 
Method Summary
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpConstantImpl
getCode, getDescription, setCode, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.EpConstant
getCode, getDescription, setCode, setDescription
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

OrderShipmentStatusImpl

public OrderShipmentStatusImpl(int statusCode,
                               java.lang.String statusName)
Constructor.

Parameters:
statusCode - the status code.
statusName - the status name.