@ProviderType public interface SCProductVersionModel extends AuditedModel, BaseModel<SCProductVersion>, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl 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.SCProductVersionImpl.
SCProductVersion,
com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SCProductVersion scProductVersion) |
java.lang.String |
getChangeLog()
Returns the change log of this s c product version.
|
long |
getCompanyId()
Returns the company ID of this s c product version.
|
java.util.Date |
getCreateDate()
Returns the create date of this s c product version.
|
java.lang.String |
getDirectDownloadURL()
Returns the direct download u r l of this s c product version.
|
java.lang.String |
getDownloadPageURL()
Returns the download page u r l of this s c product version.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this s c product version.
|
long |
getPrimaryKey()
Returns the primary key of this s c product version.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getProductEntryId()
Returns the product entry ID of this s c product version.
|
long |
getProductVersionId()
Returns the product version ID of this s c product version.
|
boolean |
getRepoStoreArtifact()
Returns the repo store artifact of this s c product version.
|
long |
getUserId()
Returns the user ID of this s c product version.
|
java.lang.String |
getUserName()
Returns the user name of this s c product version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this s c product version.
|
java.lang.String |
getVersion()
Returns the version of this s c product version.
|
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. |
boolean |
isRepoStoreArtifact()
Returns
true if this s c product version is repo store artifact. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setChangeLog(java.lang.String changeLog)
Sets the change log of this s c product version.
|
void |
setCompanyId(long companyId)
Sets the company ID of this s c product version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this s c product version.
|
void |
setDirectDownloadURL(java.lang.String directDownloadURL)
Sets the direct download u r l of this s c product version.
|
void |
setDownloadPageURL(java.lang.String downloadPageURL)
Sets the download page u r l of this s c product 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 |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this s c product 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 product version.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setProductEntryId(long productEntryId)
Sets the product entry ID of this s c product version.
|
void |
setProductVersionId(long productVersionId)
Sets the product version ID of this s c product version.
|
void |
setRepoStoreArtifact(boolean repoStoreArtifact)
Sets whether this s c product version is repo store artifact.
|
void |
setUserId(long userId)
Sets the user ID of this s c product version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this s c product version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this s c product version.
|
void |
setVersion(java.lang.String version)
Sets the version of this s c product version.
|
CacheModel<SCProductVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
SCProductVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
SCProductVersion |
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 product versionlong getProductVersionId()
void setProductVersionId(long productVersionId)
productVersionId - the product version ID of this s c product 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 product versionlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this s c product versionjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this s c product 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 product versionjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this s c product versionjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this s c product versionlong getProductEntryId()
void setProductEntryId(long productEntryId)
productEntryId - the product entry ID of this s c product version@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the version of this s c product version@AutoEscape java.lang.String getChangeLog()
void setChangeLog(java.lang.String changeLog)
changeLog - the change log of this s c product version@AutoEscape java.lang.String getDownloadPageURL()
void setDownloadPageURL(java.lang.String downloadPageURL)
downloadPageURL - the download page u r l of this s c product version@AutoEscape java.lang.String getDirectDownloadURL()
void setDirectDownloadURL(java.lang.String directDownloadURL)
directDownloadURL - the direct download u r l of this s c product versionboolean getRepoStoreArtifact()
boolean isRepoStoreArtifact()
true if this s c product version is repo store artifact.true if this s c product version is repo store artifact; false otherwisevoid setRepoStoreArtifact(boolean repoStoreArtifact)
repoStoreArtifact - the repo store artifact of this s c product versionboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<SCProductVersion>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<SCProductVersion>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<SCProductVersion>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<SCProductVersion>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<SCProductVersion>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<SCProductVersion>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<SCProductVersion>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<SCProductVersion>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<SCProductVersion>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()java.lang.Object clone()
BaseModelclone in interface BaseModel<SCProductVersion>int compareTo(SCProductVersion scProductVersion)
compareTo in interface java.lang.Comparable<SCProductVersion>int hashCode()
hashCode in class java.lang.ObjectCacheModel<SCProductVersion> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<SCProductVersion>SCProductVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<SCProductVersion>AutoEscapeBeanHandlerSCProductVersion toUnescapedModel()
toUnescapedModel in interface BaseModel<SCProductVersion>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<SCProductVersion>