Class GCubeMembershipRequest
java.lang.Object
org.gcube.vomanagement.usermanagement.model.GCubeMembershipRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGCubeMembershipRequest(long membershipRequestId, long groupId, GCubeUser requestingUser, Date createDate, String userComment, String managerReplyComment, GCubeUser replierUser, Date replyDate, MembershipRequestStatus status) -
Method Summary
Modifier and TypeMethodDescriptionReturns the comment of this membership request.Returns the create date of this membership request.longReturns the group ID of this membership request.Returns the reply comments of this membership request.longReturns the membership request ID of this membership request.Returns the reply date of this membership request.Returns the status of this membership request.voidsetComment(String userComment) Sets the comments of this membership request.voidsetCreateDate(Date createDate) Sets the create date of this membership request.voidsetGroupId(long groupId) Sets the group ID of this membership request.voidsetManagerReplyComment(String managerReplyComment) voidsetMembershipRequestId(long membershipRequestId) Sets the membership request ID of this membership request.voidsetReplierUser(GCubeUser replierUser) voidsetReplyComment(String replyComment) Sets the reply comments of this membership request.voidsetReplyDate(Date replyDate) Sets the reply date of this membership request.voidsetRequestingUser(GCubeUser requestingUser) voidsetStatus(MembershipRequestStatus status) voidsetUserComment(String userComment) toString()
-
Constructor Details
-
GCubeMembershipRequest
public GCubeMembershipRequest() -
GCubeMembershipRequest
-
-
Method Details
-
getMembershipRequestId
public long getMembershipRequestId()Returns the membership request ID of this membership request.- Returns:
- the membership request ID of this membership request
-
setMembershipRequestId
public void setMembershipRequestId(long membershipRequestId) Sets the membership request ID of this membership request.- Parameters:
membershipRequestId- the membership request ID of this membership request
-
getGroupId
public long getGroupId()Returns the group ID of this membership request.- Returns:
- the group ID of this membership request
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this membership request.- Parameters:
groupId- the group ID of this membership request
-
getCreateDate
Returns the create date of this membership request.- Returns:
- the create date of this membership request
-
setCreateDate
Sets the create date of this membership request.- Parameters:
createDate- the create date of this membership request
-
getComment
Returns the comment of this membership request.- Returns:
- the comment of this membership request
-
setComment
Sets the comments of this membership request.- Parameters:
userComment- the comments of this membership request
-
getManagerReplyComment
Returns the reply comments of this membership request.- Returns:
- the reply comments of this membership request
-
setReplyComment
Sets the reply comments of this membership request.- Parameters:
replyComment- the reply comments of this membership request
-
getReplyDate
Returns the reply date of this membership request.- Returns:
- the reply date of this membership request
-
setReplyDate
Sets the reply date of this membership request.- Parameters:
replyDate- the reply date of this membership request
-
getStatus
Returns the status of this membership request.- Returns:
- the status of this membership request
-
getUserComment
-
setUserComment
-
setManagerReplyComment
-
setStatus
-
getRequestingUser
-
setRequestingUser
-
getReplierUser
-
setReplierUser
-
toString
-