com.liferay.portal.model
Class OrgGroupRoleWrapper

java.lang.Object
  extended by com.liferay.portal.model.OrgGroupRoleWrapper
All Implemented Interfaces:
BaseModel<OrgGroupRole>, OrgGroupRole, OrgGroupRoleModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<OrgGroupRole>

public class OrgGroupRoleWrapper
extends java.lang.Object
implements OrgGroupRole

View Source

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

This class is a wrapper for OrgGroupRole.

Author:
Brian Wing Shun Chan
See Also:
OrgGroupRole, Serialized Form
Generated:

Constructor Summary
OrgGroupRoleWrapper(OrgGroupRole orgGroupRole)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(OrgGroupRole orgGroupRole)
           
 boolean containsGroup(java.util.List<Group> groups)
           
 boolean containsOrganization(java.util.List<Organization> organizations)
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getOrganizationId()
           
 OrgGroupRolePK getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRoleId()
           
 OrgGroupRole getWrappedOrgGroupRole()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 boolean setNew(boolean n)
           
 void setOrganizationId(long organizationId)
           
 void setPrimaryKey(OrgGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 OrgGroupRole toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrgGroupRoleWrapper

public OrgGroupRoleWrapper(OrgGroupRole orgGroupRole)
Method Detail

getPrimaryKey

public OrgGroupRolePK getPrimaryKey()
Specified by:
getPrimaryKey in interface OrgGroupRoleModel

setPrimaryKey

public void setPrimaryKey(OrgGroupRolePK pk)
Specified by:
setPrimaryKey in interface OrgGroupRoleModel

getOrganizationId

public long getOrganizationId()
Specified by:
getOrganizationId in interface OrgGroupRoleModel

setOrganizationId

public void setOrganizationId(long organizationId)
Specified by:
setOrganizationId in interface OrgGroupRoleModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface OrgGroupRoleModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface OrgGroupRoleModel

getRoleId

public long getRoleId()
Specified by:
getRoleId in interface OrgGroupRoleModel

setRoleId

public void setRoleId(long roleId)
Specified by:
setRoleId in interface OrgGroupRoleModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<OrgGroupRole>
Specified by:
isNew in interface OrgGroupRoleModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<OrgGroupRole>
Specified by:
setNew in interface OrgGroupRoleModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<OrgGroupRole>
Specified by:
isCachedModel in interface OrgGroupRoleModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<OrgGroupRole>
Specified by:
setCachedModel in interface OrgGroupRoleModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<OrgGroupRole>
Specified by:
isEscapedModel in interface OrgGroupRoleModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<OrgGroupRole>
Specified by:
setEscapedModel in interface OrgGroupRoleModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<OrgGroupRole>
Specified by:
getPrimaryKeyObj in interface OrgGroupRoleModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<OrgGroupRole>
Specified by:
getExpandoBridge in interface OrgGroupRoleModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<OrgGroupRole>
Specified by:
setExpandoBridgeAttributes in interface OrgGroupRoleModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<OrgGroupRole>
Specified by:
clone in interface OrgGroupRoleModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(OrgGroupRole orgGroupRole)
Specified by:
compareTo in interface OrgGroupRoleModel
Specified by:
compareTo in interface java.lang.Comparable<OrgGroupRole>

hashCode

public int hashCode()
Specified by:
hashCode in interface OrgGroupRoleModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public OrgGroupRole toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<OrgGroupRole>
Specified by:
toEscapedModel in interface OrgGroupRoleModel

toString

public java.lang.String toString()
Specified by:
toString in interface OrgGroupRoleModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<OrgGroupRole>
Specified by:
toXmlString in interface OrgGroupRoleModel

containsOrganization

public boolean containsOrganization(java.util.List<Organization> organizations)
Specified by:
containsOrganization in interface OrgGroupRole

containsGroup

public boolean containsGroup(java.util.List<Group> groups)
Specified by:
containsGroup in interface OrgGroupRole

getWrappedOrgGroupRole

public OrgGroupRole getWrappedOrgGroupRole()