@ProviderType
public class DLContentModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
implements com.liferay.document.library.kernel.model.DLContentModel
This implementation and its corresponding interface DLContentModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLContentImpl
.
DLContentImpl
,
DLContent
,
DLContentModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
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 long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PATH_COLUMN_BITMASK |
static long |
REPOSITORYID_COLUMN_BITMASK |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
VERSION_COLUMN_BITMASK |
Constructor and Description |
---|
DLContentModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.document.library.kernel.model.DLContent dlContent) |
boolean |
equals(Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getContentId() |
Blob |
getData() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalCompanyId() |
String |
getOriginalPath() |
long |
getOriginalRepositoryId() |
String |
getOriginalVersion() |
String |
getPath() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getRepositoryId() |
long |
getSize() |
String |
getVersion() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setContentId(long contentId) |
void |
setData(Blob data) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPath(String path) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setRepositoryId(long repositoryId) |
void |
setSize(long size) |
void |
setVersion(String version) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent> |
toCacheModel() |
com.liferay.document.library.kernel.model.DLContent |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
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 final long COMPANYID_COLUMN_BITMASK
public static final long PATH_COLUMN_BITMASK
public static final long REPOSITORYID_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.document.library.kernel.model.DLContentModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.document.library.kernel.model.DLContentModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.document.library.kernel.model.DLContentModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public long getContentId()
getContentId
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setContentId(long contentId)
setContentId
in interface com.liferay.document.library.kernel.model.DLContentModel
public long getGroupId()
getGroupId
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.document.library.kernel.model.DLContentModel
public long getCompanyId()
getCompanyId
in interface com.liferay.document.library.kernel.model.DLContentModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.document.library.kernel.model.DLContentModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getOriginalCompanyId()
public long getRepositoryId()
getRepositoryId
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setRepositoryId(long repositoryId)
setRepositoryId
in interface com.liferay.document.library.kernel.model.DLContentModel
public long getOriginalRepositoryId()
public String getPath()
getPath
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setPath(String path)
setPath
in interface com.liferay.document.library.kernel.model.DLContentModel
public String getOriginalPath()
public String getVersion()
getVersion
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setVersion(String version)
setVersion
in interface com.liferay.document.library.kernel.model.DLContentModel
public String getOriginalVersion()
public Blob getData()
getData
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setData(Blob data)
setData
in interface com.liferay.document.library.kernel.model.DLContentModel
public long getSize()
getSize
in interface com.liferay.document.library.kernel.model.DLContentModel
public void setSize(long size)
setSize
in interface com.liferay.document.library.kernel.model.DLContentModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.document.library.kernel.model.DLContentModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.document.library.kernel.model.DLContentModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public com.liferay.document.library.kernel.model.DLContent toEscapedModel()
toEscapedModel
in interface com.liferay.document.library.kernel.model.DLContentModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public Object clone()
clone
in interface com.liferay.document.library.kernel.model.DLContentModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public int compareTo(com.liferay.document.library.kernel.model.DLContent dlContent)
compareTo
in interface com.liferay.document.library.kernel.model.DLContentModel
compareTo
in interface Comparable<com.liferay.document.library.kernel.model.DLContent>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.document.library.kernel.model.DLContentModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent> toCacheModel()
toCacheModel
in interface com.liferay.document.library.kernel.model.DLContentModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLContent>
public String toString()
toString
in interface com.liferay.document.library.kernel.model.DLContentModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.document.library.kernel.model.DLContentModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLContent>