Class UpdatedGroupsDTO
- java.lang.Object
-
- mops.businesslogic.gruppenbildung.UpdatedGroupsDTO
-
public class UpdatedGroupsDTO extends java.lang.Object
Updated groups since the last time stamp.
-
-
Constructor Summary
Constructors Constructor Description UpdatedGroupsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
long
getEventId()
Current event timestamp id.java.util.List<GroupDTO>
getGroupDAOs()
List of groups.int
hashCode()
void
setEventId(long eventId)
Current event timestamp id.void
setGroupDAOs(java.util.List<GroupDTO> groupDAOs)
List of groups.java.lang.String
toString()
-
-
-
Method Detail
-
getEventId
public long getEventId()
Current event timestamp id.
-
getGroupDAOs
public java.util.List<GroupDTO> getGroupDAOs()
List of groups.
-
setEventId
public void setEventId(long eventId)
Current event timestamp id.
-
setGroupDAOs
public void setGroupDAOs(java.util.List<GroupDTO> groupDAOs)
List of groups.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-