@ProviderType public interface TrashVersionModel extends AttachedModel, BaseModel<TrashVersion>, CTModel<TrashVersion>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.trash.model.impl.TrashVersionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.trash.model.impl.TrashVersionImpl.
TrashVersion| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this trash version.
|
long |
getClassNameId()
Returns the class name ID of this trash version.
|
long |
getClassPK()
Returns the class pk of this trash version.
|
long |
getCompanyId()
Returns the company ID of this trash version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this trash version.
|
long |
getEntryId()
Returns the entry ID of this trash version.
|
long |
getMvccVersion()
Returns the mvcc version of this trash version.
|
long |
getPrimaryKey()
Returns the primary key of this trash version.
|
int |
getStatus()
Returns the status of this trash version.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this trash version.
|
long |
getVersionId()
Returns the version ID of this trash version.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this trash version.
|
void |
setClassPK(long classPK)
Sets the class pk of this trash version.
|
void |
setCompanyId(long companyId)
Sets the company ID of this trash version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this trash version.
|
void |
setEntryId(long entryId)
Sets the entry ID of this trash version.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this trash version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this trash version.
|
void |
setStatus(int status)
Sets the status of this trash version.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this trash version.
|
void |
setVersionId(long versionId)
Sets the version ID of this trash version.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<TrashVersion>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<TrashVersion>primaryKey - the primary key of this trash versionlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this trash versionlong getCtCollectionId()
getCtCollectionId in interface CTModel<TrashVersion>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<TrashVersion>ctCollectionId - the ct collection ID of this trash versionlong getVersionId()
void setVersionId(long versionId)
versionId - the version ID of this trash versionlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this trash versionlong getEntryId()
void setEntryId(long entryId)
entryId - the entry ID of this trash versionjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this trash versionlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this trash version@AutoEscape java.lang.String getTypeSettings()
void setTypeSettings(java.lang.String typeSettings)
typeSettings - the type settings of this trash versionint getStatus()
void setStatus(int status)
status - the status of this trash version