|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.model.SCProductEntryWrapper
public class SCProductEntryWrapper
This class is a wrapper for SCProductEntry.
SCProductEntry,
Serialized Form| Constructor Summary | |
|---|---|
SCProductEntryWrapper(SCProductEntry scProductEntry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductEntry scProductEntry)
|
String |
getAuthor()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
SCProductVersion |
getLatestVersion()
|
List<SCLicense> |
getLicenses()
|
String |
getLongDescription()
|
Date |
getModifiedDate()
|
String |
getName()
|
String |
getPageURL()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getProductEntryId()
|
String |
getRepoArtifactId()
|
String |
getRepoGroupId()
|
List<SCProductScreenshot> |
getScreenshots()
|
String |
getShortDescription()
|
String |
getTags()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
SCProductEntry |
getWrappedSCProductEntry()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setAuthor(String author)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setLongDescription(String longDescription)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPageURL(String pageURL)
|
void |
setPrimaryKey(long pk)
|
void |
setProductEntryId(long productEntryId)
|
void |
setRepoArtifactId(String repoArtifactId)
|
void |
setRepoGroupId(String repoGroupId)
|
void |
setShortDescription(String shortDescription)
|
void |
setTags(String tags)
|
void |
setType(String type)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
SCProductEntry |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets 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 SCProductEntryWrapper(SCProductEntry scProductEntry)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SCProductEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCProductEntryModelpublic long getProductEntryId()
getProductEntryId in interface SCProductEntryModelpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface SCProductEntryModelpublic long getGroupId()
getGroupId in interface SCProductEntryModelpublic void setGroupId(long groupId)
setGroupId in interface SCProductEntryModelpublic long getCompanyId()
getCompanyId in interface SCProductEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface SCProductEntryModelpublic long getUserId()
getUserId in interface SCProductEntryModelpublic void setUserId(long userId)
setUserId in interface SCProductEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SCProductEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SCProductEntryModelpublic String getUserName()
getUserName in interface SCProductEntryModelpublic void setUserName(String userName)
setUserName in interface SCProductEntryModelpublic Date getCreateDate()
getCreateDate in interface SCProductEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SCProductEntryModelpublic Date getModifiedDate()
getModifiedDate in interface SCProductEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface SCProductEntryModelpublic String getName()
getName in interface SCProductEntryModelpublic void setName(String name)
setName in interface SCProductEntryModelpublic String getType()
getType in interface SCProductEntryModelpublic void setType(String type)
setType in interface SCProductEntryModelpublic String getTags()
getTags in interface SCProductEntryModelpublic void setTags(String tags)
setTags in interface SCProductEntryModelpublic String getShortDescription()
getShortDescription in interface SCProductEntryModelpublic void setShortDescription(String shortDescription)
setShortDescription in interface SCProductEntryModelpublic String getLongDescription()
getLongDescription in interface SCProductEntryModelpublic void setLongDescription(String longDescription)
setLongDescription in interface SCProductEntryModelpublic String getPageURL()
getPageURL in interface SCProductEntryModelpublic void setPageURL(String pageURL)
setPageURL in interface SCProductEntryModelpublic String getAuthor()
getAuthor in interface SCProductEntryModelpublic void setAuthor(String author)
setAuthor in interface SCProductEntryModelpublic String getRepoGroupId()
getRepoGroupId in interface SCProductEntryModelpublic void setRepoGroupId(String repoGroupId)
setRepoGroupId in interface SCProductEntryModelpublic String getRepoArtifactId()
getRepoArtifactId in interface SCProductEntryModelpublic void setRepoArtifactId(String repoArtifactId)
setRepoArtifactId in interface SCProductEntryModelpublic SCProductEntry toEscapedModel()
toEscapedModel in interface SCProductEntryModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SCProductEntry>isNew in interface SCProductEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCProductEntry>setNew in interface SCProductEntryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SCProductEntry>isCachedModel in interface SCProductEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCProductEntry>setCachedModel in interface SCProductEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SCProductEntry>isEscapedModel in interface SCProductEntryModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SCProductEntry>setEscapedModel in interface SCProductEntryModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductEntry>getPrimaryKeyObj in interface SCProductEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductEntry>getExpandoBridge in interface SCProductEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>setExpandoBridgeAttributes in interface SCProductEntryModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCProductEntry>clone in interface SCProductEntryModelclone in class Objectpublic int compareTo(SCProductEntry scProductEntry)
compareTo in interface SCProductEntryModelcompareTo in interface Comparable<SCProductEntry>public int hashCode()
hashCode in interface SCProductEntryModelhashCode in class Objectpublic String toString()
toString in interface SCProductEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductEntry>toXmlString in interface SCProductEntryModel
public SCProductVersion getLatestVersion()
throws SystemException
getLatestVersion in interface SCProductEntrySystemException
public List<SCLicense> getLicenses()
throws SystemException
getLicenses in interface SCProductEntrySystemException
public List<SCProductScreenshot> getScreenshots()
throws SystemException
getScreenshots in interface SCProductEntrySystemExceptionpublic SCProductEntry getWrappedSCProductEntry()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||