@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 FormModifier 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 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 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.TrashVersionModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.trash.kernel.model.TrashVersionModel
public 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.ClassedModel
getPrimaryKeyObj
in interface com.liferay.trash.kernel.model.TrashVersionModel
public 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.ClassedModel
setPrimaryKeyObj
in interface com.liferay.trash.kernel.model.TrashVersionModel
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.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.TrashVersionModel
public void setVersionId(long versionId)
setVersionId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getEntryId()
getEntryId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setEntryId(long entryId)
setEntryId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getOriginalEntryId()
public String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setClassName(String className)
setClassName
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
getClassNameId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getOriginalClassNameId()
public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
getClassPK
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
in interface com.liferay.trash.kernel.model.TrashVersionModel
public long getOriginalClassPK()
public String getTypeSettings()
getTypeSettings
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setTypeSettings(String typeSettings)
setTypeSettings
in interface com.liferay.trash.kernel.model.TrashVersionModel
public int getStatus()
getStatus
in interface com.liferay.trash.kernel.model.TrashVersionModel
public void setStatus(int status)
setStatus
in interface com.liferay.trash.kernel.model.TrashVersionModel
public 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.ClassedModel
getExpandoBridge
in interface com.liferay.trash.kernel.model.TrashVersionModel
getExpandoBridge
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.TrashVersionModel
setExpandoBridgeAttributes
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.TrashVersionModel
toEscapedModel
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.TrashVersionModel
clone
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.TrashVersionModel
compareTo
in interface Comparable<com.liferay.trash.kernel.model.TrashVersion>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.trash.kernel.model.TrashVersionModel
hashCode
in class Object
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.TrashVersionModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashVersion>
public String toString()
toString
in interface com.liferay.trash.kernel.model.TrashVersionModel
toString
in class Object
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