Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBThreadFlagSoap

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBThreadFlagSoap
All Implemented Interfaces:
Serializable

public class MBThreadFlagSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MBThreadFlagSoap()
           
 
Method Summary
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getThreadFlagId()
           
 long getThreadId()
           
 long getUserId()
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setThreadFlagId(long threadFlagId)
           
 void setThreadId(long threadId)
           
 void setUserId(long userId)
           
static MBThreadFlagSoap toSoapModel(MBThreadFlag model)
           
static MBThreadFlagSoap[] toSoapModels(List<MBThreadFlag> models)
           
static MBThreadFlagSoap[] toSoapModels(MBThreadFlag[] models)
           
static MBThreadFlagSoap[][] toSoapModels(MBThreadFlag[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadFlagSoap

public MBThreadFlagSoap()
Method Detail

toSoapModel

public static MBThreadFlagSoap toSoapModel(MBThreadFlag model)

toSoapModels

public static MBThreadFlagSoap[] toSoapModels(MBThreadFlag[] models)

toSoapModels

public static MBThreadFlagSoap[][] toSoapModels(MBThreadFlag[][] models)

toSoapModels

public static MBThreadFlagSoap[] toSoapModels(List<MBThreadFlag> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getThreadFlagId

public long getThreadFlagId()

setThreadFlagId

public void setThreadFlagId(long threadFlagId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getThreadId

public long getThreadId()

setThreadId

public void setThreadId(long threadId)

Liferay 6.1.2-ce-ga3