@ProviderType public class SyncDeviceWrapper extends java.lang.Object implements SyncDevice, com.liferay.portal.kernel.model.ModelWrapper<SyncDevice>
This class is a wrapper for SyncDevice.
SyncDevice,
Serialized FormSYNC_DEVICE_ID_ACCESSOR| Constructor and Description |
|---|
SyncDeviceWrapper(SyncDevice syncDevice) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkStatus() |
java.lang.Object |
clone() |
int |
compareTo(SyncDevice syncDevice) |
boolean |
equals(java.lang.Object obj) |
long |
getBuildNumber()
Returns the build number of this sync device.
|
long |
getCompanyId()
Returns the company ID of this sync device.
|
java.util.Date |
getCreateDate()
Returns the create date of this sync device.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
int |
getFeatureSet()
Returns the feature set of this sync device.
|
java.lang.String |
getHostname()
Returns the hostname of this sync device.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this sync device.
|
long |
getPrimaryKey()
Returns the primary key of this sync device.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this sync device.
|
long |
getSyncDeviceId()
Returns the sync device ID of this sync device.
|
java.lang.String |
getType()
Returns the type of this sync device.
|
long |
getUserId()
Returns the user ID of this sync device.
|
java.lang.String |
getUserName()
Returns the user name of this sync device.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this sync device.
|
java.lang.String |
getUuid()
Returns the uuid of this sync device.
|
SyncDevice |
getWrappedModel() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isSupported() |
void |
persist() |
void |
resetOriginalValues() |
void |
setBuildNumber(long buildNumber)
Sets the build number of this sync device.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this sync device.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this sync device.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFeatureSet(int featureSet)
Sets the feature set of this sync device.
|
void |
setHostname(java.lang.String hostname)
Sets the hostname of this sync device.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this sync device.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this sync device.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatus(int status)
Sets the status of this sync device.
|
void |
setSyncDeviceId(long syncDeviceId)
Sets the sync device ID of this sync device.
|
void |
setType(java.lang.String type)
Sets the type of this sync device.
|
void |
setUserId(long userId)
Sets the user ID of this sync device.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this sync device.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this sync device.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this sync device.
|
boolean |
supports(int featureSet) |
com.liferay.portal.kernel.model.CacheModel<SyncDevice> |
toCacheModel() |
SyncDevice |
toEscapedModel() |
java.lang.String |
toString() |
SyncDevice |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public SyncDeviceWrapper(SyncDevice syncDevice)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>public SyncDevice toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>toEscapedModel in interface SyncDeviceModelpublic SyncDevice toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>toUnescapedModel in interface SyncDeviceModelpublic boolean hasSetModifiedDate()
hasSetModifiedDate in interface SyncDevicepublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>isCachedModel in interface SyncDeviceModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>isEscapedModel in interface SyncDeviceModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>isNew in interface SyncDeviceModelpublic boolean isSupported()
isSupported in interface SyncDevicepublic boolean supports(int featureSet)
supports in interface SyncDevicepublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface SyncDeviceModelpublic com.liferay.portal.kernel.model.CacheModel<SyncDevice> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>toCacheModel in interface SyncDeviceModelpublic int compareTo(SyncDevice syncDevice)
compareTo in interface SyncDeviceModelcompareTo in interface java.lang.Comparable<SyncDevice>public int getFeatureSet()
getFeatureSet in interface SyncDeviceModelpublic int getStatus()
getStatus in interface SyncDeviceModelpublic int hashCode()
hashCode in interface SyncDeviceModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface SyncDeviceModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>clone in interface com.liferay.portal.kernel.model.StagedModelclone in interface SyncDeviceModelclone in class java.lang.Objectpublic java.lang.String getHostname()
getHostname in interface SyncDeviceModelpublic java.lang.String getType()
getType in interface SyncDeviceModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SyncDeviceModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SyncDeviceModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface SyncDeviceModelpublic java.lang.String toString()
toString in interface SyncDeviceModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>toXmlString in interface SyncDeviceModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface SyncDeviceModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface SyncDeviceModelpublic long getBuildNumber()
getBuildNumber in interface SyncDeviceModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface SyncDeviceModelpublic long getPrimaryKey()
getPrimaryKey in interface SyncDeviceModelpublic long getSyncDeviceId()
getSyncDeviceId in interface SyncDeviceModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SyncDeviceModelpublic void checkStatus()
throws com.liferay.portal.kernel.exception.PortalException
checkStatus in interface SyncDevicecom.liferay.portal.kernel.exception.PortalExceptionpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBuildNumber(long buildNumber)
setBuildNumber in interface SyncDeviceModelbuildNumber - the build number of this sync devicepublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setCachedModel in interface SyncDeviceModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface SyncDeviceModelcompanyId - the company ID of this sync devicepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface SyncDeviceModelcreateDate - the create date of this sync devicepublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setExpandoBridgeAttributes in interface SyncDeviceModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setExpandoBridgeAttributes in interface SyncDeviceModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setExpandoBridgeAttributes in interface SyncDeviceModelpublic void setFeatureSet(int featureSet)
setFeatureSet in interface SyncDeviceModelfeatureSet - the feature set of this sync devicepublic void setHostname(java.lang.String hostname)
setHostname in interface SyncDeviceModelhostname - the hostname of this sync devicepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface SyncDeviceModelmodifiedDate - the modified date of this sync devicepublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setNew in interface SyncDeviceModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SyncDeviceModelprimaryKey - the primary key of this sync devicepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface SyncDeviceModelpublic void setStatus(int status)
setStatus in interface SyncDeviceModelstatus - the status of this sync devicepublic void setSyncDeviceId(long syncDeviceId)
setSyncDeviceId in interface SyncDeviceModelsyncDeviceId - the sync device ID of this sync devicepublic void setType(java.lang.String type)
setType in interface SyncDeviceModeltype - the type of this sync devicepublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SyncDeviceModeluserId - the user ID of this sync devicepublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SyncDeviceModeluserName - the user name of this sync devicepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SyncDeviceModeluserUuid - the user uuid of this sync devicepublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface SyncDeviceModeluuid - the uuid of this sync devicepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic SyncDevice getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<SyncDevice>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SyncDevice>