Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SCFrameworkVersion>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
          extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionBaseImpl
              extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl
All Implemented Interfaces:
AuditedModel, BaseModel<SCFrameworkVersion>, ClassedModel, GroupedModel, PersistedModel, SCFrameworkVersion, SCFrameworkVersionModel, Serializable, Cloneable, Comparable<SCFrameworkVersion>

public class SCFrameworkVersionImpl
extends SCFrameworkVersionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_COLUMNS, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_SQL_CREATE, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SCFrameworkVersionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
clone, compareTo, equals, getActive, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalActive, getOriginalCompanyId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, resetOriginalValues, setActive, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModelAttributes, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setPriority, setUrl, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setUrl, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SCFrameworkVersionImpl

public SCFrameworkVersionImpl()

Liferay 6.1.2-ce-ga3