|
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<SCFrameworkVersion>
com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
public class SCFrameworkVersionModelImpl
This interface is a model that represents the SCFrameworkVersion table in the database.
SCFrameworkVersionImpl,
SCFrameworkVersion,
SCFrameworkVersionModel,
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 Object[][] |
MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_COLUMNS
|
static String |
MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME
|
static String |
MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_SQL_CREATE
|
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 | |
|---|---|
SCFrameworkVersionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCFrameworkVersion scFrameworkVersion)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFrameworkVersionId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getPriority()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFrameworkVersionId(long frameworkVersionId)
|
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setPriority(int priority)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
SCFrameworkVersion |
toEscapedModel()
|
static SCFrameworkVersion |
toModel(SCFrameworkVersionSoap soapModel)
|
static List<SCFrameworkVersion> |
toModels(SCFrameworkVersionSoap[] 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.SCFrameworkVersionModel |
|---|
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 Object[][] MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_COLUMNS
public static final String MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SCFrameworkVersionModelImpl()
| Method Detail |
|---|
public static SCFrameworkVersion toModel(SCFrameworkVersionSoap soapModel)
public static List<SCFrameworkVersion> toModels(SCFrameworkVersionSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface SCFrameworkVersionModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCFrameworkVersionModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface SCFrameworkVersionModelpublic long getFrameworkVersionId()
getFrameworkVersionId in interface SCFrameworkVersionModelpublic void setFrameworkVersionId(long frameworkVersionId)
setFrameworkVersionId in interface SCFrameworkVersionModelpublic long getGroupId()
getGroupId in interface SCFrameworkVersionModelpublic void setGroupId(long groupId)
setGroupId in interface SCFrameworkVersionModelpublic long getCompanyId()
getCompanyId in interface SCFrameworkVersionModelpublic void setCompanyId(long companyId)
setCompanyId in interface SCFrameworkVersionModelpublic long getUserId()
getUserId in interface SCFrameworkVersionModelpublic void setUserId(long userId)
setUserId in interface SCFrameworkVersionModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SCFrameworkVersionModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SCFrameworkVersionModelpublic String getUserName()
getUserName in interface SCFrameworkVersionModelpublic void setUserName(String userName)
setUserName in interface SCFrameworkVersionModelpublic Date getCreateDate()
getCreateDate in interface SCFrameworkVersionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SCFrameworkVersionModelpublic Date getModifiedDate()
getModifiedDate in interface SCFrameworkVersionModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface SCFrameworkVersionModelpublic String getName()
getName in interface SCFrameworkVersionModelpublic void setName(String name)
setName in interface SCFrameworkVersionModelpublic String getUrl()
getUrl in interface SCFrameworkVersionModelpublic void setUrl(String url)
setUrl in interface SCFrameworkVersionModelpublic boolean getActive()
getActive in interface SCFrameworkVersionModelpublic boolean isActive()
isActive in interface SCFrameworkVersionModelpublic void setActive(boolean active)
setActive in interface SCFrameworkVersionModelpublic int getPriority()
getPriority in interface SCFrameworkVersionModelpublic void setPriority(int priority)
setPriority in interface SCFrameworkVersionModelpublic SCFrameworkVersion toEscapedModel()
toEscapedModel in interface SCFrameworkVersionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface SCFrameworkVersionModelgetExpandoBridge in class BaseModelImpl<SCFrameworkVersion>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelsetExpandoBridgeAttributes in class BaseModelImpl<SCFrameworkVersion>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCFrameworkVersion>clone in interface SCFrameworkVersionModelclone in class BaseModelImpl<SCFrameworkVersion>public int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo in interface SCFrameworkVersionModelcompareTo in interface Comparable<SCFrameworkVersion>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SCFrameworkVersionModelhashCode in class Objectpublic String toString()
toString in interface SCFrameworkVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCFrameworkVersion>toXmlString in interface SCFrameworkVersionModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||