Interface CTRemoteModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTRemote>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CTRemote>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CTRemote
- All Known Implementing Classes:
CTRemoteWrapper
@ProviderType
public interface CTRemoteModel
extends com.liferay.portal.kernel.model.BaseModel<CTRemote>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CTRemote service. Represents a row in the "CTRemote" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTRemoteModelImpl 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.change.tracking.model.impl.CTRemoteImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ct remote.- Returns:
- the primary key of this ct remote
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ct remote.- Parameters:
primaryKey- the primary key of this ct remote
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ct remote.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct remote
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct remote.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct remote
-
getCtRemoteId
long getCtRemoteId()Returns the ct remote ID of this ct remote.- Returns:
- the ct remote ID of this ct remote
-
setCtRemoteId
void setCtRemoteId(long ctRemoteId) Sets the ct remote ID of this ct remote.- Parameters:
ctRemoteId- the ct remote ID of this ct remote
-
getCompanyId
long getCompanyId()Returns the company ID of this ct remote.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct remote
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ct remote.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct remote
-
getUserId
long getUserId()Returns the user ID of this ct remote.- Returns:
- the user ID of this ct remote
-
setUserId
void setUserId(long userId) Sets the user ID of this ct remote.- Parameters:
userId- the user ID of this ct remote
-
getUserUuid
String getUserUuid()Returns the user uuid of this ct remote.- Returns:
- the user uuid of this ct remote
-
setUserUuid
Sets the user uuid of this ct remote.- Parameters:
userUuid- the user uuid of this ct remote
-
getCreateDate
Date getCreateDate()Returns the create date of this ct remote.- Returns:
- the create date of this ct remote
-
setCreateDate
Sets the create date of this ct remote.- Parameters:
createDate- the create date of this ct remote
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this ct remote.- Returns:
- the modified date of this ct remote
-
setModifiedDate
Sets the modified date of this ct remote.- Parameters:
modifiedDate- the modified date of this ct remote
-
getName
Returns the name of this ct remote.- Returns:
- the name of this ct remote
-
setName
Sets the name of this ct remote.- Parameters:
name- the name of this ct remote
-
getDescription
Returns the description of this ct remote.- Returns:
- the description of this ct remote
-
setDescription
Sets the description of this ct remote.- Parameters:
description- the description of this ct remote
-
getUrl
Returns the url of this ct remote.- Returns:
- the url of this ct remote
-
setUrl
Sets the url of this ct remote.- Parameters:
url- the url of this ct remote
-
getClientId
Returns the client ID of this ct remote.- Returns:
- the client ID of this ct remote
-
setClientId
Sets the client ID of this ct remote.- Parameters:
clientId- the client ID of this ct remote
-
getClientSecret
Returns the client secret of this ct remote.- Returns:
- the client secret of this ct remote
-
setClientSecret
Sets the client secret of this ct remote.- Parameters:
clientSecret- the client secret of this ct remote
-
cloneWithOriginalValues
CTRemote cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTRemote>
-
toXmlString
-