com.liferay.portlet.messageboards.model
Class MBBanWrapper
java.lang.Object
com.liferay.portlet.messageboards.model.MBBanWrapper
- All Implemented Interfaces:
- BaseModel<MBBan>, MBBan, MBBanModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MBBan>
public class MBBanWrapper
- extends java.lang.Object
- implements MBBan
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MBBan.
- Author:
- Brian Wing Shun Chan
- See Also:
MBBan,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
MBBanWrapper
public MBBanWrapper(MBBan mbBan)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface MBBanModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface MBBanModel
getBanId
public long getBanId()
- Specified by:
getBanId in interface MBBanModel
setBanId
public void setBanId(long banId)
- Specified by:
setBanId in interface MBBanModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface MBBanModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface MBBanModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface MBBanModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface MBBanModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface MBBanModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface MBBanModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface MBBanModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface MBBanModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface MBBanModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface MBBanModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface MBBanModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface MBBanModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface MBBanModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface MBBanModel
getBanUserId
public long getBanUserId()
- Specified by:
getBanUserId in interface MBBanModel
setBanUserId
public void setBanUserId(long banUserId)
- Specified by:
setBanUserId in interface MBBanModel
getBanUserUuid
public java.lang.String getBanUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBanUserUuid in interface MBBanModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setBanUserUuid
public void setBanUserUuid(java.lang.String banUserUuid)
- Specified by:
setBanUserUuid in interface MBBanModel
toEscapedModel
public MBBan toEscapedModel()
- Specified by:
toEscapedModel in interface MBBanModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<MBBan>- Specified by:
isNew in interface MBBanModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<MBBan>- Specified by:
setNew in interface MBBanModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<MBBan>- Specified by:
isCachedModel in interface MBBanModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<MBBan>- Specified by:
setCachedModel in interface MBBanModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<MBBan>- Specified by:
isEscapedModel in interface MBBanModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<MBBan>- Specified by:
setEscapedModel in interface MBBanModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<MBBan>- Specified by:
getPrimaryKeyObj in interface MBBanModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<MBBan>- Specified by:
getExpandoBridge in interface MBBanModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBBan>- Specified by:
setExpandoBridgeAttributes in interface MBBanModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<MBBan>- Specified by:
clone in interface MBBanModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(MBBan mbBan)
- Specified by:
compareTo in interface MBBanModel- Specified by:
compareTo in interface java.lang.Comparable<MBBan>
hashCode
public int hashCode()
- Specified by:
hashCode in interface MBBanModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface MBBanModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<MBBan>- Specified by:
toXmlString in interface MBBanModel
getWrappedMBBan
public MBBan getWrappedMBBan()