com.ibm.commerce.order.objects
Class OrderProcessSystem
- java.lang.Object
-
- com.ibm.commerce.base.objects.EntityBase
-
- com.ibm.commerce.order.objimpl.OrderProcessSystemEntityBase
-
- com.ibm.commerce.order.objects.OrderProcessSystem
-
- All Implemented Interfaces:
- Groupable, Protectable, java.io.Serializable
@Entity(name="OrderProcessSystem") public class OrderProcessSystem extends com.ibm.commerce.order.objimpl.OrderProcessSystemEntityBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright.
-
Constructor Summary
Constructors Constructor and Description OrderProcessSystem()
-
Method Summary
-
Methods inherited from class com.ibm.commerce.order.objimpl.OrderProcessSystemEntityBase
getName, getOrderProcessSystemId, setName, setOrderProcessSystemId
-
Methods inherited from class com.ibm.commerce.base.objects.EntityBase
fulfills, getGroupingAttributeValue, getOptCounter, getOwner, setOptCounter
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
Methods inherited from interface com.ibm.commerce.grouping.Groupable
getGroupingAttributeValue
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright.- See Also:
- Constant Field Values
-
-