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.
CTRemote,
Serialized FormCT_REMOTE_ID_ACCESSOR| Constructor and Description |
|---|
CTRemoteWrapper(CTRemote ctRemote) |
| Modifier and Type | Method and Description |
|---|---|
CTRemote |
cloneWithOriginalValues() |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
getUserName() |
java.lang.String |
getUserUuid()
Returns the user uuid of this ct remote.
|
void |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
java.lang.String |
toXmlString() |
protected CTRemoteWrapper |
wrap(CTRemote ctRemote) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CTRemoteWrapper(CTRemote ctRemote)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTRemote>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTRemote>public CTRemote cloneWithOriginalValues()
cloneWithOriginalValues in interface CTRemoteModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTRemote>public long getCompanyId()
getCompanyId in interface CTRemoteModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CTRemoteModelpublic long getCtRemoteId()
getCtRemoteId in interface CTRemoteModelpublic java.lang.String getDescription()
getDescription in interface CTRemoteModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CTRemoteModelpublic long getMvccVersion()
getMvccVersion in interface CTRemoteModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CTRemoteModelpublic long getPrimaryKey()
getPrimaryKey in interface CTRemoteModelpublic java.lang.String getUrl()
getUrl in interface CTRemoteModelpublic long getUserId()
getUserId in interface CTRemoteModelpublic java.lang.String getUserName()
getUserName in interface CTRemotepublic java.lang.String getUserUuid()
getUserUuid in interface CTRemoteModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface CTRemoteModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct remotepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CTRemoteModelcreateDate - the create date of this ct remotepublic void setCtRemoteId(long ctRemoteId)
setCtRemoteId in interface CTRemoteModelctRemoteId - the ct remote ID of this ct remotepublic void setDescription(java.lang.String description)
setDescription in interface CTRemoteModeldescription - the description of this ct remotepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CTRemoteModelmodifiedDate - the modified date of this ct remotepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTRemoteModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct remotepublic void setName(java.lang.String name)
setName in interface CTRemoteModelname - the name of this ct remotepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTRemoteModelprimaryKey - the primary key of this ct remotepublic void setUrl(java.lang.String url)
setUrl in interface CTRemoteModelurl - the url of this ct remotepublic void setUserId(long userId)
setUserId in interface CTRemoteModeluserId - the user ID of this ct remotepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CTRemoteModeluserUuid - the user uuid of this ct remotepublic java.lang.String toXmlString()
toXmlString in interface CTRemoteModelprotected CTRemoteWrapper wrap(CTRemote ctRemote)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTRemote>