|
Liferay 6.2.0-ce-m4 | |||||||||
| 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
@JSON(strict=true) 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.
SCFrameworkVersionImpl,
SCFrameworkVersion,
SCFrameworkVersionModel,
Serialized Form| Field Summary | |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS
|
static long |
GROUPID_COLUMN_BITMASK
|
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 long |
NAME_COLUMN_BITMASK
|
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()
Returns the active of this s c framework version. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this s c framework version. |
Date |
getCreateDate()
Returns the create date of this s c framework version. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFrameworkVersionId()
Returns the framework version ID of this s c framework version. |
long |
getGroupId()
Returns the group ID of this s c framework version. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this s c framework version. |
String |
getName()
Returns the name of this s c framework version. |
boolean |
getOriginalActive()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
Returns the primary key of this s c framework version. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPriority()
Returns the priority of this s c framework version. |
String |
getUrl()
Returns the url of this s c framework version. |
long |
getUserId()
Returns the user ID of this s c framework version. |
String |
getUserName()
Returns the user name of this s c framework version. |
String |
getUserUuid()
Returns the user uuid of this s c framework version. |
int |
hashCode()
|
boolean |
isActive()
Returns true if this s c framework version is active. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this s c framework version 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 |
setModelAttributes(Map<String,Object> attributes)
|
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 primaryKey)
Sets the primary key of this s c framework version. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<SCFrameworkVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCFrameworkVersion |
toEscapedModel()
Returns a copy of this entity 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()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| 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, setNew, toUnescapedModel |
| 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 boolean COLUMN_BITMASK_ENABLED
public static long ACTIVE_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
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 primaryKey)
SCFrameworkVersionModel
setPrimaryKey in interface SCFrameworkVersionModelprimaryKey - the primary key of this s c framework versionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCFrameworkVersionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCFrameworkVersionModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCFrameworkVersion>getModelAttributes in class BaseModelImpl<SCFrameworkVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCFrameworkVersion>setModelAttributes in class BaseModelImpl<SCFrameworkVersion>@JSON public 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 version@JSON public long getGroupId()
SCFrameworkVersionModel
getGroupId in interface GroupedModelgetGroupId in interface SCFrameworkVersionModelpublic void setGroupId(long groupId)
SCFrameworkVersionModel
setGroupId in interface GroupedModelsetGroupId in interface SCFrameworkVersionModelgroupId - the group ID of this s c framework versionpublic long getOriginalGroupId()
@JSON public long getCompanyId()
SCFrameworkVersionModel
getCompanyId in interface AuditedModelgetCompanyId in interface SCFrameworkVersionModelpublic void setCompanyId(long companyId)
SCFrameworkVersionModel
setCompanyId in interface AuditedModelsetCompanyId in interface SCFrameworkVersionModelcompanyId - the company ID of this s c framework versionpublic long getOriginalCompanyId()
@JSON public long getUserId()
SCFrameworkVersionModel
getUserId in interface AuditedModelgetUserId in interface SCFrameworkVersionModelpublic void setUserId(long userId)
SCFrameworkVersionModel
setUserId in interface AuditedModelsetUserId in interface SCFrameworkVersionModeluserId - the user ID of this s c framework version
public String getUserUuid()
throws SystemException
SCFrameworkVersionModel
getUserUuid in interface AuditedModelgetUserUuid in interface SCFrameworkVersionModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCFrameworkVersionModel
setUserUuid in interface AuditedModelsetUserUuid in interface SCFrameworkVersionModeluserUuid - the user uuid of this s c framework version@JSON public String getUserName()
SCFrameworkVersionModel
getUserName in interface AuditedModelgetUserName in interface SCFrameworkVersionModelpublic void setUserName(String userName)
SCFrameworkVersionModel
setUserName in interface AuditedModelsetUserName in interface SCFrameworkVersionModeluserName - the user name of this s c framework version@JSON public Date getCreateDate()
SCFrameworkVersionModel
getCreateDate in interface AuditedModelgetCreateDate in interface SCFrameworkVersionModelpublic void setCreateDate(Date createDate)
SCFrameworkVersionModel
setCreateDate in interface AuditedModelsetCreateDate in interface SCFrameworkVersionModelcreateDate - the create date of this s c framework version@JSON public Date getModifiedDate()
SCFrameworkVersionModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface SCFrameworkVersionModelpublic void setModifiedDate(Date modifiedDate)
SCFrameworkVersionModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface SCFrameworkVersionModelmodifiedDate - the modified date of this s c framework version@JSON public String getName()
SCFrameworkVersionModel
getName in interface SCFrameworkVersionModelpublic void setName(String name)
SCFrameworkVersionModel
setName in interface SCFrameworkVersionModelname - the name of this s c framework version@JSON public String getUrl()
SCFrameworkVersionModel
getUrl in interface SCFrameworkVersionModelpublic void setUrl(String url)
SCFrameworkVersionModel
setUrl in interface SCFrameworkVersionModelurl - the url of this s c framework version@JSON public boolean getActive()
SCFrameworkVersionModel
getActive in interface SCFrameworkVersionModelpublic boolean isActive()
SCFrameworkVersionModeltrue if this s c framework version is active.
isActive in interface SCFrameworkVersionModeltrue if this s c framework version is active; false otherwisepublic void setActive(boolean active)
SCFrameworkVersionModel
setActive in interface SCFrameworkVersionModelactive - the active of this s c framework versionpublic boolean getOriginalActive()
@JSON public int getPriority()
SCFrameworkVersionModel
getPriority in interface SCFrameworkVersionModelpublic void setPriority(int priority)
SCFrameworkVersionModel
setPriority in interface SCFrameworkVersionModelpriority - the priority of this s c framework versionpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface ClassedModelgetExpandoBridge 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 contextServiceContext.getExpandoBridgeAttributes(
)public SCFrameworkVersion toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCFrameworkVersion>toEscapedModel in interface SCFrameworkVersionModeltoEscapedModel in class BaseModelImpl<SCFrameworkVersion>AutoEscapeBeanHandlerpublic 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 void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCFrameworkVersion>resetOriginalValues in class BaseModelImpl<SCFrameworkVersion>public CacheModel<SCFrameworkVersion> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCFrameworkVersion>toCacheModel in interface SCFrameworkVersionModeltoCacheModel in class BaseModelImpl<SCFrameworkVersion>public String toString()
toString in interface SCFrameworkVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCFrameworkVersion>toXmlString in interface SCFrameworkVersionModel
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||