com.liferay.portlet.softwarecatalog.model
Class SCProductVersionWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.model.SCProductVersionWrapper
- All Implemented Interfaces:
- BaseModel<SCProductVersion>, SCProductVersion, SCProductVersionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SCProductVersion>
public class SCProductVersionWrapper
- extends java.lang.Object
- implements SCProductVersion
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductVersion.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductVersion,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
SCProductVersionWrapper
public SCProductVersionWrapper(SCProductVersion scProductVersion)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface SCProductVersionModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface SCProductVersionModel
getProductVersionId
public long getProductVersionId()
- Specified by:
getProductVersionId in interface SCProductVersionModel
setProductVersionId
public void setProductVersionId(long productVersionId)
- Specified by:
setProductVersionId in interface SCProductVersionModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface SCProductVersionModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface SCProductVersionModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface SCProductVersionModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface SCProductVersionModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface SCProductVersionModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface SCProductVersionModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface SCProductVersionModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface SCProductVersionModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface SCProductVersionModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface SCProductVersionModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface SCProductVersionModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface SCProductVersionModel
getProductEntryId
public long getProductEntryId()
- Specified by:
getProductEntryId in interface SCProductVersionModel
setProductEntryId
public void setProductEntryId(long productEntryId)
- Specified by:
setProductEntryId in interface SCProductVersionModel
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion in interface SCProductVersionModel
setVersion
public void setVersion(java.lang.String version)
- Specified by:
setVersion in interface SCProductVersionModel
getChangeLog
public java.lang.String getChangeLog()
- Specified by:
getChangeLog in interface SCProductVersionModel
setChangeLog
public void setChangeLog(java.lang.String changeLog)
- Specified by:
setChangeLog in interface SCProductVersionModel
getDownloadPageURL
public java.lang.String getDownloadPageURL()
- Specified by:
getDownloadPageURL in interface SCProductVersionModel
setDownloadPageURL
public void setDownloadPageURL(java.lang.String downloadPageURL)
- Specified by:
setDownloadPageURL in interface SCProductVersionModel
getDirectDownloadURL
public java.lang.String getDirectDownloadURL()
- Specified by:
getDirectDownloadURL in interface SCProductVersionModel
setDirectDownloadURL
public void setDirectDownloadURL(java.lang.String directDownloadURL)
- Specified by:
setDirectDownloadURL in interface SCProductVersionModel
getRepoStoreArtifact
public boolean getRepoStoreArtifact()
- Specified by:
getRepoStoreArtifact in interface SCProductVersionModel
isRepoStoreArtifact
public boolean isRepoStoreArtifact()
- Specified by:
isRepoStoreArtifact in interface SCProductVersionModel
setRepoStoreArtifact
public void setRepoStoreArtifact(boolean repoStoreArtifact)
- Specified by:
setRepoStoreArtifact in interface SCProductVersionModel
toEscapedModel
public SCProductVersion toEscapedModel()
- Specified by:
toEscapedModel in interface SCProductVersionModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<SCProductVersion>- Specified by:
isNew in interface SCProductVersionModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<SCProductVersion>- Specified by:
setNew in interface SCProductVersionModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<SCProductVersion>- Specified by:
isCachedModel in interface SCProductVersionModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<SCProductVersion>- Specified by:
setCachedModel in interface SCProductVersionModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<SCProductVersion>- Specified by:
isEscapedModel in interface SCProductVersionModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<SCProductVersion>- Specified by:
setEscapedModel in interface SCProductVersionModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductVersion>- Specified by:
getPrimaryKeyObj in interface SCProductVersionModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<SCProductVersion>- Specified by:
getExpandoBridge in interface SCProductVersionModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>- Specified by:
setExpandoBridgeAttributes in interface SCProductVersionModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<SCProductVersion>- Specified by:
clone in interface SCProductVersionModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(SCProductVersion scProductVersion)
- Specified by:
compareTo in interface SCProductVersionModel- Specified by:
compareTo in interface java.lang.Comparable<SCProductVersion>
hashCode
public int hashCode()
- Specified by:
hashCode in interface SCProductVersionModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface SCProductVersionModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<SCProductVersion>- Specified by:
toXmlString in interface SCProductVersionModel
getFrameworkVersions
public java.util.List<SCFrameworkVersion> getFrameworkVersions()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFrameworkVersions in interface SCProductVersion
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntry
public SCProductEntry getProductEntry()
- Specified by:
getProductEntry in interface SCProductVersion
getWrappedSCProductVersion
public SCProductVersion getWrappedSCProductVersion()