@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 FormModifier 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 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 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.TrashEntryModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.trash.kernel.model.TrashEntryModel
public 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.ClassedModel
getPrimaryKeyObj
in interface com.liferay.trash.kernel.model.TrashEntryModel
public 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.ClassedModel
setPrimaryKeyObj
in interface com.liferay.trash.kernel.model.TrashEntryModel
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.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.TrashEntryModel
public 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.TrashEntryModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public long getOriginalCompanyId()
@JSON public long getUserId()
getUserId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public void setUserId(long userId)
setUserId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public String getUserUuid()
getUserUuid
in interface com.liferay.trash.kernel.model.TrashEntryModel
public 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.TrashEntryModel
public 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.TrashEntryModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.trash.kernel.model.TrashEntryModel
public Date getOriginalCreateDate()
public String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface com.liferay.trash.kernel.model.TrashEntryModel
public 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.TypedModel
getClassNameId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface com.liferay.trash.kernel.model.TrashEntryModel
public long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
getClassPK
in interface com.liferay.trash.kernel.model.TrashEntryModel
public void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
in interface com.liferay.trash.kernel.model.TrashEntryModel
public long getOriginalClassPK()
@JSON public long getSystemEventSetKey()
getSystemEventSetKey
in interface com.liferay.trash.kernel.model.TrashEntryModel
public 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.TrashEntryModel
public 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.TrashEntryModel
public void setStatus(int status)
setStatus
in interface com.liferay.trash.kernel.model.TrashEntryModel
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.TrashEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in interface com.liferay.trash.kernel.model.TrashEntryModel
getExpandoBridge
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.TrashEntryModel
setExpandoBridgeAttributes
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.TrashEntryModel
toEscapedModel
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.TrashEntryModel
clone
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.TrashEntryModel
compareTo
in interface Comparable<com.liferay.trash.kernel.model.TrashEntry>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.trash.kernel.model.TrashEntryModel
hashCode
in class Object
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.TrashEntryModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.TrashEntry>
public String toString()
toString
in interface com.liferay.trash.kernel.model.TrashEntryModel
toString
in class Object
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