Class MyCouponPOKey
java.lang.Object
com.intershop.beehive.orm.capi.common.ORMObjectKey
com.intershop.beehive.core.capi.domain.PersistentObjectPOKey
com.intershop.issup.component.mycoupon.orm.internal.mycoupon.orm.MyCouponPOKey
- All Implemented Interfaces:
com.intershop.beehive.cache.capi.common.CacheClearKey
,Serializable
,Cloneable
public class MyCouponPOKey
extends com.intershop.beehive.core.capi.domain.PersistentObjectPOKey
This class represents the primary key for objects of type MyCouponPO. The key objects can be used for lookup
operations in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty primary key.MyCouponPOKey
(String UUID) Creates a primary key with the specified value(s). -
Method Summary
Methods inherited from class com.intershop.beehive.core.capi.domain.PersistentObjectPOKey
equals, getUUID, hashCode, setUUID, toString
Methods inherited from class com.intershop.beehive.orm.capi.common.ORMObjectKey
clone
-
Constructor Details
-
MyCouponPOKey
public MyCouponPOKey()Creates an empty primary key. After creation of a new key object you must call the corresponding setAttribute method(s) to set the value(s) of the primary key. -
MyCouponPOKey
Creates a primary key with the specified value(s).
-