|
Liferay 6.0.3 | |||||||||
| 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
This interface is a model that represents the SCProductVersion table in the database.
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()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDirectDownloadURL()
|
String |
getDownloadPageURL()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
String |
getOriginalDirectDownloadURL()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getProductEntryId()
|
long |
getProductVersionId()
|
boolean |
getRepoStoreArtifact()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getVersion()
|
int |
hashCode()
|
boolean |
isRepoStoreArtifact()
|
void |
setChangeLog(String changeLog)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDirectDownloadURL(String directDownloadURL)
|
void |
setDownloadPageURL(String downloadPageURL)
|
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 |
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()
|
static SCProductVersion |
toModel(SCProductVersionSoap soapModel)
|
static List<SCProductVersion> |
toModels(SCProductVersionSoap[] soapModels)
|
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)
public static List<SCProductVersion> toModels(SCProductVersionSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface SCProductVersionModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCProductVersionModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductVersion>getPrimaryKeyObj 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 String getOriginalDirectDownloadURL()
public 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 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||