com.liferay.portal.model.impl
Class RepositoryEntryModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
com.liferay.portal.model.impl.RepositoryEntryModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.RepositoryEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.RepositoryEntry>
- Direct Known Subclasses:
- RepositoryEntryBaseImpl
public class RepositoryEntryModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
- implements com.liferay.portal.model.RepositoryEntryModel
The base model implementation for the RepositoryEntry service. Represents a row in the "RepositoryEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface RepositoryEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in RepositoryEntryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
RepositoryEntryImpl,
RepositoryEntry,
RepositoryEntryModel,
Serialized Form- Generated:
| 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 |
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
GROUPID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
MAPPEDID_COLUMN_BITMASK
public static long MAPPEDID_COLUMN_BITMASK
REPOSITORYID_COLUMN_BITMASK
public static long REPOSITORYID_COLUMN_BITMASK
UUID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
RepositoryEntryModelImpl
public RepositoryEntryModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portal.model.RepositoryEntryModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portal.model.RepositoryEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.RepositoryEntryModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.RepositoryEntryModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid in interface com.liferay.portal.model.RepositoryEntryModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid in interface com.liferay.portal.model.RepositoryEntryModel
getOriginalUuid
public java.lang.String getOriginalUuid()
getRepositoryEntryId
public long getRepositoryEntryId()
- Specified by:
getRepositoryEntryId in interface com.liferay.portal.model.RepositoryEntryModel
setRepositoryEntryId
public void setRepositoryEntryId(long repositoryEntryId)
- Specified by:
setRepositoryEntryId in interface com.liferay.portal.model.RepositoryEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.portal.model.RepositoryEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.portal.model.RepositoryEntryModel
getOriginalGroupId
public long getOriginalGroupId()
getRepositoryId
public long getRepositoryId()
- Specified by:
getRepositoryId in interface com.liferay.portal.model.RepositoryEntryModel
setRepositoryId
public void setRepositoryId(long repositoryId)
- Specified by:
setRepositoryId in interface com.liferay.portal.model.RepositoryEntryModel
getOriginalRepositoryId
public long getOriginalRepositoryId()
getMappedId
public java.lang.String getMappedId()
- Specified by:
getMappedId in interface com.liferay.portal.model.RepositoryEntryModel
setMappedId
public void setMappedId(java.lang.String mappedId)
- Specified by:
setMappedId in interface com.liferay.portal.model.RepositoryEntryModel
getOriginalMappedId
public java.lang.String getOriginalMappedId()
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portal.model.RepositoryEntry toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
toEscapedModel in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
clone in interface com.liferay.portal.model.RepositoryEntryModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
compareTo
public int compareTo(com.liferay.portal.model.RepositoryEntry repositoryEntry)
- Specified by:
compareTo in interface com.liferay.portal.model.RepositoryEntryModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.RepositoryEntry>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portal.model.RepositoryEntry> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
toCacheModel in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.RepositoryEntry>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portal.model.RepositoryEntryModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.RepositoryEntry>- Specified by:
toXmlString in interface com.liferay.portal.model.RepositoryEntryModel