@ProviderType public class SCFrameworkVersionWrapper extends java.lang.Object implements SCFrameworkVersion, ModelWrapper<SCFrameworkVersion>
This class is a wrapper for SCFrameworkVersion.
SCFrameworkVersion,
Serialized Form| Constructor and Description |
|---|
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SCFrameworkVersion scFrameworkVersion) |
boolean |
equals(java.lang.Object obj) |
boolean |
getActive()
Returns the active of this s c framework version.
|
long |
getCompanyId()
Returns the company ID of this s c framework version.
|
java.util.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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this s c framework version.
|
java.lang.String |
getName()
Returns the name of this s c framework version.
|
long |
getPrimaryKey()
Returns the primary key of this s c framework version.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
int |
getPriority()
Returns the priority of this s c framework version.
|
java.lang.String |
getUrl()
Returns the url of this s c framework version.
|
long |
getUserId()
Returns the user ID of this s c framework version.
|
java.lang.String |
getUserName()
Returns the user name of this s c framework version.
|
java.lang.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 |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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(java.util.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this s c framework version.
|
void |
setName(java.lang.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(java.io.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(java.lang.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(java.lang.String userName)
Sets the user name of this s c framework version.
|
void |
setUserUuid(java.lang.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. |
java.lang.String |
toString() |
SCFrameworkVersion |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCFrameworkVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<SCFrameworkVersion>public java.lang.Object clone()
BaseModelclone in interface BaseModel<SCFrameworkVersion>clone in interface SCFrameworkVersionModelclone in class java.lang.Objectpublic int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo in interface SCFrameworkVersionModelcompareTo in interface java.lang.Comparable<SCFrameworkVersion>public boolean getActive()
getActive in interface SCFrameworkVersionModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface SCFrameworkVersionModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface SCFrameworkVersionModelpublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCFrameworkVersionModelpublic long getFrameworkVersionId()
getFrameworkVersionId in interface SCFrameworkVersionModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface SCFrameworkVersionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface SCFrameworkVersionModelpublic java.lang.String getName()
getName in interface SCFrameworkVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface SCFrameworkVersionModelpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCFrameworkVersionModelpublic int getPriority()
getPriority in interface SCFrameworkVersionModelpublic java.lang.String getUrl()
getUrl in interface SCFrameworkVersionModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface SCFrameworkVersionModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface SCFrameworkVersionModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface SCFrameworkVersionModelpublic int hashCode()
hashCode in interface SCFrameworkVersionModelhashCode in class java.lang.Objectpublic 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 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 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 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 persist()
PersistedModelpersist in interface PersistedModelpublic void setActive(boolean active)
setActive in interface SCFrameworkVersionModelactive - the active of this s c framework versionpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<SCFrameworkVersion>setCachedModel in interface SCFrameworkVersionModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface SCFrameworkVersionModelcompanyId - the company ID of this s c framework versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface SCFrameworkVersionModelcreateDate - the create date of this s c framework versionpublic 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)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setFrameworkVersionId(long frameworkVersionId)
setFrameworkVersionId in interface SCFrameworkVersionModelframeworkVersionId - the framework version ID of this s c framework versionpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface SCFrameworkVersionModelgroupId - the group ID of this s c framework versionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface SCFrameworkVersionModelmodifiedDate - the modified date of this s c framework versionpublic void setName(java.lang.String name)
setName in interface SCFrameworkVersionModelname - the name of this s c framework versionpublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<SCFrameworkVersion>setNew in interface SCFrameworkVersionModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SCFrameworkVersionModelprimaryKey - the primary key of this s c framework versionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCFrameworkVersionModelprimaryKeyObj - the primary key of this model instancepublic void setPriority(int priority)
setPriority in interface SCFrameworkVersionModelpriority - the priority of this s c framework versionpublic void setUrl(java.lang.String url)
setUrl in interface SCFrameworkVersionModelurl - the url of this s c framework versionpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface SCFrameworkVersionModeluserId - the user ID of this s c framework versionpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface SCFrameworkVersionModeluserName - the user name of this s c framework versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface SCFrameworkVersionModeluserUuid - the user uuid of this s c framework versionpublic CacheModel<SCFrameworkVersion> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<SCFrameworkVersion>toCacheModel in interface SCFrameworkVersionModelpublic SCFrameworkVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<SCFrameworkVersion>toEscapedModel in interface SCFrameworkVersionModelAutoEscapeBeanHandlerpublic java.lang.String toString()
toString in interface SCFrameworkVersionModeltoString in class java.lang.Objectpublic SCFrameworkVersion toUnescapedModel()
toUnescapedModel in interface BaseModel<SCFrameworkVersion>toUnescapedModel in interface SCFrameworkVersionModelpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<SCFrameworkVersion>toXmlString in interface SCFrameworkVersionModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Deprecated public SCFrameworkVersion getWrappedSCFrameworkVersion()
getWrappedModel()public SCFrameworkVersion getWrappedModel()
getWrappedModel in interface ModelWrapper<SCFrameworkVersion>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<SCFrameworkVersion>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<SCFrameworkVersion>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<SCFrameworkVersion>