Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Class MBBanSoap

java.lang.Object
  extended by 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

Constructor Summary
MBBanSoap()
           
 
Method Summary
 long getBanId()
           
 long getBanUserId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setBanId(long banId)
           
 void setBanUserId(long banUserId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static MBBanSoap toSoapModel(MBBan model)
           
static MBBanSoap[] toSoapModels(List<MBBan> models)
           
static MBBanSoap[] toSoapModels(MBBan[] models)
           
static MBBanSoap[][] toSoapModels(MBBan[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBanSoap

public MBBanSoap()
Method Detail

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)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

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)

Liferay 6.2-ce-ga5