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
modelFields 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.longReturns the company ID of this ct remote.Returns the create date of this ct remote.longReturns the ct remote ID of this ct remote.Returns the description of this ct remote.Returns the modified date of this ct remote.longReturns the mvcc version of this ct remote.getName()Returns the name of this ct remote.longReturns the primary key of this ct remote.getUrl()Returns the url of this ct remote.longReturns the user ID of this ct remote.Returns the user uuid of this ct remote.voidpersist()voidsetClientId(String clientId) Sets the client ID of this ct remote.voidsetClientSecret(String clientSecret) Sets the client secret of this ct remote.voidsetCompanyId(long companyId) Sets the company ID of this ct remote.voidsetCreateDate(Date createDate) Sets the create date of this ct remote.voidsetCtRemoteId(long ctRemoteId) Sets the ct remote ID of this ct remote.voidsetDescription(String description) Sets the description of this ct remote.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this ct remote.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct remote.voidSets the name of this ct remote.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct remote.voidSets the url of this ct remote.voidsetUserId(long userId) Sets the user ID of this ct remote.voidsetUserUuid(String userUuid) Sets the user uuid of this ct remote.protected CTRemoteWrapperMethods 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CTRemoteWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>- Specified by:
cloneWithOriginalValuesin interfaceCTRemoteModel
-
getClientId
Returns the client ID of this ct remote.- Specified by:
getClientIdin interfaceCTRemoteModel- Returns:
- the client ID of this ct remote
-
getClientSecret
Returns the client secret of this ct remote.- Specified by:
getClientSecretin interfaceCTRemoteModel- Returns:
- the client secret of this ct remote
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct remote.- Specified by:
getCompanyIdin interfaceCTRemoteModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfaceCTRemoteModel- Returns:
- the create date of this ct remote
-
getCtRemoteId
public long getCtRemoteId()Returns the ct remote ID of this ct remote.- Specified by:
getCtRemoteIdin interfaceCTRemoteModel- Returns:
- the ct remote ID of this ct remote
-
getDescription
Returns the description of this ct remote.- Specified by:
getDescriptionin interfaceCTRemoteModel- Returns:
- the description of this ct remote
-
getModifiedDate
Returns the modified date of this ct remote.- Specified by:
getModifiedDatein interfaceCTRemoteModel- Returns:
- the modified date of this ct remote
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct remote.- Specified by:
getMvccVersionin interfaceCTRemoteModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct remote
-
getName
Returns the name of this ct remote.- Specified by:
getNamein interfaceCTRemoteModel- Returns:
- the name of this ct remote
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct remote.- Specified by:
getPrimaryKeyin interfaceCTRemoteModel- Returns:
- the primary key of this ct remote
-
getUrl
Returns the url of this ct remote.- Specified by:
getUrlin interfaceCTRemoteModel- Returns:
- the url of this ct remote
-
getUserId
public long getUserId()Returns the user ID of this ct remote.- Specified by:
getUserIdin interfaceCTRemoteModel- Returns:
- the user ID of this ct remote
-
getUserName
- Specified by:
getUserNamein interfaceCTRemote
-
getUserUuid
Returns the user uuid of this ct remote.- Specified by:
getUserUuidin interfaceCTRemoteModel- Returns:
- the user uuid of this ct remote
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClientId
Sets the client ID of this ct remote.- Specified by:
setClientIdin interfaceCTRemoteModel- Parameters:
clientId- the client ID of this ct remote
-
setClientSecret
Sets the client secret of this ct remote.- Specified by:
setClientSecretin 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:
setCompanyIdin interfaceCTRemoteModel- Specified by:
setCompanyIdin 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:
setCreateDatein 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:
setCtRemoteIdin interfaceCTRemoteModel- Parameters:
ctRemoteId- the ct remote ID of this ct remote
-
setDescription
Sets the description of this ct remote.- Specified by:
setDescriptionin interfaceCTRemoteModel- Parameters:
description- the description of this ct remote
-
setModifiedDate
Sets the modified date of this ct remote.- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCTRemoteModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPrimaryKeyin interfaceCTRemoteModel- Parameters:
primaryKey- the primary key of this ct remote
-
setUrl
Sets the url of this ct remote.- Specified by:
setUrlin 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:
setUserIdin interfaceCTRemoteModel- Parameters:
userId- the user ID of this ct remote
-
setUserUuid
Sets the user uuid of this ct remote.- Specified by:
setUserUuidin interfaceCTRemoteModel- Parameters:
userUuid- the user uuid of this ct remote
-
toXmlString
- Specified by:
toXmlStringin interfaceCTRemoteModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>
-