|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<SCProductVersion>
com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl
public class SCProductVersionModelImpl
The base model implementation for the SCProductVersion service. Represents a row in the "SCProductVersion" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SCProductVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCProductVersionImpl.
Never modify or reference this class directly. All methods that expect a s c product version model instance should use the SCProductVersion interface instead.
SCProductVersionImpl,
SCProductVersion,
SCProductVersionModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
SCProductVersionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductVersion scProductVersion)
|
boolean |
equals(Object obj)
|
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. |
Date |
getModifiedDate()
Gets the modified date of this s c product version. |
String |
getOriginalDirectDownloadURL()
|
long |
getPrimaryKey()
Gets the primary key of this s c product version. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
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. |
int |
hashCode()
|
boolean |
isRepoStoreArtifact()
Determines whether this s c product version is repo store artifact. |
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 |
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 |
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. |
static SCProductVersion |
toModel(SCProductVersionSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<SCProductVersion> |
toModels(SCProductVersionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductVersionModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final String MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME
public static final boolean FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SCProductVersionModelImpl()
| Method Detail |
|---|
public static SCProductVersion toModel(SCProductVersionSoap soapModel)
soapModel - the soap model instance to convert
public static List<SCProductVersion> toModels(SCProductVersionSoap[] soapModels)
soapModels - the soap model instances to convert
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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductVersion>getPrimaryKeyObj in interface SCProductVersionModelpublic 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 String getOriginalDirectDownloadURL()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductVersion>getExpandoBridge in interface SCProductVersionModelgetExpandoBridge in class BaseModelImpl<SCProductVersion>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>setExpandoBridgeAttributes in interface SCProductVersionModelsetExpandoBridgeAttributes in class BaseModelImpl<SCProductVersion>serviceContext - 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 BaseModelImpl<SCProductVersion>public int compareTo(SCProductVersion scProductVersion)
compareTo in interface SCProductVersionModelcompareTo in interface Comparable<SCProductVersion>public boolean equals(Object obj)
equals in class Objectpublic 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
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||