Liferay 6.0.5

com.liferay.portlet.flags.messaging
Class FlagsRequest

java.lang.Object
  extended by com.liferay.portlet.flags.messaging.FlagsRequest
All Implemented Interfaces:
Serializable

public class FlagsRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FlagsRequest()
           
FlagsRequest(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, ServiceContext serviceContext)
           
 
Method Summary
 String getClassName()
           
 long getClassPK()
           
 String getComments()
           
 String getContentTitle()
           
 String getContentURL()
           
 String getReason()
           
 long getReportedUserId()
           
 String getReporterEmailAddress()
           
 ServiceContext getServiceContext()
           
 void setClassName(String className)
           
 void setClassPK(long classPK)
           
 void setComments(String comments)
           
 void setContentTitle(String contentTitle)
           
 void setContentURL(String contentURL)
           
 void setReason(String reason)
           
 void setReportedUserId(long reportedUserId)
           
 void setReporterEmailAddress(String reporterEmailAddress)
           
 void setServiceContext(ServiceContext serviceContext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlagsRequest

public FlagsRequest()

FlagsRequest

public FlagsRequest(String className,
                    long classPK,
                    String reporterEmailAddress,
                    long reportedUserId,
                    String contentTitle,
                    String contentURL,
                    String reason,
                    ServiceContext serviceContext)
Method Detail

getClassName

public String getClassName()

getClassPK

public long getClassPK()

getComments

public String getComments()

getContentTitle

public String getContentTitle()

getContentURL

public String getContentURL()

getReason

public String getReason()

getReportedUserId

public long getReportedUserId()

getReporterEmailAddress

public String getReporterEmailAddress()

getServiceContext

public ServiceContext getServiceContext()

setClassName

public void setClassName(String className)

setClassPK

public void setClassPK(long classPK)

setComments

public void setComments(String comments)

setContentTitle

public void setContentTitle(String contentTitle)

setContentURL

public void setContentURL(String contentURL)

setReason

public void setReason(String reason)

setReportedUserId

public void setReportedUserId(long reportedUserId)

setReporterEmailAddress

public void setReporterEmailAddress(String reporterEmailAddress)

setServiceContext

public void setServiceContext(ServiceContext serviceContext)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.0.5