java.lang.Object
org.gcube.vomanagement.usermanagement.model.GCubeTeam
All Implemented Interfaces:
Serializable

public class GCubeTeam extends Object implements Serializable
The Class GCubeTeam.
See Also:
  • Constructor Details

    • GCubeTeam

      public GCubeTeam()
      Instantiates a new g cube team.
    • GCubeTeam

      public GCubeTeam(long groupId, long teamId, String teamName, String description, long userId, Date createdate, Date modifiedDate)
      Instantiates a new g cube team.
      Parameters:
      groupId - the group id
      teamId - the team id
      teamName - the team name
      description - the description
      userId - the user id
      createdate - the createdate
      modifiedDate - the modified date
  • Method Details

    • getGroupId

      public long getGroupId()
      Gets the group id.
      Returns:
      the group id
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group id.
      Parameters:
      groupId - the new group id
    • getTeamId

      public long getTeamId()
      Gets the team id.
      Returns:
      the team id
    • setTeamId

      public void setTeamId(long teamId)
      Sets the team id.
      Parameters:
      teamId - the new team id
    • getTeamName

      public String getTeamName()
      Gets the team name.
      Returns:
      the team name
    • setTeamName

      public void setTeamName(String teamName)
      Sets the team name.
      Parameters:
      teamName - the new team name
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • getUserId

      public long getUserId()
      Gets the user id.
      Returns:
      the user id
    • setUserId

      public void setUserId(long userId)
      Sets the user id.
      Parameters:
      userId - the new user id
    • getCreatedate

      public Date getCreatedate()
      Gets the createdate.
      Returns:
      the createdate
    • setCreatedate

      public void setCreatedate(Date createdate)
      Sets the createdate.
      Parameters:
      createdate - the new createdate
    • getModifiedDate

      public Date getModifiedDate()
      Gets the modified date.
      Returns:
      the modified date
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date.
      Parameters:
      modifiedDate - the new modified date