Class MemberRecord

java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.MemberRecord

public class MemberRecord
extends Object
Description of the membership of one user in one group.
Author:
Donal Fellows
See Also:
UserRecord, GroupRecord
  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Returns:
      The ID of this membership. Distinct from both the user and the group.
    • setId

      public void setId​(int id)
      Parameters:
      id - The ID of this membership. Distinct from both the user and the group.
    • getGroupId

      public int getGroupId()
      Returns:
      The ID of the group that this is a membership of.
    • setGroupId

      public void setGroupId​(int groupId)
      Parameters:
      groupId - The ID of the group that this is a membership of.
    • getGroupName

      public String getGroupName()
      Returns:
      The name of the group that this is a membership of.
    • setGroupName

      public void setGroupName​(String groupName)
      Parameters:
      groupName - The name of the group that this is a membership of.
    • getGroupUrl

      public URI getGroupUrl()
      Returns:
      The URL for the group that this is a membership of.
    • setGroupUrl

      public void setGroupUrl​(URI groupUrl)
      Parameters:
      groupUrl - The URL for the group that this is a membership of.
    • getUserId

      public int getUserId()
      Returns:
      The ID of the user that this is a membership of.
    • setUserId

      public void setUserId​(int userId)
      Parameters:
      userId - The ID of the user that this is a membership of.
    • getUserName

      public String getUserName()
      Returns:
      The name of the user that this is a membership of.
    • setUserName

      public void setUserName​(String userName)
      Parameters:
      userName - The name of the user that this is a membership of.
    • getUserUrl

      public URI getUserUrl()
      Returns:
      The URL for the user that this is a membership of.
    • setUserUrl

      public void setUserUrl​(URI userUrl)
      Parameters:
      userUrl - The URL for the user that this is a membership of.