Class CTRemoteWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>
com.liferay.change.tracking.model.CTRemoteWrapper
- All Implemented Interfaces:
CTRemote
,CTRemoteModel
,com.liferay.portal.kernel.model.BaseModel<CTRemote>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CTRemote>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CTRemote>
public class CTRemoteWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>
implements CTRemote, com.liferay.portal.kernel.model.ModelWrapper<CTRemote>
This class is a wrapper for CTRemote
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.change.tracking.model.CTRemote
CT_REMOTE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the client ID of this ct remote.Returns the client secret of this ct remote.long
Returns the company ID of this ct remote.Returns the create date of this ct remote.long
Returns the ct remote ID of this ct remote.Returns the description of this ct remote.Returns the modified date of this ct remote.long
Returns the mvcc version of this ct remote.getName()
Returns the name of this ct remote.long
Returns the primary key of this ct remote.getUrl()
Returns the url of this ct remote.long
Returns the user ID of this ct remote.Returns the user uuid of this ct remote.void
persist()
void
setClientId
(String clientId) Sets the client ID of this ct remote.void
setClientSecret
(String clientSecret) Sets the client secret of this ct remote.void
setCompanyId
(long companyId) Sets the company ID of this ct remote.void
setCreateDate
(Date createDate) Sets the create date of this ct remote.void
setCtRemoteId
(long ctRemoteId) Sets the ct remote ID of this ct remote.void
setDescription
(String description) Sets the description of this ct remote.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this ct remote.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct remote.void
Sets the name of this ct remote.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct remote.void
Sets the url of this ct remote.void
setUserId
(long userId) Sets the user ID of this ct remote.void
setUserUuid
(String userUuid) Sets the user uuid of this ct remote.protected CTRemoteWrapper
Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CTRemoteWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
- Specified by:
cloneWithOriginalValues
in interfaceCTRemoteModel
-
getClientId
Returns the client ID of this ct remote.- Specified by:
getClientId
in interfaceCTRemoteModel
- Returns:
- the client ID of this ct remote
-
getClientSecret
Returns the client secret of this ct remote.- Specified by:
getClientSecret
in interfaceCTRemoteModel
- Returns:
- the client secret of this ct remote
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct remote.- Specified by:
getCompanyId
in interfaceCTRemoteModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ct remote
-
getCreateDate
Returns the create date of this ct remote.- Specified by:
getCreateDate
in interfaceCTRemoteModel
- Returns:
- the create date of this ct remote
-
getCtRemoteId
public long getCtRemoteId()Returns the ct remote ID of this ct remote.- Specified by:
getCtRemoteId
in interfaceCTRemoteModel
- Returns:
- the ct remote ID of this ct remote
-
getDescription
Returns the description of this ct remote.- Specified by:
getDescription
in interfaceCTRemoteModel
- Returns:
- the description of this ct remote
-
getModifiedDate
Returns the modified date of this ct remote.- Specified by:
getModifiedDate
in interfaceCTRemoteModel
- Returns:
- the modified date of this ct remote
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct remote.- Specified by:
getMvccVersion
in interfaceCTRemoteModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ct remote
-
getName
Returns the name of this ct remote.- Specified by:
getName
in interfaceCTRemoteModel
- Returns:
- the name of this ct remote
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct remote.- Specified by:
getPrimaryKey
in interfaceCTRemoteModel
- Returns:
- the primary key of this ct remote
-
getUrl
Returns the url of this ct remote.- Specified by:
getUrl
in interfaceCTRemoteModel
- Returns:
- the url of this ct remote
-
getUserId
public long getUserId()Returns the user ID of this ct remote.- Specified by:
getUserId
in interfaceCTRemoteModel
- Returns:
- the user ID of this ct remote
-
getUserName
- Specified by:
getUserName
in interfaceCTRemote
-
getUserUuid
Returns the user uuid of this ct remote.- Specified by:
getUserUuid
in interfaceCTRemoteModel
- Returns:
- the user uuid of this ct remote
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClientId
Sets the client ID of this ct remote.- Specified by:
setClientId
in interfaceCTRemoteModel
- Parameters:
clientId
- the client ID of this ct remote
-
setClientSecret
Sets the client secret of this ct remote.- Specified by:
setClientSecret
in interfaceCTRemoteModel
- Parameters:
clientSecret
- the client secret of this ct remote
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct remote.- Specified by:
setCompanyId
in interfaceCTRemoteModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ct remote
-
setCreateDate
Sets the create date of this ct remote.- Specified by:
setCreateDate
in interfaceCTRemoteModel
- Parameters:
createDate
- the create date of this ct remote
-
setCtRemoteId
public void setCtRemoteId(long ctRemoteId) Sets the ct remote ID of this ct remote.- Specified by:
setCtRemoteId
in interfaceCTRemoteModel
- Parameters:
ctRemoteId
- the ct remote ID of this ct remote
-
setDescription
Sets the description of this ct remote.- Specified by:
setDescription
in interfaceCTRemoteModel
- Parameters:
description
- the description of this ct remote
-
setModifiedDate
Sets the modified date of this ct remote.- Specified by:
setModifiedDate
in interfaceCTRemoteModel
- Parameters:
modifiedDate
- the modified date of this ct remote
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct remote.- Specified by:
setMvccVersion
in interfaceCTRemoteModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ct remote
-
setName
Sets the name of this ct remote.- Specified by:
setName
in interfaceCTRemoteModel
- Parameters:
name
- the name of this ct remote
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct remote.- Specified by:
setPrimaryKey
in interfaceCTRemoteModel
- Parameters:
primaryKey
- the primary key of this ct remote
-
setUrl
Sets the url of this ct remote.- Specified by:
setUrl
in interfaceCTRemoteModel
- Parameters:
url
- the url of this ct remote
-
setUserId
public void setUserId(long userId) Sets the user ID of this ct remote.- Specified by:
setUserId
in interfaceCTRemoteModel
- Parameters:
userId
- the user ID of this ct remote
-
setUserUuid
Sets the user uuid of this ct remote.- Specified by:
setUserUuid
in interfaceCTRemoteModel
- Parameters:
userUuid
- the user uuid of this ct remote
-
toXmlString
- Specified by:
toXmlString
in interfaceCTRemoteModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>
-