|
Clearspace API (2.5.29) 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. |
String |
getComment()
Gets a comment explaining this abuse report. |
long |
getID()
Gets the unique ID of this abuse report. |
JiveObject |
getJiveObject()
Gets the forum message that caused this abuse report. |
long |
getObjectID()
Returns the message ID of the forum message. |
int |
getObjectType()
|
Date |
getReportDate()
Gets the date that this abuse report was created. |
User |
getUser()
Gets the user that created this abuse report. |
long |
getUserID()
The user ID of the abuse message. |
void |
setAbuseType(AbuseType abuseType)
Sets the AbuseType for this abuse report. |
void |
setComment(String comment)
Sets a comment explaining this abuse report. |
void |
setID(long ID)
Sets the unique ID of this abuse report. |
void |
setJiveObject(JiveObject jiveObject)
Sets the forum message that caused this abuse report. |
void |
setObjectID(long objectID)
Sets the ID of the forum message for this abuse report. |
void |
setObjectType(int objectType)
|
void |
setReportDate(Date reportDate)
Sets the date that this abuse report was created. |
void |
setUser(User user)
Sets the user that created this abuse report. |
void |
setUserID(long userID)
Sets the ID of the user who created the 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 getUserID()
public void setUserID(long userID)
userID - public int getObjectType()
public void setObjectType(int objectType)
public long getObjectID()
public void setObjectID(long objectID)
objectID - 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 JiveObject getJiveObject()
public void setJiveObject(JiveObject jiveObject)
jiveObject - the object that caused this abuse reportpublic User getUser()
public void setUser(User user)
user - the user that created this abuse reportpublic Date getReportDate()
public void setReportDate(Date reportDate)
reportDate - the date that this abuse report was createdpublic String getComment()
public void setComment(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 | |||||||||