com.liferay.portal.model
Class UserGroupGroupRoleWrapper
java.lang.Object
com.liferay.portal.model.UserGroupGroupRoleWrapper
- All Implemented Interfaces:
- BaseModel<UserGroupGroupRole>, UserGroupGroupRole, UserGroupGroupRoleModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserGroupGroupRole>
public class UserGroupGroupRoleWrapper
- extends java.lang.Object
- implements UserGroupGroupRole
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserGroupGroupRole
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupGroupRole
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserGroupGroupRoleWrapper
public UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole)
getPrimaryKey
public UserGroupGroupRolePK getPrimaryKey()
- Specified by:
getPrimaryKey
in interface UserGroupGroupRoleModel
setPrimaryKey
public void setPrimaryKey(UserGroupGroupRolePK pk)
- Specified by:
setPrimaryKey
in interface UserGroupGroupRoleModel
getUserGroupId
public long getUserGroupId()
- Specified by:
getUserGroupId
in interface UserGroupGroupRoleModel
setUserGroupId
public void setUserGroupId(long userGroupId)
- Specified by:
setUserGroupId
in interface UserGroupGroupRoleModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface UserGroupGroupRoleModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId
in interface UserGroupGroupRoleModel
getRoleId
public long getRoleId()
- Specified by:
getRoleId
in interface UserGroupGroupRoleModel
setRoleId
public void setRoleId(long roleId)
- Specified by:
setRoleId
in interface UserGroupGroupRoleModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<UserGroupGroupRole>
- Specified by:
isNew
in interface UserGroupGroupRoleModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<UserGroupGroupRole>
- Specified by:
setNew
in interface UserGroupGroupRoleModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<UserGroupGroupRole>
- Specified by:
isCachedModel
in interface UserGroupGroupRoleModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<UserGroupGroupRole>
- Specified by:
setCachedModel
in interface UserGroupGroupRoleModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<UserGroupGroupRole>
- Specified by:
isEscapedModel
in interface UserGroupGroupRoleModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<UserGroupGroupRole>
- Specified by:
setEscapedModel
in interface UserGroupGroupRoleModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<UserGroupGroupRole>
- Specified by:
getPrimaryKeyObj
in interface UserGroupGroupRoleModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<UserGroupGroupRole>
- Specified by:
getExpandoBridge
in interface UserGroupGroupRoleModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<UserGroupGroupRole>
- Specified by:
setExpandoBridgeAttributes
in interface UserGroupGroupRoleModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<UserGroupGroupRole>
- Specified by:
clone
in interface UserGroupGroupRoleModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(UserGroupGroupRole userGroupGroupRole)
- Specified by:
compareTo
in interface UserGroupGroupRoleModel
- Specified by:
compareTo
in interface java.lang.Comparable<UserGroupGroupRole>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface UserGroupGroupRoleModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public UserGroupGroupRole toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<UserGroupGroupRole>
- Specified by:
toEscapedModel
in interface UserGroupGroupRoleModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface UserGroupGroupRoleModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<UserGroupGroupRole>
- Specified by:
toXmlString
in interface UserGroupGroupRoleModel
getWrappedUserGroupGroupRole
public UserGroupGroupRole getWrappedUserGroupGroupRole()