类 CmsUserCollectionId

java.lang.Object
com.publiccms.entities.cms.CmsUserCollectionId
所有已实现的接口:
Serializable

@Embeddable public class CmsUserCollectionId extends Object implements Serializable
CmsUserCollectionId generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • userId

      private long userId
      user id

      用户id

    • contentId

      private long contentId
      content id

      内容id

  • 构造器详细资料

    • CmsUserCollectionId

      public CmsUserCollectionId()
    • CmsUserCollectionId

      public CmsUserCollectionId(long userId, long contentId)
  • 方法详细资料

    • getUserId

      public long getUserId()
    • setUserId

      public void setUserId(long userId)
    • getContentId

      public long getContentId()
    • setContentId

      public void setContentId(long contentId)
    • equals

      public boolean equals(Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object