|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.AbuseReport
public class AbuseReport
This class contains all the necessary information to file an abuse report.
AbuseType| Constructor Summary | |
|---|---|
AbuseReport()
|
|
AbuseReport(long abuseID)
|
|
| Method Summary | |
|---|---|
AbuseType |
getAbuseType()
Gets the AbuseType for this abuse report. |
java.lang.String |
getComment()
Gets a comment explaining this abuse report. |
long |
getID()
Gets the unique ID of this abuse report. |
ForumMessage |
getMessage()
Gets the forum message that caused this abuse report. |
java.util.Date |
getReportDate()
Gets the date that this abuse report was created. |
User |
getUser()
Gets the user that created this abuse report. |
void |
setAbuseType(AbuseType abuseType)
Sets the AbuseType for this abuse report. |
void |
setComment(java.lang.String comment)
Sets a comment explaining this abuse report. |
void |
setID(long ID)
Sets the unique ID of this abuse report. |
void |
setMessage(ForumMessage message)
Sets the forum message that caused this abuse report. |
void |
setReportDate(java.util.Date reportDate)
Sets the date that this abuse report was created. |
void |
setUser(User user)
Sets the user that created this abuse report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbuseReport()
public AbuseReport(long abuseID)
| Method Detail |
|---|
public long getID()
public void setID(long ID)
ID - the unique ID of this abuse report.public AbuseType getAbuseType()
AbuseType for this abuse report.
AbuseType for this abuse report.public void setAbuseType(AbuseType abuseType)
AbuseType for this abuse report.
abuseType - the AbuseType for this abuse report.public ForumMessage getMessage()
public void setMessage(ForumMessage message)
message - the forum message that caused this abuse reportpublic User getUser()
public void setUser(User user)
user - the user that created this abuse reportpublic java.util.Date getReportDate()
public void setReportDate(java.util.Date reportDate)
reportDate - the date that this abuse report was createdpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - a comment explaining this abuse report
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||