| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MembershipRequest
An interface used to describe a membership request. The properties of this interface return information about a membership request
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| static java.lang.String | SUBSCRIBE | 
| static java.lang.String | UNSUBSCRIBE | 
| Method Summary | |
|---|---|
|  void | approve()Approve the Membership request | 
|  void | deny()Deny the Membership request | 
|  java.util.Date | getCreationDate()Access the creation date | 
|  java.lang.String | getId()Access the id of the membership request | 
|  java.lang.String | getRequestType()Access the requestType of the membership request | 
|  User | getUser()Access the user of the membership request | 
|  void | remove()Remove the Membership request | 
|  void | setRequestType(java.lang.String pRequestType)Set the requestType of the membership request | 
|  void | setUser(User pUser)Set the user of the membership request | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
static final java.lang.String UNSUBSCRIBE
static final java.lang.String SUBSCRIBE
| Method Detail | 
|---|
java.lang.String getId()
User getUser()
void setUser(User pUser)
a - userjava.lang.String getRequestType()
void setRequestType(java.lang.String pRequestType)
a - requestTypejava.util.Date getCreationDate()
void approve()
void deny()
void remove()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||