|
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.SCProductVersionWrapper
public class SCProductVersionWrapper
This class is a wrapper for SCProductVersion.
SCProductVersion,
Serialized Form| Constructor Summary | |
|---|---|
SCProductVersionWrapper(SCProductVersion scProductVersion)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductVersion scProductVersion)
|
String |
getChangeLog()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDirectDownloadURL()
|
String |
getDownloadPageURL()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
List<SCFrameworkVersion> |
getFrameworkVersions()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
SCProductEntry |
getProductEntry()
|
long |
getProductEntryId()
|
long |
getProductVersionId()
|
boolean |
getRepoStoreArtifact()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getVersion()
|
SCProductVersion |
getWrappedSCProductVersion()
|
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. |
boolean |
isRepoStoreArtifact()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setChangeLog(String changeLog)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDirectDownloadURL(String directDownloadURL)
|
void |
setDownloadPageURL(String downloadPageURL)
|
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 |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setProductEntryId(long productEntryId)
|
void |
setProductVersionId(long productVersionId)
|
void |
setRepoStoreArtifact(boolean repoStoreArtifact)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setVersion(String version)
|
SCProductVersion |
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 SCProductVersionWrapper(SCProductVersion scProductVersion)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SCProductVersionModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCProductVersionModelpublic long getProductVersionId()
getProductVersionId in interface SCProductVersionModelpublic void setProductVersionId(long productVersionId)
setProductVersionId in interface SCProductVersionModelpublic long getCompanyId()
getCompanyId in interface SCProductVersionModelpublic void setCompanyId(long companyId)
setCompanyId in interface SCProductVersionModelpublic long getUserId()
getUserId in interface SCProductVersionModelpublic void setUserId(long userId)
setUserId in interface SCProductVersionModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SCProductVersionModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SCProductVersionModelpublic String getUserName()
getUserName in interface SCProductVersionModelpublic void setUserName(String userName)
setUserName in interface SCProductVersionModelpublic Date getCreateDate()
getCreateDate in interface SCProductVersionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SCProductVersionModelpublic Date getModifiedDate()
getModifiedDate in interface SCProductVersionModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface SCProductVersionModelpublic long getProductEntryId()
getProductEntryId in interface SCProductVersionModelpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface SCProductVersionModelpublic String getVersion()
getVersion in interface SCProductVersionModelpublic void setVersion(String version)
setVersion in interface SCProductVersionModelpublic String getChangeLog()
getChangeLog in interface SCProductVersionModelpublic void setChangeLog(String changeLog)
setChangeLog in interface SCProductVersionModelpublic String getDownloadPageURL()
getDownloadPageURL in interface SCProductVersionModelpublic void setDownloadPageURL(String downloadPageURL)
setDownloadPageURL in interface SCProductVersionModelpublic String getDirectDownloadURL()
getDirectDownloadURL in interface SCProductVersionModelpublic void setDirectDownloadURL(String directDownloadURL)
setDirectDownloadURL in interface SCProductVersionModelpublic boolean getRepoStoreArtifact()
getRepoStoreArtifact in interface SCProductVersionModelpublic boolean isRepoStoreArtifact()
isRepoStoreArtifact in interface SCProductVersionModelpublic void setRepoStoreArtifact(boolean repoStoreArtifact)
setRepoStoreArtifact in interface SCProductVersionModelpublic SCProductVersion toEscapedModel()
toEscapedModel in interface SCProductVersionModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SCProductVersion>isNew in interface SCProductVersionModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCProductVersion>setNew in interface SCProductVersionModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SCProductVersion>isCachedModel in interface SCProductVersionModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCProductVersion>setCachedModel in interface SCProductVersionModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SCProductVersion>isEscapedModel in interface SCProductVersionModeltrue 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<SCProductVersion>setEscapedModel in interface SCProductVersionModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductVersion>getPrimaryKeyObj in interface SCProductVersionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductVersion>getExpandoBridge in interface SCProductVersionModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>setExpandoBridgeAttributes in interface SCProductVersionModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCProductVersion>clone in interface SCProductVersionModelclone in class Objectpublic int compareTo(SCProductVersion scProductVersion)
compareTo in interface SCProductVersionModelcompareTo in interface Comparable<SCProductVersion>public int hashCode()
hashCode in interface SCProductVersionModelhashCode in class Objectpublic String toString()
toString in interface SCProductVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductVersion>toXmlString in interface SCProductVersionModel
public List<SCFrameworkVersion> getFrameworkVersions()
throws SystemException
getFrameworkVersions in interface SCProductVersionSystemExceptionpublic SCProductEntry getProductEntry()
getProductEntry in interface SCProductVersionpublic SCProductVersion getWrappedSCProductVersion()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||