public class Request extends BaseXmlModel
RequestService
Modifier and Type | Class and Description |
---|---|
static class |
Request.RequestState |
static class |
Request.RequestType |
Modifier and Type | Field and Description |
---|---|
boolean |
_accepted |
User |
_acceptedBy |
Integer |
_acceptedBy_UserId |
Date |
_acceptedDate |
boolean |
_active |
Collection |
_collection |
Integer |
_collectionId |
Date |
_createdDate |
String |
_message |
Date |
_modifiedDate |
NotificationPriority |
_notificationPriority |
User |
_requester |
UUID |
_requestGuid |
Integer |
_requestId |
Integer |
_requestor_UserId |
Request.RequestState |
_requestState |
Request.RequestType |
_requestType |
User |
_user |
Collection.UserCollectionType |
_userCollectionType |
boolean |
_userFollowing |
Integer |
_userId |
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAcceptedBy_UserId() |
User |
getAcceptedBy() |
Date |
getAcceptedDate() |
Collection |
getCollection() |
Integer |
getCollectionId() |
Date |
getCreatedDate() |
String |
getMessage() |
Date |
getModifiedDate() |
NotificationPriority |
getNotificationPriority() |
User |
getRequester() |
UUID |
getRequestGuid() |
Integer |
getRequestId() |
Integer |
getRequestor_UserId() |
Request.RequestState |
getRequestState() |
Request.RequestType |
getRequestType() |
User |
getUser() |
Collection.UserCollectionType |
getUserCollectionType() |
Integer |
getUserId() |
boolean |
isAccepted() |
boolean |
isActive() |
boolean |
isUserFollowing() |
getRawXml, setRawXml
public Integer _requestId
public boolean _active
public Date _createdDate
public Date _modifiedDate
public Request.RequestType _requestType
public Integer _requestor_UserId
public User _requester
public Integer _userId
public User _user
public Integer _collectionId
public Collection _collection
public Collection.UserCollectionType _userCollectionType
public boolean _userFollowing
public String _message
public UUID _requestGuid
public boolean _accepted
public Request.RequestState _requestState
public Integer _acceptedBy_UserId
public User _acceptedBy
public Date _acceptedDate
public NotificationPriority _notificationPriority
public Integer getRequestId()
public boolean isActive()
public Date getCreatedDate()
public Date getModifiedDate()
public Request.RequestType getRequestType()
public Integer getRequestor_UserId()
public User getRequester()
public Integer getUserId()
public User getUser()
public Integer getCollectionId()
public Collection getCollection()
public Collection.UserCollectionType getUserCollectionType()
public boolean isUserFollowing()
public String getMessage()
public UUID getRequestGuid()
public boolean isAccepted()
public Request.RequestState getRequestState()
public Integer getAcceptedBy_UserId()
public User getAcceptedBy()
public Date getAcceptedDate()
public NotificationPriority getNotificationPriority()
Copyright © 2014 Equilibrium. All rights reserved.