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)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getThreadFlagId
public long getThreadFlagId()
setThreadFlagId
public void setThreadFlagId(long threadFlagId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getThreadId
public long getThreadId()
setThreadId
public void setThreadId(long threadId)