@ProviderType public interface SCProductEntryModel extends BaseModel<SCProductEntry>, GroupedModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl 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.SCProductEntryImpl.
SCProductEntry,
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SCProductEntry scProductEntry) |
java.lang.String |
getAuthor()
Returns the author of this s c product entry.
|
long |
getCompanyId()
Returns the company ID of this s c product entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this s c product entry.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this s c product entry.
|
java.lang.String |
getLongDescription()
Returns the long description of this s c product entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this s c product entry.
|
java.lang.String |
getName()
Returns the name of this s c product entry.
|
java.lang.String |
getPageURL()
Returns the page u r l of this s c product entry.
|
long |
getPrimaryKey()
Returns the primary key of this s c product entry.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getProductEntryId()
Returns the product entry ID of this s c product entry.
|
java.lang.String |
getRepoArtifactId()
Returns the repo artifact ID of this s c product entry.
|
java.lang.String |
getRepoGroupId()
Returns the repo group ID of this s c product entry.
|
java.lang.String |
getShortDescription()
Returns the short description of this s c product entry.
|
java.lang.String |
getTags()
Returns the tags of this s c product entry.
|
java.lang.String |
getType()
Returns the type of this s c product entry.
|
long |
getUserId()
Returns the user ID of this s c product entry.
|
java.lang.String |
getUserName()
Returns the user name of this s c product entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this s c product entry.
|
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. |
void |
setAuthor(java.lang.String author)
Sets the author of this s c product entry.
|
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 product entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this s c product entry.
|
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 |
setGroupId(long groupId)
Sets the group ID of this s c product entry.
|
void |
setLongDescription(java.lang.String longDescription)
Sets the long description of this s c product entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this s c product entry.
|
void |
setName(java.lang.String name)
Sets the name of this s c product entry.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPageURL(java.lang.String pageURL)
Sets the page u r l of this s c product entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s c product entry.
|
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 entry.
|
void |
setRepoArtifactId(java.lang.String repoArtifactId)
Sets the repo artifact ID of this s c product entry.
|
void |
setRepoGroupId(java.lang.String repoGroupId)
Sets the repo group ID of this s c product entry.
|
void |
setShortDescription(java.lang.String shortDescription)
Sets the short description of this s c product entry.
|
void |
setTags(java.lang.String tags)
Sets the tags of this s c product entry.
|
void |
setType(java.lang.String type)
Sets the type of this s c product entry.
|
void |
setUserId(long userId)
Sets the user ID of this s c product entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this s c product entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this s c product entry.
|
CacheModel<SCProductEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
SCProductEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
SCProductEntry |
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 entrylong getProductEntryId()
void setProductEntryId(long productEntryId)
productEntryId - the product entry ID of this s c product entrylong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this s c product entrylong 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 entrylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this s c product entryjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this s c product entry@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 entryjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this s c product entryjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this s c product entry@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this s c product entry@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this s c product entry@AutoEscape java.lang.String getTags()
void setTags(java.lang.String tags)
tags - the tags of this s c product entry@AutoEscape java.lang.String getShortDescription()
void setShortDescription(java.lang.String shortDescription)
shortDescription - the short description of this s c product entry@AutoEscape java.lang.String getLongDescription()
void setLongDescription(java.lang.String longDescription)
longDescription - the long description of this s c product entry@AutoEscape java.lang.String getPageURL()
void setPageURL(java.lang.String pageURL)
pageURL - the page u r l of this s c product entry@AutoEscape java.lang.String getAuthor()
void setAuthor(java.lang.String author)
author - the author of this s c product entry@AutoEscape java.lang.String getRepoGroupId()
void setRepoGroupId(java.lang.String repoGroupId)
repoGroupId - the repo group ID of this s c product entry@AutoEscape java.lang.String getRepoArtifactId()
void setRepoArtifactId(java.lang.String repoArtifactId)
repoArtifactId - the repo artifact ID of this s c product entryboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<SCProductEntry>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<SCProductEntry>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<SCProductEntry>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<SCProductEntry>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<SCProductEntry>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<SCProductEntry>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<SCProductEntry>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<SCProductEntry>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<SCProductEntry>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()java.lang.Object clone()
BaseModelclone in interface BaseModel<SCProductEntry>int compareTo(SCProductEntry scProductEntry)
compareTo in interface java.lang.Comparable<SCProductEntry>int hashCode()
hashCode in class java.lang.ObjectCacheModel<SCProductEntry> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<SCProductEntry>SCProductEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<SCProductEntry>AutoEscapeBeanHandlerSCProductEntry toUnescapedModel()
toUnescapedModel in interface BaseModel<SCProductEntry>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<SCProductEntry>