Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Class SCFrameworkVersionWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionWrapper
All Implemented Interfaces:
BaseModel<SCFrameworkVersion>, SCFrameworkVersion, SCFrameworkVersionModel, Serializable, Cloneable, Comparable<SCFrameworkVersion>

public class SCFrameworkVersionWrapper
extends Object
implements SCFrameworkVersion

This class is a wrapper for SCFrameworkVersion.

See Also:
SCFrameworkVersion, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SCFrameworkVersion scFrameworkVersion)
           
 boolean getActive()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getFrameworkVersionId()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
          Gets the primary key for this model instance.
 int getPriority()
           
 String getUrl()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 SCFrameworkVersion getWrappedSCFrameworkVersion()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance has been wrapped with an HTML auto escape handler.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance has been wrapped with an HTML auto escape handler.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setFrameworkVersionId(long frameworkVersionId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long pk)
           
 void setPriority(int priority)
           
 void setUrl(String url)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 SCFrameworkVersion toEscapedModel()
           
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCFrameworkVersionWrapper

public SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface SCFrameworkVersionModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface SCFrameworkVersionModel

getFrameworkVersionId

public long getFrameworkVersionId()
Specified by:
getFrameworkVersionId in interface SCFrameworkVersionModel

setFrameworkVersionId

public void setFrameworkVersionId(long frameworkVersionId)
Specified by:
setFrameworkVersionId in interface SCFrameworkVersionModel

getGroupId

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

setGroupId

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

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface SCFrameworkVersionModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface SCFrameworkVersionModel

getUserId

public long getUserId()
Specified by:
getUserId in interface SCFrameworkVersionModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface SCFrameworkVersionModel

getUserUuid

public String getUserUuid()
                   throws SystemException
Specified by:
getUserUuid in interface SCFrameworkVersionModel
Throws:
SystemException

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface SCFrameworkVersionModel

getUserName

public String getUserName()
Specified by:
getUserName in interface SCFrameworkVersionModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface SCFrameworkVersionModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface SCFrameworkVersionModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface SCFrameworkVersionModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface SCFrameworkVersionModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface SCFrameworkVersionModel

getName

public String getName()
Specified by:
getName in interface SCFrameworkVersionModel

setName

public void setName(String name)
Specified by:
setName in interface SCFrameworkVersionModel

getUrl

public String getUrl()
Specified by:
getUrl in interface SCFrameworkVersionModel

setUrl

public void setUrl(String url)
Specified by:
setUrl in interface SCFrameworkVersionModel

getActive

public boolean getActive()
Specified by:
getActive in interface SCFrameworkVersionModel

isActive

public boolean isActive()
Specified by:
isActive in interface SCFrameworkVersionModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface SCFrameworkVersionModel

getPriority

public int getPriority()
Specified by:
getPriority in interface SCFrameworkVersionModel

setPriority

public void setPriority(int priority)
Specified by:
setPriority in interface SCFrameworkVersionModel

toEscapedModel

public SCFrameworkVersion toEscapedModel()
Specified by:
toEscapedModel in interface SCFrameworkVersionModel

isNew

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

Specified by:
isNew in interface BaseModel<SCFrameworkVersion>
Specified by:
isNew in interface SCFrameworkVersionModel
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<SCFrameworkVersion>
Specified by:
setNew in interface SCFrameworkVersionModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

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

Specified by:
isCachedModel in interface BaseModel<SCFrameworkVersion>
Specified by:
isCachedModel in interface SCFrameworkVersionModel
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<SCFrameworkVersion>
Specified by:
setCachedModel in interface SCFrameworkVersionModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance has been wrapped with an HTML auto escape handler.

Specified by:
isEscapedModel in interface BaseModel<SCFrameworkVersion>
Specified by:
isEscapedModel in interface SCFrameworkVersionModel
Returns:
true if this model instance has been wrapped with an HTML auto escape handler; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance has been wrapped with an HTML auto escape handler.

A model instance can be wrapped with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<SCFrameworkVersion>
Specified by:
setEscapedModel in interface SCFrameworkVersionModel
Parameters:
escapedModel - whether this model instance has been wrapped with an HTML auto escape handler
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>
Specified by:
getPrimaryKeyObj in interface SCFrameworkVersionModel
Returns:
the primary key

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<SCFrameworkVersion>
Specified by:
getExpandoBridge in interface SCFrameworkVersionModel
Returns:
the expando bridge

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<SCFrameworkVersion>
Specified by:
setExpandoBridgeAttributes in interface SCFrameworkVersionModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
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<SCFrameworkVersion>
Specified by:
clone in interface SCFrameworkVersionModel
Overrides:
clone in class Object
Returns:
the clone

compareTo

public int compareTo(SCFrameworkVersion scFrameworkVersion)
Specified by:
compareTo in interface SCFrameworkVersionModel
Specified by:
compareTo in interface Comparable<SCFrameworkVersion>

hashCode

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

toString

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

toXmlString

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

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

getWrappedSCFrameworkVersion

public SCFrameworkVersion getWrappedSCFrameworkVersion()

Liferay 6.0.3