|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.socialnetwork.invitation.Invitation
public class Invitation
| Constructor Summary | |
|---|---|
Invitation()
Default Constructor |
|
Invitation(int senderId,
int receiverId,
String message,
Date invitationDate)
Constructor using fields |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getId()
get Id of invitation |
Date |
getInvitationDate()
get Date of invitation |
String |
getMessage()
get Message of invitation |
int |
getReceiverId()
get the receiver of invitation |
int |
getSenderId()
get the sender of invitation |
int |
hashCode()
|
void |
setId(int id)
set the Id of invitation |
void |
setInvitationDate(Date invitationDate)
set the Date of invitation |
void |
setMessage(String message)
set the Message of invitation |
void |
setReceiverId(int receiverId)
set the Receiver of invitation |
void |
setSenderId(int senderId)
set the sender of invitation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Invitation(int senderId,
int receiverId,
String message,
Date invitationDate)
senderId - receiverId - message - invitationDate - public Invitation()
| Method Detail |
|---|
public int getId()
public Date getInvitationDate()
public String getMessage()
public int getReceiverId()
public int getSenderId()
public void setId(int id)
id - public void setInvitationDate(Date invitationDate)
invitationDate - public void setMessage(String message)
message - public void setReceiverId(int receiverId)
receiverId - public void setSenderId(int senderId)
senderId - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||