com.liferay.portlet.messageboards.model
Interface MBBanModel

All Superinterfaces:
BaseModel<MBBan>, java.lang.Cloneable, java.lang.Comparable<MBBan>, java.io.Serializable
All Known Subinterfaces:
MBBan

public interface MBBanModel
extends BaseModel<MBBan>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the MBBan table in the database.

Author:
Brian Wing Shun Chan
See Also:
MBBan, com.liferay.portlet.messageboards.model.impl.MBBanImpl, com.liferay.portlet.messageboards.model.impl.MBBanModelImpl

Method Summary
 long getBanId()
           
 long getBanUserId()
           
 java.lang.String getBanUserUuid()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 void setBanId(long banId)
           
 void setBanUserId(long banUserId)
           
 void setBanUserUuid(java.lang.String banUserUuid)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 MBBan toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getBanId

long getBanId()

setBanId

void setBanId(long banId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getUserName

java.lang.String getUserName()

setUserName

void setUserName(java.lang.String userName)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getBanUserId

long getBanUserId()

setBanUserId

void setBanUserId(long banUserId)

getBanUserUuid

java.lang.String getBanUserUuid()
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setBanUserUuid

void setBanUserUuid(java.lang.String banUserUuid)

toEscapedModel

MBBan toEscapedModel()