com.elasticpath.domain.order.impl
Class OrderReturnReasonImpl

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

public class OrderReturnReasonImpl
extends AbstractEpConstantImpl
implements OrderReturnReason

The default implementation of the OrderReturnReason.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
OrderReturnReasonImpl(int code, java.lang.String description)
          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

OrderReturnReasonImpl

public OrderReturnReasonImpl(int code,
                             java.lang.String description)
Constructor.

Parameters:
code - the reason code.
description - the reason description.