com.elasticpath.domain.order.impl
Class OrderPaymentStatusImpl

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

public class OrderPaymentStatusImpl
extends AbstractEpConstantImpl
implements OrderPaymentStatus

The default implementation of OrderPaymentStatus.

See Also:
Serialized Form

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

OrderPaymentStatusImpl

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

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