com.liferay.portlet.messageboards.model
Class MBBanSoap
java.lang.Object
com.liferay.portlet.messageboards.model.MBBanSoap
- All Implemented Interfaces:
- Serializable
public class MBBanSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.messageboards.service.http.MBBanServiceSoap
.
- See Also:
com.liferay.portlet.messageboards.service.http.MBBanServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBBanSoap
public MBBanSoap()
toSoapModel
public static MBBanSoap toSoapModel(MBBan model)
toSoapModels
public static MBBanSoap[] toSoapModels(MBBan[] models)
toSoapModels
public static MBBanSoap[][] toSoapModels(MBBan[][] models)
toSoapModels
public static MBBanSoap[] toSoapModels(List<MBBan> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getBanId
public long getBanId()
setBanId
public void setBanId(long banId)
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)
getBanUserId
public long getBanUserId()
setBanUserId
public void setBanUserId(long banUserId)