com.liferay.portlet.messageboards.model
Class MBThreadFlagSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBThreadFlagSoap
public MBThreadFlagSoap()
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)