public abstract class UserOfGroup extends Object implements Serializable
Association class which connects a group with all user members, including the users of the transitivly contained groups.
Modifier and Type | Class and Description |
---|---|
static class |
UserOfGroup.Factory
Constructs new instances of
UserOfGroup . |
Constructor and Description |
---|
UserOfGroup() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an UserOfGroup instance and all identifiers for
this entity equal the identifiers of the argument entity. |
Group |
getGroup() |
Long |
getId() |
UserOfGroupModificationType |
getModificationType()
Denotes whether the the UserOfGroup entity was modified recently and thus needs further
processing.
|
User |
getUser() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setGroup(Group group) |
void |
setId(Long id) |
void |
setModificationType(UserOfGroupModificationType modificationType) |
void |
setUser(User user) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an UserOfGroup instance and all identifiers for
this entity equal the identifiers of the argument entity. Returns false
otherwise.public Group getGroup()
public Long getId()
public UserOfGroupModificationType getModificationType()
Denotes whether the the UserOfGroup entity was modified recently and thus needs further processing.
public User getUser()
public int hashCode()
public void setGroup(Group group)
public void setId(Long id)
public void setModificationType(UserOfGroupModificationType modificationType)
public void setUser(User user)
Copyright © 2019 Communote team. All rights reserved.