@ProviderType public interface SCFrameworkVersionModel extends BaseModel<SCFrameworkVersion>, GroupedModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl.
SCFrameworkVersion,
com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
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.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.
|
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 |
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 |
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.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this s c framework versionlong getFrameworkVersionId()
void setFrameworkVersionId(long frameworkVersionId)
frameworkVersionId - the framework version ID of this s c framework versionlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this s c framework versionlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this s c framework versionlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this s c framework versionjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this s c framework version@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this s c framework versionjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this s c framework versionjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this s c framework version@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this s c framework version@AutoEscape java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the url of this s c framework versionboolean getActive()
boolean isActive()
true if this s c framework version is active.true if this s c framework version is active; false otherwisevoid setActive(boolean active)
active - the active of this s c framework versionint getPriority()
void setPriority(int priority)
priority - the priority of this s c framework versionboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<SCFrameworkVersion>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<SCFrameworkVersion>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<SCFrameworkVersion>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<SCFrameworkVersion>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<SCFrameworkVersion>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()java.lang.Object clone()
BaseModelclone in interface BaseModel<SCFrameworkVersion>int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo in interface java.lang.Comparable<SCFrameworkVersion>int hashCode()
hashCode in class java.lang.ObjectCacheModel<SCFrameworkVersion> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<SCFrameworkVersion>SCFrameworkVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<SCFrameworkVersion>AutoEscapeBeanHandlerSCFrameworkVersion toUnescapedModel()
toUnescapedModel in interface BaseModel<SCFrameworkVersion>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<SCFrameworkVersion>