@ProviderType
public class TrashVersionModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>
implements com.liferay.trash.kernel.model.TrashVersionModel
This implementation and its corresponding interface TrashVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in TrashVersionImpl.
TrashVersionImpl,
TrashVersion,
TrashVersionModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static long |
ENTRYID_COLUMN_BITMASK |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
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 |
VERSIONID_COLUMN_BITMASK |
| Constructor and Description |
|---|
TrashVersionModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.trash.kernel.model.TrashVersion trashVersion) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getEntryId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalEntryId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
int |
getStatus() |
String |
getTypeSettings() |
long |
getVersionId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setStatus(int status) |
void |
setTypeSettings(String typeSettings) |
void |
setVersionId(long versionId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashVersion> |
toCacheModel() |
com.liferay.trash.kernel.model.TrashVersion |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
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 final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long ENTRYID_COLUMN_BITMASK
public static final long VERSIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.trash.kernel.model.TrashVersionModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.trash.kernel.model.TrashVersionModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public long getVersionId()
getVersionId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setVersionId(long versionId)
setVersionId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getEntryId()
getEntryId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setEntryId(long entryId)
setEntryId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getOriginalEntryId()
public String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setClassName(String className)
setClassName in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getOriginalClassPK()
public String getTypeSettings()
getTypeSettings in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface com.liferay.trash.kernel.model.TrashVersionModelpublic int getStatus()
getStatus in interface com.liferay.trash.kernel.model.TrashVersionModelpublic void setStatus(int status)
setStatus in interface com.liferay.trash.kernel.model.TrashVersionModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.trash.kernel.model.TrashVersionModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>setExpandoBridgeAttributes in interface com.liferay.trash.kernel.model.TrashVersionModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public com.liferay.trash.kernel.model.TrashVersion toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>toEscapedModel in interface com.liferay.trash.kernel.model.TrashVersionModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>clone in interface com.liferay.trash.kernel.model.TrashVersionModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public int compareTo(com.liferay.trash.kernel.model.TrashVersion trashVersion)
compareTo in interface com.liferay.trash.kernel.model.TrashVersionModelcompareTo in interface Comparable<com.liferay.trash.kernel.model.TrashVersion>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashVersion> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>toCacheModel in interface com.liferay.trash.kernel.model.TrashVersionModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashVersion>toXmlString in interface com.liferay.trash.kernel.model.TrashVersionModel