com.liferay.portlet.softwarecatalog.model
Class SCProductEntryWrapper
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
SCProductEntryWrapper
public SCProductEntryWrapper(SCProductEntry scProductEntry)
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.kernel.exception.SystemException
- Specified by:
getUserUuid in interface SCProductEntryModel
- Throws:
com.liferay.portal.kernel.exception.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
toEscapedModel
public SCProductEntry toEscapedModel()
- Specified by:
toEscapedModel 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
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.kernel.exception.SystemException
- Specified by:
getLatestVersion in interface SCProductEntry
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicenses
public java.util.List<SCLicense> getLicenses()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicenses in interface SCProductEntry
- Throws:
com.liferay.portal.kernel.exception.SystemException
getScreenshots
public java.util.List<SCProductScreenshot> getScreenshots()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getScreenshots in interface SCProductEntry
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedSCProductEntry
public SCProductEntry getWrappedSCProductEntry()