com.liferay.portlet.softwarecatalog.model
Class SCProductEntryWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.SCProductEntryWrapper
All Implemented Interfaces:
BaseModel<SCProductEntry>, SCProductEntry, SCProductEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SCProductEntry>

public class SCProductEntryWrapper
extends java.lang.Object
implements SCProductEntry

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCProductEntry.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntry, Serialized Form
Generated:

Constructor Summary
SCProductEntryWrapper(SCProductEntry scProductEntry)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(SCProductEntry scProductEntry)
           
 java.lang.String getAuthor()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 SCProductVersion getLatestVersion()
           
 java.util.List<SCLicense> getLicenses()
           
 java.lang.String getLongDescription()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getPageURL()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getProductEntryId()
           
 java.lang.String getRepoArtifactId()
           
 java.lang.String getRepoGroupId()
           
 java.util.List<SCProductScreenshot> getScreenshots()
           
 java.lang.String getShortDescription()
           
 java.lang.String getTags()
           
 java.lang.String getType()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 SCProductEntry getWrappedSCProductEntry()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setAuthor(java.lang.String author)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLongDescription(java.lang.String longDescription)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPageURL(java.lang.String pageURL)
           
 void setPrimaryKey(long pk)
           
 void setProductEntryId(long productEntryId)
           
 void setRepoArtifactId(java.lang.String repoArtifactId)
           
 void setRepoGroupId(java.lang.String repoGroupId)
           
 void setShortDescription(java.lang.String shortDescription)
           
 void setTags(java.lang.String tags)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 SCProductEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCProductEntryWrapper

public SCProductEntryWrapper(SCProductEntry scProductEntry)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface SCProductEntryModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface SCProductEntryModel

getProductEntryId

public long getProductEntryId()
Specified by:
getProductEntryId in interface SCProductEntryModel

setProductEntryId

public void setProductEntryId(long productEntryId)
Specified by:
setProductEntryId in interface SCProductEntryModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface SCProductEntryModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface SCProductEntryModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface SCProductEntryModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface SCProductEntryModel

getUserId

public long getUserId()
Specified by:
getUserId in interface SCProductEntryModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface SCProductEntryModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface SCProductEntryModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface SCProductEntryModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface SCProductEntryModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface SCProductEntryModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface SCProductEntryModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface SCProductEntryModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface SCProductEntryModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface SCProductEntryModel

getName

public java.lang.String getName()
Specified by:
getName in interface SCProductEntryModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface SCProductEntryModel

getType

public java.lang.String getType()
Specified by:
getType in interface SCProductEntryModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface SCProductEntryModel

getTags

public java.lang.String getTags()
Specified by:
getTags in interface SCProductEntryModel

setTags

public void setTags(java.lang.String tags)
Specified by:
setTags in interface SCProductEntryModel

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in interface SCProductEntryModel

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
Specified by:
setShortDescription in interface SCProductEntryModel

getLongDescription

public java.lang.String getLongDescription()
Specified by:
getLongDescription in interface SCProductEntryModel

setLongDescription

public void setLongDescription(java.lang.String longDescription)
Specified by:
setLongDescription in interface SCProductEntryModel

getPageURL

public java.lang.String getPageURL()
Specified by:
getPageURL in interface SCProductEntryModel

setPageURL

public void setPageURL(java.lang.String pageURL)
Specified by:
setPageURL in interface SCProductEntryModel

getAuthor

public java.lang.String getAuthor()
Specified by:
getAuthor in interface SCProductEntryModel

setAuthor

public void setAuthor(java.lang.String author)
Specified by:
setAuthor in interface SCProductEntryModel

getRepoGroupId

public java.lang.String getRepoGroupId()
Specified by:
getRepoGroupId in interface SCProductEntryModel

setRepoGroupId

public void setRepoGroupId(java.lang.String repoGroupId)
Specified by:
setRepoGroupId in interface SCProductEntryModel

getRepoArtifactId

public java.lang.String getRepoArtifactId()
Specified by:
getRepoArtifactId in interface SCProductEntryModel

setRepoArtifactId

public void setRepoArtifactId(java.lang.String repoArtifactId)
Specified by:
setRepoArtifactId in interface SCProductEntryModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<SCProductEntry>
Specified by:
isNew in interface SCProductEntryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<SCProductEntry>
Specified by:
setNew in interface SCProductEntryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<SCProductEntry>
Specified by:
isCachedModel in interface SCProductEntryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<SCProductEntry>
Specified by:
setCachedModel in interface SCProductEntryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<SCProductEntry>
Specified by:
isEscapedModel in interface SCProductEntryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<SCProductEntry>
Specified by:
setEscapedModel in interface SCProductEntryModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductEntry>
Specified by:
getPrimaryKeyObj in interface SCProductEntryModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<SCProductEntry>
Specified by:
getExpandoBridge in interface SCProductEntryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>
Specified by:
setExpandoBridgeAttributes in interface SCProductEntryModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<SCProductEntry>
Specified by:
clone in interface SCProductEntryModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(SCProductEntry scProductEntry)
Specified by:
compareTo in interface SCProductEntryModel
Specified by:
compareTo in interface java.lang.Comparable<SCProductEntry>

hashCode

public int hashCode()
Specified by:
hashCode in interface SCProductEntryModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public SCProductEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<SCProductEntry>
Specified by:
toEscapedModel in interface SCProductEntryModel

toString

public java.lang.String toString()
Specified by:
toString in interface SCProductEntryModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<SCProductEntry>
Specified by:
toXmlString in interface SCProductEntryModel

getLatestVersion

public SCProductVersion getLatestVersion()
                                  throws com.liferay.portal.SystemException
Specified by:
getLatestVersion in interface SCProductEntry
Throws:
com.liferay.portal.SystemException

getLicenses

public java.util.List<SCLicense> getLicenses()
                                      throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface SCProductEntry
Throws:
com.liferay.portal.SystemException

getScreenshots

public java.util.List<SCProductScreenshot> getScreenshots()
                                                   throws com.liferay.portal.SystemException
Specified by:
getScreenshots in interface SCProductEntry
Throws:
com.liferay.portal.SystemException

getWrappedSCProductEntry

public SCProductEntry getWrappedSCProductEntry()