|
Liferay 6.0.4 | |||||||||
| 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()
Gets the change log of this s c product version. |
long |
getCompanyId()
Gets the company id of this s c product version. |
Date |
getCreateDate()
Gets the create date of this s c product version. |
String |
getDirectDownloadURL()
Gets the direct download u r l of this s c product version. |
String |
getDownloadPageURL()
Gets the download page u r l of this s c product version. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
List<SCFrameworkVersion> |
getFrameworkVersions()
|
Date |
getModifiedDate()
Gets the modified date of this s c product version. |
long |
getPrimaryKey()
Gets the primary key of this s c product version. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
SCProductEntry |
getProductEntry()
|
long |
getProductEntryId()
Gets the product entry id of this s c product version. |
long |
getProductVersionId()
Gets the product version id of this s c product version. |
boolean |
getRepoStoreArtifact()
Gets the repo store artifact of this s c product version. |
long |
getUserId()
Gets the user id of this s c product version. |
String |
getUserName()
Gets the user name of this s c product version. |
String |
getUserUuid()
Gets the user uuid of this s c product version. |
String |
getVersion()
Gets the version of this s c product version. |
SCProductVersion |
getWrappedSCProductVersion()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRepoStoreArtifact()
Determines whether this s c product version is repo store artifact. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setChangeLog(String changeLog)
Sets the change log of this s c product version. |
void |
setCompanyId(long companyId)
Sets the company id of this s c product version. |
void |
setCreateDate(Date createDate)
Sets the create date of this s c product version. |
void |
setDirectDownloadURL(String directDownloadURL)
Sets the direct download u r l of this s c product version. |
void |
setDownloadPageURL(String downloadPageURL)
Sets the download page u r l of this s c product version. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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)
Sets the modified date of this s c product version. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this s c product version |
void |
setProductEntryId(long productEntryId)
Sets the product entry id of this s c product version. |
void |
setProductVersionId(long productVersionId)
Sets the product version id of this s c product version. |
void |
setRepoStoreArtifact(boolean repoStoreArtifact)
Sets whether this {$entity.humanName} is repo store artifact. |
void |
setUserId(long userId)
Sets the user id of this s c product version. |
void |
setUserName(String userName)
Sets the user name of this s c product version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this s c product version. |
void |
setVersion(String version)
Sets the version of this s c product version. |
SCProductVersion |
toEscapedModel()
Gets a copy of this s c product version as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
SCProductVersionModel
getPrimaryKey in interface SCProductVersionModelpublic void setPrimaryKey(long pk)
SCProductVersionModel
setPrimaryKey in interface SCProductVersionModelpk - the primary key of this s c product versionpublic long getProductVersionId()
SCProductVersionModel
getProductVersionId in interface SCProductVersionModelpublic void setProductVersionId(long productVersionId)
SCProductVersionModel
setProductVersionId in interface SCProductVersionModelproductVersionId - the product version id of this s c product versionpublic long getCompanyId()
SCProductVersionModel
getCompanyId in interface SCProductVersionModelpublic void setCompanyId(long companyId)
SCProductVersionModel
setCompanyId in interface SCProductVersionModelcompanyId - the company id of this s c product versionpublic long getUserId()
SCProductVersionModel
getUserId in interface SCProductVersionModelpublic void setUserId(long userId)
SCProductVersionModel
setUserId in interface SCProductVersionModeluserId - the user id of this s c product version
public String getUserUuid()
throws SystemException
SCProductVersionModel
getUserUuid in interface SCProductVersionModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCProductVersionModel
setUserUuid in interface SCProductVersionModeluserUuid - the user uuid of this s c product versionpublic String getUserName()
SCProductVersionModel
getUserName in interface SCProductVersionModelpublic void setUserName(String userName)
SCProductVersionModel
setUserName in interface SCProductVersionModeluserName - the user name of this s c product versionpublic Date getCreateDate()
SCProductVersionModel
getCreateDate in interface SCProductVersionModelpublic void setCreateDate(Date createDate)
SCProductVersionModel
setCreateDate in interface SCProductVersionModelcreateDate - the create date of this s c product versionpublic Date getModifiedDate()
SCProductVersionModel
getModifiedDate in interface SCProductVersionModelpublic void setModifiedDate(Date modifiedDate)
SCProductVersionModel
setModifiedDate in interface SCProductVersionModelmodifiedDate - the modified date of this s c product versionpublic long getProductEntryId()
SCProductVersionModel
getProductEntryId in interface SCProductVersionModelpublic void setProductEntryId(long productEntryId)
SCProductVersionModel
setProductEntryId in interface SCProductVersionModelproductEntryId - the product entry id of this s c product versionpublic String getVersion()
SCProductVersionModel
getVersion in interface SCProductVersionModelpublic void setVersion(String version)
SCProductVersionModel
setVersion in interface SCProductVersionModelversion - the version of this s c product versionpublic String getChangeLog()
SCProductVersionModel
getChangeLog in interface SCProductVersionModelpublic void setChangeLog(String changeLog)
SCProductVersionModel
setChangeLog in interface SCProductVersionModelchangeLog - the change log of this s c product versionpublic String getDownloadPageURL()
SCProductVersionModel
getDownloadPageURL in interface SCProductVersionModelpublic void setDownloadPageURL(String downloadPageURL)
SCProductVersionModel
setDownloadPageURL in interface SCProductVersionModeldownloadPageURL - the download page u r l of this s c product versionpublic String getDirectDownloadURL()
SCProductVersionModel
getDirectDownloadURL in interface SCProductVersionModelpublic void setDirectDownloadURL(String directDownloadURL)
SCProductVersionModel
setDirectDownloadURL in interface SCProductVersionModeldirectDownloadURL - the direct download u r l of this s c product versionpublic boolean getRepoStoreArtifact()
SCProductVersionModel
getRepoStoreArtifact in interface SCProductVersionModelpublic boolean isRepoStoreArtifact()
SCProductVersionModel
isRepoStoreArtifact in interface SCProductVersionModelpublic void setRepoStoreArtifact(boolean repoStoreArtifact)
SCProductVersionModel
setRepoStoreArtifact in interface SCProductVersionModelrepoStoreArtifact - the repo store artifact of this s c product versionpublic SCProductVersion toEscapedModel()
SCProductVersionModelAutoEscapeBeanHandler.
toEscapedModel in interface SCProductVersionModelAutoEscapeBeanHandlerpublic 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 is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it 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 is escapedAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||