Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model.impl
Class SCProductVersionModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SCProductVersion>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl
All Implemented Interfaces:
BaseModel<SCProductVersion>, SCProductVersionModel, Serializable, Cloneable, Comparable<SCProductVersion>
Direct Known Subclasses:
SCProductVersionImpl

public class SCProductVersionModelImpl
extends BaseModelImpl<SCProductVersion>
implements SCProductVersionModel

This interface is a model that represents the SCProductVersion table in the database.

See Also:
SCProductVersionImpl, SCProductVersion, SCProductVersionModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME

public static final String MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME
See Also:
Constant Field Values

FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS

public static final boolean FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

SCProductVersionModelImpl

public SCProductVersionModelImpl()
Method Detail

toModel

public static SCProductVersion toModel(SCProductVersionSoap soapModel)

toModels

public static List<SCProductVersion> toModels(SCProductVersionSoap[] soapModels)

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface SCProductVersionModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface SCProductVersionModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key for this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductVersion>
Specified by:
getPrimaryKeyObj in interface SCProductVersionModel
Returns:
the primary key

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 String getUserUuid()
                   throws SystemException
Specified by:
getUserUuid in interface SCProductVersionModel
Throws:
SystemException

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface SCProductVersionModel

getUserName

public String getUserName()
Specified by:
getUserName in interface SCProductVersionModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface SCProductVersionModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface SCProductVersionModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface SCProductVersionModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface SCProductVersionModel

setModifiedDate

public void setModifiedDate(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 String getVersion()
Specified by:
getVersion in interface SCProductVersionModel

setVersion

public void setVersion(String version)
Specified by:
setVersion in interface SCProductVersionModel

getChangeLog

public String getChangeLog()
Specified by:
getChangeLog in interface SCProductVersionModel

setChangeLog

public void setChangeLog(String changeLog)
Specified by:
setChangeLog in interface SCProductVersionModel

getDownloadPageURL

public String getDownloadPageURL()
Specified by:
getDownloadPageURL in interface SCProductVersionModel

setDownloadPageURL

public void setDownloadPageURL(String downloadPageURL)
Specified by:
setDownloadPageURL in interface SCProductVersionModel

getDirectDownloadURL

public String getDirectDownloadURL()
Specified by:
getDirectDownloadURL in interface SCProductVersionModel

setDirectDownloadURL

public void setDirectDownloadURL(String directDownloadURL)
Specified by:
setDirectDownloadURL in interface SCProductVersionModel

getOriginalDirectDownloadURL

public String getOriginalDirectDownloadURL()

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SCProductVersion>
Specified by:
getExpandoBridge in interface SCProductVersionModel
Overrides:
getExpandoBridge in class BaseModelImpl<SCProductVersion>
Returns:
the expando bridge

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SCProductVersion>
Specified by:
setExpandoBridgeAttributes in interface SCProductVersionModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<SCProductVersion>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SCProductVersion>
Specified by:
clone in interface SCProductVersionModel
Specified by:
clone in class BaseModelImpl<SCProductVersion>
Returns:
the clone

compareTo

public int compareTo(SCProductVersion scProductVersion)
Specified by:
compareTo in interface SCProductVersionModel
Specified by:
compareTo in interface Comparable<SCProductVersion>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface SCProductVersionModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface SCProductVersionModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SCProductVersion>
Specified by:
toXmlString in interface SCProductVersionModel
Returns:
the XML representation of this model instance

Liferay 6.0.3