类 SysDeptItemId

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

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

    • serialVersionUID

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

      private int deptId
      dept id 部门id
    • itemType

      private String itemType
      item type 项目类型
    • itemId

      private String itemId
      item id 项目id
  • 构造器详细资料

    • SysDeptItemId

      public SysDeptItemId()
    • SysDeptItemId

      public SysDeptItemId(int deptId, String itemType, String itemId)
  • 方法详细资料

    • getDeptId

      public int getDeptId()
    • setDeptId

      public void setDeptId(int deptId)
    • getItemType

      public String getItemType()
    • setItemType

      public void setItemType(String itemType)
    • getItemId

      public String getItemId()
    • setItemId

      public void setItemId(String itemId)
    • equals

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

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