|
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<SCFrameworkVersion>
com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
public class SCFrameworkVersionModelImpl
The base model implementation for the SCFrameworkVersion service. Represents a row in the "SCFrameworkVersion" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SCFrameworkVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCFrameworkVersionImpl.
Never modify or reference this class directly. All methods that expect a s c framework version model instance should use the SCFrameworkVersion interface instead.
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()
Gets the active of this s c framework version. |
long |
getCompanyId()
Gets the company id of this s c framework version. |
Date |
getCreateDate()
Gets the create date of this s c framework version. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFrameworkVersionId()
Gets the framework version id of this s c framework version. |
long |
getGroupId()
Gets the group id of this s c framework version. |
Date |
getModifiedDate()
Gets the modified date of this s c framework version. |
String |
getName()
Gets the name of this s c framework version. |
long |
getPrimaryKey()
Gets the primary key of this s c framework version. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getPriority()
Gets the priority of this s c framework version. |
String |
getUrl()
Gets the url of this s c framework version. |
long |
getUserId()
Gets the user id of this s c framework version. |
String |
getUserName()
Gets the user name of this s c framework version. |
String |
getUserUuid()
Gets the user uuid of this s c framework version. |
int |
hashCode()
|
boolean |
isActive()
Determines whether this s c framework version is active. |
void |
setActive(boolean active)
Sets whether this {$entity.humanName} is active. |
void |
setCompanyId(long companyId)
Sets the company id of this s c framework version. |
void |
setCreateDate(Date createDate)
Sets the create date of this s c framework version. |
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)
Sets the framework version id of this s c framework version. |
void |
setGroupId(long groupId)
Sets the group id of this s c framework version. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this s c framework version. |
void |
setName(String name)
Sets the name of this s c framework version. |
void |
setPrimaryKey(long pk)
Sets the primary key of this s c framework version |
void |
setPriority(int priority)
Sets the priority of this s c framework version. |
void |
setUrl(String url)
Sets the url of this s c framework version. |
void |
setUserId(long userId)
Sets the user id of this s c framework version. |
void |
setUserName(String userName)
Sets the user name of this s c framework version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this s c framework version. |
SCFrameworkVersion |
toEscapedModel()
Gets a copy of this s c framework version as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static SCFrameworkVersion |
toModel(SCFrameworkVersionSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<SCFrameworkVersion> |
toModels(SCFrameworkVersionSoap[] 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.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)
soapModel - the soap model instance to convert
public static List<SCFrameworkVersion> toModels(SCFrameworkVersionSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
SCFrameworkVersionModel
getPrimaryKey in interface SCFrameworkVersionModelpublic void setPrimaryKey(long pk)
SCFrameworkVersionModel
setPrimaryKey in interface SCFrameworkVersionModelpk - the primary key of this s c framework versionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface SCFrameworkVersionModelpublic long getFrameworkVersionId()
SCFrameworkVersionModel
getFrameworkVersionId in interface SCFrameworkVersionModelpublic void setFrameworkVersionId(long frameworkVersionId)
SCFrameworkVersionModel
setFrameworkVersionId in interface SCFrameworkVersionModelframeworkVersionId - the framework version id of this s c framework versionpublic long getGroupId()
SCFrameworkVersionModel
getGroupId in interface SCFrameworkVersionModelpublic void setGroupId(long groupId)
SCFrameworkVersionModel
setGroupId in interface SCFrameworkVersionModelgroupId - the group id of this s c framework versionpublic long getCompanyId()
SCFrameworkVersionModel
getCompanyId in interface SCFrameworkVersionModelpublic void setCompanyId(long companyId)
SCFrameworkVersionModel
setCompanyId in interface SCFrameworkVersionModelcompanyId - the company id of this s c framework versionpublic long getUserId()
SCFrameworkVersionModel
getUserId in interface SCFrameworkVersionModelpublic void setUserId(long userId)
SCFrameworkVersionModel
setUserId in interface SCFrameworkVersionModeluserId - the user id of this s c framework version
public String getUserUuid()
throws SystemException
SCFrameworkVersionModel
getUserUuid in interface SCFrameworkVersionModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCFrameworkVersionModel
setUserUuid in interface SCFrameworkVersionModeluserUuid - the user uuid of this s c framework versionpublic String getUserName()
SCFrameworkVersionModel
getUserName in interface SCFrameworkVersionModelpublic void setUserName(String userName)
SCFrameworkVersionModel
setUserName in interface SCFrameworkVersionModeluserName - the user name of this s c framework versionpublic Date getCreateDate()
SCFrameworkVersionModel
getCreateDate in interface SCFrameworkVersionModelpublic void setCreateDate(Date createDate)
SCFrameworkVersionModel
setCreateDate in interface SCFrameworkVersionModelcreateDate - the create date of this s c framework versionpublic Date getModifiedDate()
SCFrameworkVersionModel
getModifiedDate in interface SCFrameworkVersionModelpublic void setModifiedDate(Date modifiedDate)
SCFrameworkVersionModel
setModifiedDate in interface SCFrameworkVersionModelmodifiedDate - the modified date of this s c framework versionpublic String getName()
SCFrameworkVersionModel
getName in interface SCFrameworkVersionModelpublic void setName(String name)
SCFrameworkVersionModel
setName in interface SCFrameworkVersionModelname - the name of this s c framework versionpublic String getUrl()
SCFrameworkVersionModel
getUrl in interface SCFrameworkVersionModelpublic void setUrl(String url)
SCFrameworkVersionModel
setUrl in interface SCFrameworkVersionModelurl - the url of this s c framework versionpublic boolean getActive()
SCFrameworkVersionModel
getActive in interface SCFrameworkVersionModelpublic boolean isActive()
SCFrameworkVersionModel
isActive in interface SCFrameworkVersionModelpublic void setActive(boolean active)
SCFrameworkVersionModel
setActive in interface SCFrameworkVersionModelactive - the active of this s c framework versionpublic int getPriority()
SCFrameworkVersionModel
getPriority in interface SCFrameworkVersionModelpublic void setPriority(int priority)
SCFrameworkVersionModel
setPriority in interface SCFrameworkVersionModelpriority - the priority of this s c framework versionpublic SCFrameworkVersion toEscapedModel()
SCFrameworkVersionModelAutoEscapeBeanHandler.
toEscapedModel in interface SCFrameworkVersionModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||