|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.model.SCFrameworkVersionWrapper
public class SCFrameworkVersionWrapper
This class is a wrapper for SCFrameworkVersion.
SCFrameworkVersion,
Serialized Form| Constructor Summary | |
|---|---|
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCFrameworkVersion scFrameworkVersion)
|
boolean |
getActive()
Returns the active of this s c framework version. |
long |
getCompanyId()
Returns the company ID of this s c framework version. |
Date |
getCreateDate()
Returns the create date of this s c framework version. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFrameworkVersionId()
Returns the framework version ID of this s c framework version. |
long |
getGroupId()
Returns the group ID of this s c framework version. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this s c framework version. |
String |
getName()
Returns the name of this s c framework version. |
long |
getPrimaryKey()
Returns the primary key of this s c framework version. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPriority()
Returns the priority of this s c framework version. |
String |
getUrl()
Returns the url of this s c framework version. |
long |
getUserId()
Returns the user ID of this s c framework version. |
String |
getUserName()
Returns the user name of this s c framework version. |
String |
getUserUuid()
Returns the user uuid of this s c framework version. |
SCFrameworkVersion |
getWrappedModel()
|
SCFrameworkVersion |
getWrappedSCFrameworkVersion()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
int |
hashCode()
|
boolean |
isActive()
Returns true if this s c framework version is active. |
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 |
setActive(boolean active)
Sets whether this s c framework version is active. |
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 s c framework version. |
void |
setCreateDate(Date createDate)
Sets the create date of this s c framework version. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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)
Sets the framework version ID of this s c framework version. |
void |
setGroupId(long groupId)
Sets the group ID of this s c framework version. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this s c framework version. |
void |
setName(String name)
Sets the name of this s c framework version. |
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 s c framework version. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPriority(int priority)
Sets the priority of this s c framework version. |
void |
setUrl(String url)
Sets the url of this s c framework version. |
void |
setUserId(long userId)
Sets the user ID of this s c framework version. |
void |
setUserName(String userName)
Sets the user name of this s c framework version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this s c framework version. |
CacheModel<SCFrameworkVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCFrameworkVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
SCFrameworkVersion |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCFrameworkVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCFrameworkVersion>public long getPrimaryKey()
getPrimaryKey in interface SCFrameworkVersionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SCFrameworkVersionModelprimaryKey - the primary key of this s c framework versionpublic long getFrameworkVersionId()
getFrameworkVersionId in interface SCFrameworkVersionModelpublic void setFrameworkVersionId(long frameworkVersionId)
setFrameworkVersionId in interface SCFrameworkVersionModelframeworkVersionId - the framework version ID of this s c framework versionpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface SCFrameworkVersionModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface SCFrameworkVersionModelgroupId - the group ID of this s c framework versionpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface SCFrameworkVersionModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface SCFrameworkVersionModelcompanyId - the company ID of this s c framework versionpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface SCFrameworkVersionModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface SCFrameworkVersionModeluserId - the user ID of this s c framework version
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface SCFrameworkVersionModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface SCFrameworkVersionModeluserUuid - the user uuid of this s c framework versionpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface SCFrameworkVersionModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface SCFrameworkVersionModeluserName - the user name of this s c framework versionpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface SCFrameworkVersionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface SCFrameworkVersionModelcreateDate - the create date of this s c framework versionpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface SCFrameworkVersionModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface SCFrameworkVersionModelmodifiedDate - the modified date of this s c framework versionpublic String getName()
getName in interface SCFrameworkVersionModelpublic void setName(String name)
setName in interface SCFrameworkVersionModelname - the name of this s c framework versionpublic String getUrl()
getUrl in interface SCFrameworkVersionModelpublic void setUrl(String url)
setUrl in interface SCFrameworkVersionModelurl - the url of this s c framework versionpublic boolean getActive()
getActive in interface SCFrameworkVersionModelpublic boolean isActive()
true if this s c framework version is active.
isActive in interface SCFrameworkVersionModeltrue if this s c framework version is active; false otherwisepublic void setActive(boolean active)
setActive in interface SCFrameworkVersionModelactive - the active of this s c framework versionpublic int getPriority()
getPriority in interface SCFrameworkVersionModelpublic void setPriority(int priority)
setPriority in interface SCFrameworkVersionModelpriority - the priority of this s c framework versionpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SCFrameworkVersion>isNew in interface SCFrameworkVersionModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCFrameworkVersion>setNew in interface SCFrameworkVersionModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SCFrameworkVersion>isCachedModel in interface SCFrameworkVersionModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCFrameworkVersion>setCachedModel in interface SCFrameworkVersionModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SCFrameworkVersion>isEscapedModel in interface SCFrameworkVersionModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCFrameworkVersionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCFrameworkVersionModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCFrameworkVersionModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCFrameworkVersion>clone in interface SCFrameworkVersionModelclone in class Objectpublic int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo in interface SCFrameworkVersionModelcompareTo in interface Comparable<SCFrameworkVersion>public int hashCode()
hashCode in interface SCFrameworkVersionModelhashCode in class Objectpublic CacheModel<SCFrameworkVersion> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCFrameworkVersion>toCacheModel in interface SCFrameworkVersionModelpublic SCFrameworkVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCFrameworkVersion>toEscapedModel in interface SCFrameworkVersionModelAutoEscapeBeanHandlerpublic SCFrameworkVersion toUnescapedModel()
toUnescapedModel in interface BaseModel<SCFrameworkVersion>toUnescapedModel in interface SCFrameworkVersionModelpublic String toString()
toString in interface SCFrameworkVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCFrameworkVersion>toXmlString in interface SCFrameworkVersionModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic SCFrameworkVersion getWrappedSCFrameworkVersion()
getWrappedModel()
public SCFrameworkVersion getWrappedModel()
getWrappedModel in interface ModelWrapper<SCFrameworkVersion>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCFrameworkVersion>
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||