com.elasticpath.persistence.support.impl
Class OrderShipmentStatusType

java.lang.Object
  extended by com.elasticpath.persistence.support.impl.AbstractEpConstantType
      extended by com.elasticpath.persistence.support.impl.OrderShipmentStatusType
All Implemented Interfaces:
java.io.Serializable, org.hibernate.usertype.UserType

public class OrderShipmentStatusType
extends AbstractEpConstantType

This class defines a Hibernate customer value type OrderShipmentStatus. This is the type of the status property in OrderShipment.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
OrderShipmentStatusType()
           
 
Method Summary
 java.lang.Class returnedClass()
          Returns a java type(class) that is been mapped.
 
Methods inherited from class com.elasticpath.persistence.support.impl.AbstractEpConstantType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, sqlTypes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

OrderShipmentStatusType

public OrderShipmentStatusType()
Method Detail

returnedClass

public java.lang.Class returnedClass()
Returns a java type(class) that is been mapped.

Returns:
a java type(class) that is been mapped