@JSON(strict=true)
@ProviderType
public class TrashEntryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>
implements com.liferay.trash.kernel.model.TrashEntryModel
This implementation and its corresponding interface TrashEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in TrashEntryImpl.
TrashEntryImpl,
TrashEntry,
TrashEntryModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static long |
CREATEDATE_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
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 |
| Constructor and Description |
|---|
TrashEntryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.trash.kernel.model.TrashEntry trashEntry) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getEntryId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalCompanyId() |
Date |
getOriginalCreateDate() |
long |
getOriginalGroupId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
int |
getStatus() |
long |
getSystemEventSetKey() |
String |
getTypeSettings() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
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 |
setCreateDate(Date createDate) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setStatus(int status) |
void |
setSystemEventSetKey(long systemEventSetKey) |
void |
setTypeSettings(String typeSettings) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashEntry> |
toCacheModel() |
com.liferay.trash.kernel.model.TrashEntry |
toEscapedModel() |
static com.liferay.trash.kernel.model.TrashEntry |
toModel(com.liferay.trash.kernel.model.TrashEntrySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.trash.kernel.model.TrashEntry> |
toModels(com.liferay.trash.kernel.model.TrashEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
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 COMPANYID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.trash.kernel.model.TrashEntry toModel(com.liferay.trash.kernel.model.TrashEntrySoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.trash.kernel.model.TrashEntry> toModels(com.liferay.trash.kernel.model.TrashEntrySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.trash.kernel.model.TrashEntryModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.trash.kernel.model.TrashEntryModelpublic 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.TrashEntry>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>@JSON public long getEntryId()
getEntryId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setEntryId(long entryId)
setEntryId in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public long getGroupId()
getGroupId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic String getUserUuid()
getUserUuid in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public String getUserName()
getUserName in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setUserName(String userName)
setUserName in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.trash.kernel.model.TrashEntryModelpublic Date getOriginalCreateDate()
public String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setClassName(String className)
setClassName in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface com.liferay.trash.kernel.model.TrashEntryModelpublic long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface com.liferay.trash.kernel.model.TrashEntryModelpublic long getOriginalClassPK()
@JSON public long getSystemEventSetKey()
getSystemEventSetKey in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public String getTypeSettings()
getTypeSettings in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface com.liferay.trash.kernel.model.TrashEntryModel@JSON public int getStatus()
getStatus in interface com.liferay.trash.kernel.model.TrashEntryModelpublic void setStatus(int status)
setStatus in interface com.liferay.trash.kernel.model.TrashEntryModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.trash.kernel.model.TrashEntryModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>setExpandoBridgeAttributes in interface com.liferay.trash.kernel.model.TrashEntryModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public com.liferay.trash.kernel.model.TrashEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>toEscapedModel in interface com.liferay.trash.kernel.model.TrashEntryModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>clone in interface com.liferay.trash.kernel.model.TrashEntryModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public int compareTo(com.liferay.trash.kernel.model.TrashEntry trashEntry)
compareTo in interface com.liferay.trash.kernel.model.TrashEntryModelcompareTo in interface Comparable<com.liferay.trash.kernel.model.TrashEntry>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>toCacheModel in interface com.liferay.trash.kernel.model.TrashEntryModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>toXmlString in interface com.liferay.trash.kernel.model.TrashEntryModel