Class CustomerPK
java.lang.Object
com.echothree.util.common.persistence.BasePK
com.echothree.model.data.customer.common.pk.CustomerPK
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerPK
(Long entityId) Creates a new instance of CustomerPKCustomerPK
(String entityId) Creates a new instance of CustomerPK -
Method Summary
Methods inherited from class com.echothree.util.common.persistence.BasePK
equals, getComponentVendorName, getEntityId, getEntityRef, getEntityTypeName, hashCode, toString
-
Constructor Details
-
CustomerPK
Creates a new instance of CustomerPK -
CustomerPK
Creates a new instance of CustomerPK
-