public class ListTypeWrapper extends BaseModelWrapper<ListType> implements ListType, ModelWrapper<ListType>
This class is a wrapper for ListType.
ListType,
Serialized FormmodelLIST_TYPE_ID_ACCESSOR| Constructor and Description |
|---|
ListTypeWrapper(ListType listType) |
| Modifier and Type | Method and Description |
|---|---|
ListType |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this list type.
|
Date |
getCreateDate()
Returns the create date of this list type.
|
long |
getListTypeId()
Returns the list type ID of this list type.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this list type.
|
long |
getMvccVersion()
Returns the mvcc version of this list type.
|
String |
getName()
Returns the name of this list type.
|
long |
getPrimaryKey()
Returns the primary key of this list type.
|
StagedModelType |
getStagedModelType() |
String |
getType()
Returns the type of this list type.
|
long |
getUserId()
Returns the user ID of this list type.
|
String |
getUserName()
Returns the user name of this list type.
|
String |
getUserUuid()
Returns the user uuid of this list type.
|
String |
getUuid()
Returns the uuid of this list type.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this list type.
|
void |
setCreateDate(Date createDate)
Sets the create date of this list type.
|
void |
setListTypeId(long listTypeId)
Sets the list type ID of this list type.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this list type.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this list type.
|
void |
setName(String name)
Sets the name of this list type.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this list type.
|
void |
setType(String type)
Sets the type of this list type.
|
void |
setUserId(long userId)
Sets the user ID of this list type.
|
void |
setUserName(String userName)
Sets the user name of this list type.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this list type.
|
void |
setUuid(String uuid)
Sets the uuid of this list type.
|
String |
toXmlString() |
protected ListTypeWrapper |
wrap(ListType listType) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelclonegetModelClass, getModelClassNamegetWrappedModelpublic ListTypeWrapper(ListType listType)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ListType>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ListType>public ListType cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<ListType>cloneWithOriginalValues in interface ListTypeModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ListTypeModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface ListTypeModelgetCreateDate in interface StagedModelpublic long getListTypeId()
getListTypeId in interface ListTypeModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface ListTypeModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface ListTypeModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface ListTypeModelpublic long getPrimaryKey()
getPrimaryKey in interface ListTypeModelpublic String getType()
getType in interface ListTypeModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface ListTypeModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface ListTypeModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface ListTypeModelpublic String getUuid()
getUuid in interface ListTypeModelgetUuid in interface StagedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ListTypeModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this list typepublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface ListTypeModelsetCreateDate in interface StagedModelcreateDate - the create date of this list typepublic void setListTypeId(long listTypeId)
setListTypeId in interface ListTypeModellistTypeId - the list type ID of this list typepublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface ListTypeModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this list typepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface ListTypeModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this list typepublic void setName(String name)
setName in interface ListTypeModelname - the name of this list typepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ListTypeModelprimaryKey - the primary key of this list typepublic void setType(String type)
setType in interface ListTypeModeltype - the type of this list typepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface ListTypeModeluserId - the user ID of this list typepublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface ListTypeModeluserName - the user name of this list typepublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface ListTypeModeluserUuid - the user uuid of this list typepublic void setUuid(String uuid)
setUuid in interface ListTypeModelsetUuid in interface StagedModeluuid - the uuid of this list typepublic String toXmlString()
toXmlString in interface ListTypeModelpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected ListTypeWrapper wrap(ListType listType)
wrap in class BaseModelWrapper<ListType>