@ProviderType public interface CTRemoteModel extends com.liferay.portal.kernel.model.BaseModel<CTRemote>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
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.
CTRemote| Modifier and Type | Method and Description |
|---|---|
CTRemote |
cloneWithOriginalValues() |
java.lang.String |
getClientId()
Returns the client ID of this ct remote.
|
java.lang.String |
getClientSecret()
Returns the client secret of this ct remote.
|
long |
getCompanyId()
Returns the company ID of this ct remote.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct remote.
|
long |
getCtRemoteId()
Returns the ct remote ID of this ct remote.
|
java.lang.String |
getDescription()
Returns the description of this ct remote.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct remote.
|
long |
getMvccVersion()
Returns the mvcc version of this ct remote.
|
java.lang.String |
getName()
Returns the name of this ct remote.
|
long |
getPrimaryKey()
Returns the primary key of this ct remote.
|
java.lang.String |
getUrl()
Returns the url of this ct remote.
|
long |
getUserId()
Returns the user ID of this ct remote.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct remote.
|
void |
setClientId(java.lang.String clientId)
Sets the client ID of this ct remote.
|
void |
setClientSecret(java.lang.String clientSecret)
Sets the client secret of this ct remote.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct remote.
|
void |
setCreateDate(java.util.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(java.lang.String description)
Sets the description of this ct remote.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct remote.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct remote.
|
void |
setName(java.lang.String name)
Sets the name of this ct remote.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct remote.
|
void |
setUrl(java.lang.String url)
Sets the url of this ct remote.
|
void |
setUserId(long userId)
Sets the user ID of this ct remote.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct remote.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this ct remotelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct remotelong getCtRemoteId()
void setCtRemoteId(long ctRemoteId)
ctRemoteId - the ct remote ID of this ct remotelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct remotelong getUserId()
void setUserId(long userId)
userId - the user ID of this ct remotejava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this ct remotejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this ct remotejava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate - the modified date of this ct remote@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this ct remote@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this ct remote@AutoEscape java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the url of this ct remote@AutoEscape java.lang.String getClientId()
void setClientId(java.lang.String clientId)
clientId - the client ID of this ct remote@AutoEscape java.lang.String getClientSecret()
void setClientSecret(java.lang.String clientSecret)
clientSecret - the client secret of this ct remoteCTRemote cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTRemote>default java.lang.String toXmlString()