Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Class SocialRelationWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialRelationWrapper
All Implemented Interfaces:
BaseModel<SocialRelation>, ClassedModel, ModelWrapper<SocialRelation>, PersistedModel, SocialRelation, SocialRelationModel, Serializable, Cloneable, Comparable<SocialRelation>

public class SocialRelationWrapper
extends Object
implements SocialRelation, ModelWrapper<SocialRelation>

This class is a wrapper for SocialRelation.

See Also:
SocialRelation, Serialized Form

Constructor Summary
SocialRelationWrapper(SocialRelation socialRelation)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialRelation socialRelation)
           
 boolean equals(Object obj)
           
 long getCompanyId()
          Returns the company ID of this social relation.
 long getCreateDate()
          Returns the create date of this social relation.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getPrimaryKey()
          Returns the primary key of this social relation.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getRelationId()
          Returns the relation ID of this social relation.
 int getType()
          Returns the type of this social relation.
 long getUserId1()
          Returns the user id1 of this social relation.
 long getUserId2()
          Returns the user id2 of this social relation.
 String getUuid()
          Returns the uuid of this social relation.
 SocialRelation getWrappedModel()
           
 SocialRelation getWrappedSocialRelation()
          Deprecated. Renamed to getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company ID of this social relation.
 void setCreateDate(long createDate)
          Sets the create date of this social relation.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this social relation.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setRelationId(long relationId)
          Sets the relation ID of this social relation.
 void setType(int type)
          Sets the type of this social relation.
 void setUserId1(long userId1)
          Sets the user id1 of this social relation.
 void setUserId2(long userId2)
          Sets the user id2 of this social relation.
 void setUuid(String uuid)
          Sets the uuid of this social relation.
 CacheModel<SocialRelation> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialRelation toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 SocialRelation toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialRelationWrapper

public SocialRelationWrapper(SocialRelation socialRelation)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<SocialRelation>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<SocialRelation>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this social relation.

Specified by:
getPrimaryKey in interface SocialRelationModel
Returns:
the primary key of this social relation

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this social relation.

Specified by:
setPrimaryKey in interface SocialRelationModel
Parameters:
primaryKey - the primary key of this social relation

getUuid

public String getUuid()
Returns the uuid of this social relation.

Specified by:
getUuid in interface SocialRelationModel
Returns:
the uuid of this social relation

setUuid

public void setUuid(String uuid)
Sets the uuid of this social relation.

Specified by:
setUuid in interface SocialRelationModel
Parameters:
uuid - the uuid of this social relation

getRelationId

public long getRelationId()
Returns the relation ID of this social relation.

Specified by:
getRelationId in interface SocialRelationModel
Returns:
the relation ID of this social relation

setRelationId

public void setRelationId(long relationId)
Sets the relation ID of this social relation.

Specified by:
setRelationId in interface SocialRelationModel
Parameters:
relationId - the relation ID of this social relation

getCompanyId

public long getCompanyId()
Returns the company ID of this social relation.

Specified by:
getCompanyId in interface SocialRelationModel
Returns:
the company ID of this social relation

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this social relation.

Specified by:
setCompanyId in interface SocialRelationModel
Parameters:
companyId - the company ID of this social relation

getCreateDate

public long getCreateDate()
Returns the create date of this social relation.

Specified by:
getCreateDate in interface SocialRelationModel
Returns:
the create date of this social relation

setCreateDate

public void setCreateDate(long createDate)
Sets the create date of this social relation.

Specified by:
setCreateDate in interface SocialRelationModel
Parameters:
createDate - the create date of this social relation

getUserId1

public long getUserId1()
Returns the user id1 of this social relation.

Specified by:
getUserId1 in interface SocialRelationModel
Returns:
the user id1 of this social relation

setUserId1

public void setUserId1(long userId1)
Sets the user id1 of this social relation.

Specified by:
setUserId1 in interface SocialRelationModel
Parameters:
userId1 - the user id1 of this social relation

getUserId2

public long getUserId2()
Returns the user id2 of this social relation.

Specified by:
getUserId2 in interface SocialRelationModel
Returns:
the user id2 of this social relation

setUserId2

public void setUserId2(long userId2)
Sets the user id2 of this social relation.

Specified by:
setUserId2 in interface SocialRelationModel
Parameters:
userId2 - the user id2 of this social relation

getType

public int getType()
Returns the type of this social relation.

Specified by:
getType in interface SocialRelationModel
Returns:
the type of this social relation

setType

public void setType(int type)
Sets the type of this social relation.

Specified by:
setType in interface SocialRelationModel
Parameters:
type - the type of this social relation

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<SocialRelation>
Specified by:
isNew in interface SocialRelationModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<SocialRelation>
Specified by:
setNew in interface SocialRelationModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<SocialRelation>
Specified by:
isCachedModel in interface SocialRelationModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<SocialRelation>
Specified by:
setCachedModel in interface SocialRelationModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<SocialRelation>
Specified by:
isEscapedModel in interface SocialRelationModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialRelation>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SocialRelationModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<SocialRelation>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SocialRelationModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialRelation>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SocialRelationModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialRelation>
Specified by:
setExpandoBridgeAttributes in interface SocialRelationModel
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialRelation>
Specified by:
clone in interface SocialRelationModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialRelation socialRelation)
Specified by:
compareTo in interface SocialRelationModel
Specified by:
compareTo in interface Comparable<SocialRelation>

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialRelationModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<SocialRelation> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<SocialRelation>
Specified by:
toCacheModel in interface SocialRelationModel
Returns:
the cache model object

toEscapedModel

public SocialRelation toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<SocialRelation>
Specified by:
toEscapedModel in interface SocialRelationModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public SocialRelation toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<SocialRelation>
Specified by:
toUnescapedModel in interface SocialRelationModel

toString

public String toString()
Specified by:
toString in interface SocialRelationModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialRelation>
Specified by:
toXmlString in interface SocialRelationModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedSocialRelation

public SocialRelation getWrappedSocialRelation()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

public SocialRelation getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<SocialRelation>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<SocialRelation>

Liferay 6.1.2-ce-ga3