Class GCubeTeam
java.lang.Object
org.gcube.vomanagement.usermanagement.model.GCubeTeam
- All Implemented Interfaces:
Serializable
The Class GCubeTeam.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the createdate.Gets the description.longGets the group id.Gets the modified date.longGets the team id.Gets the team name.longGets the user id.voidsetCreatedate(Date createdate) Sets the createdate.voidsetDescription(String description) Sets the description.voidsetGroupId(long groupId) Sets the group id.voidsetModifiedDate(Date modifiedDate) Sets the modified date.voidsetTeamId(long teamId) Sets the team id.voidsetTeamName(String teamName) Sets the team name.voidsetUserId(long userId) Sets the user id.
-
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 idteamId- the team idteamName- the team namedescription- the descriptionuserId- the user idcreatedate- the createdatemodifiedDate- 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
Gets the team name.- Returns:
- the team name
-
setTeamName
Sets the team name.- Parameters:
teamName- the new team name
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
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
Gets the createdate.- Returns:
- the createdate
-
setCreatedate
Sets the createdate.- Parameters:
createdate- the new createdate
-
getModifiedDate
Gets the modified date.- Returns:
- the modified date
-
setModifiedDate
Sets the modified date.- Parameters:
modifiedDate- the new modified date
-