Class SegmentKey

java.lang.Object
ru.bgcrm.model.work.SegmentKey

public class SegmentKey extends Object
  • Field Details

    • graphId

      protected int graphId
    • groupId

      protected int groupId
    • userId

      protected int userId
    • dt

      protected Date dt
  • Constructor Details

    • SegmentKey

      public SegmentKey()
    • SegmentKey

      public SegmentKey(int graphId, int groupId, int userId, Date dt)
  • Method Details

    • getGraphId

      public int getGraphId()
    • setGraphId

      public void setGraphId(int graphId)
    • getGroupId

      public int getGroupId()
    • setGroupId

      public void setGroupId(int groupId)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • getDt

      public Date getDt()
    • setDt

      public void setDt(Date dt)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object