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