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