Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class RepositoryEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<RepositoryEntry>
      extended by com.liferay.portal.model.impl.RepositoryEntryModelImpl
          extended by com.liferay.portal.model.impl.RepositoryEntryBaseImpl
              extended by com.liferay.portal.model.impl.RepositoryEntryImpl
All Implemented Interfaces:
BaseModel<RepositoryEntry>, ClassedModel, PersistedModel, RepositoryEntry, RepositoryEntryModel, Serializable, Cloneable, Comparable<RepositoryEntry>

public class RepositoryEntryImpl
extends RepositoryEntryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.RepositoryEntryModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPEDID_COLUMN_BITMASK, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
RepositoryEntryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.RepositoryEntryBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.RepositoryEntryModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getGroupId, getMappedId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalMappedId, getOriginalRepositoryId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setGroupId, setMappedId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUuid, toCacheModel, toEscapedModel, 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.portal.model.RepositoryEntryModel
clone, compareTo, getExpandoBridge, getGroupId, getMappedId, getPrimaryKey, getPrimaryKeyObj, getRepositoryEntryId, getRepositoryId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setMappedId, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryEntryId, setRepositoryId, setUuid, 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

RepositoryEntryImpl

public RepositoryEntryImpl()

Liferay 6.1.2-ce-ga3