Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.model
Class ExportImportConfigurationWrapper

java.lang.Object
  extended by com.liferay.portlet.exportimport.model.ExportImportConfigurationWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<ExportImportConfiguration>, ClassedModel, GroupedModel, ModelWrapper<ExportImportConfiguration>, MVCCModel, PersistedModel, ShardedModel, TrashedModel, WorkflowedModel, ExportImportConfiguration, ExportImportConfigurationModel, Serializable, Cloneable, Comparable<ExportImportConfiguration>

@ProviderType
public class ExportImportConfigurationWrapper
extends Object
implements ExportImportConfiguration, ModelWrapper<ExportImportConfiguration>

This class is a wrapper for ExportImportConfiguration.

See Also:
ExportImportConfiguration, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from interface com.liferay.portlet.exportimport.model.ExportImportConfiguration
EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
 
Constructor Summary
ExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ExportImportConfiguration exportImportConfiguration)
           
 boolean equals(Object obj)
           
 long getCompanyId()
          Returns the company ID of this export import configuration.
 Date getCreateDate()
          Returns the create date of this export import configuration.
 String getDescription()
          Returns the description of this export import configuration.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getExportImportConfigurationId()
          Returns the export import configuration ID of this export import configuration.
 long getGroupId()
          Returns the group ID of this export import configuration.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this export import configuration.
 long getMvccVersion()
          Returns the mvcc version of this export import configuration.
 String getName()
          Returns the name of this export import configuration.
 long getPrimaryKey()
          Returns the primary key of this export import configuration.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 String getSettings()
          Returns the settings of this export import configuration.
 Map<String,Serializable> getSettingsMap()
           
 int getStatus()
          Returns the status of this export import configuration.
 long getStatusByUserId()
          Returns the status by user ID of this export import configuration.
 String getStatusByUserName()
          Returns the status by user name of this export import configuration.
 String getStatusByUserUuid()
          Returns the status by user uuid of this export import configuration.
 Date getStatusDate()
          Returns the status date of this export import configuration.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this export import configuration was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this export import configuration.
 TrashHandler getTrashHandler()
          Returns the trash handler for this export import configuration.
 int getType()
          Returns the type of this export import configuration.
 long getUserId()
          Returns the user ID of this export import configuration.
 String getUserName()
          Returns the user name of this export import configuration.
 String getUserUuid()
          Returns the user uuid of this export import configuration.
 ExportImportConfiguration getWrappedModel()
           
 int hashCode()
           
 boolean isApproved()
          Returns true if this export import configuration is approved.
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isDenied()
          Returns true if this export import configuration is denied.
 boolean isDraft()
          Returns true if this export import configuration is a draft.
 boolean isEntityCacheEnabled()
          Returns true if this model's entity cache is enabled.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isExpired()
          Returns true if this export import configuration is expired.
 boolean isFinderCacheEnabled()
          Returns true if this model's finder cache is enabled.
 boolean isInactive()
          Returns true if this export import configuration is inactive.
 boolean isIncomplete()
          Returns true if this export import configuration is incomplete.
 boolean isInTrash()
          Returns true if this export import configuration is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this export import configuration is in the Recycle Bin.
 boolean isInTrashExplicitly()
           
 boolean isInTrashImplicitly()
           
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isPending()
          Returns true if this export import configuration is pending.
 boolean isScheduled()
          Returns true if this export import configuration is scheduled.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company ID of this export import configuration.
 void setCreateDate(Date createDate)
          Sets the create date of this export import configuration.
 void setDescription(String description)
          Sets the description of this export import configuration.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setExportImportConfigurationId(long exportImportConfigurationId)
          Sets the export import configuration ID of this export import configuration.
 void setGroupId(long groupId)
          Sets the group ID of this export import configuration.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this export import configuration.
 void setMvccVersion(long mvccVersion)
          Sets the mvcc version of this export import configuration.
 void setName(String name)
          Sets the name of this export import configuration.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this export import configuration.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setSettings(String settings)
          Sets the settings of this export import configuration.
 void setStatus(int status)
          Sets the status of this export import configuration.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this export import configuration.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this export import configuration.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this export import configuration.
 void setStatusDate(Date statusDate)
          Sets the status date of this export import configuration.
 void setType(int type)
          Sets the type of this export import configuration.
 void setUserId(long userId)
          Sets the user ID of this export import configuration.
 void setUserName(String userName)
          Sets the user name of this export import configuration.
 void setUserUuid(String userUuid)
          Sets the user uuid of this export import configuration.
 CacheModel<ExportImportConfiguration> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 ExportImportConfiguration toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 ExportImportConfiguration toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationWrapper

public ExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ExportImportConfiguration>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ExportImportConfiguration>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ExportImportConfiguration>
Specified by:
clone in interface ExportImportConfigurationModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ExportImportConfiguration exportImportConfiguration)
Specified by:
compareTo in interface ExportImportConfigurationModel
Specified by:
compareTo in interface Comparable<ExportImportConfiguration>

getCompanyId

public long getCompanyId()
Returns the company ID of this export import configuration.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface ShardedModel
Specified by:
getCompanyId in interface ExportImportConfigurationModel
Returns:
the company ID of this export import configuration

getCreateDate

public Date getCreateDate()
Returns the create date of this export import configuration.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface ExportImportConfigurationModel
Returns:
the create date of this export import configuration

getDescription

public String getDescription()
Returns the description of this export import configuration.

Specified by:
getDescription in interface ExportImportConfigurationModel
Returns:
the description of this export import configuration

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ExportImportConfiguration>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ExportImportConfigurationModel
Returns:
the expando bridge for this model instance

getExportImportConfigurationId

public long getExportImportConfigurationId()
Returns the export import configuration ID of this export import configuration.

Specified by:
getExportImportConfigurationId in interface ExportImportConfigurationModel
Returns:
the export import configuration ID of this export import configuration

getGroupId

public long getGroupId()
Returns the group ID of this export import configuration.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface ExportImportConfigurationModel
Returns:
the group ID of this export import configuration

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this export import configuration.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface ExportImportConfigurationModel
Returns:
the modified date of this export import configuration

getMvccVersion

public long getMvccVersion()
Returns the mvcc version of this export import configuration.

Specified by:
getMvccVersion in interface MVCCModel
Specified by:
getMvccVersion in interface ExportImportConfigurationModel
Returns:
the mvcc version of this export import configuration

getName

public String getName()
Returns the name of this export import configuration.

Specified by:
getName in interface ExportImportConfigurationModel
Returns:
the name of this export import configuration

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this export import configuration.

Specified by:
getPrimaryKey in interface ExportImportConfigurationModel
Returns:
the primary key of this export import configuration

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ExportImportConfigurationModel
Returns:
the primary key of this model instance

getSettings

public String getSettings()
Returns the settings of this export import configuration.

Specified by:
getSettings in interface ExportImportConfigurationModel
Returns:
the settings of this export import configuration

getSettingsMap

public Map<String,Serializable> getSettingsMap()
Specified by:
getSettingsMap in interface ExportImportConfiguration

getStatus

public int getStatus()
Returns the status of this export import configuration.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface ExportImportConfigurationModel
Returns:
the status of this export import configuration

getStatusByUserId

public long getStatusByUserId()
Returns the status by user ID of this export import configuration.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface ExportImportConfigurationModel
Returns:
the status by user ID of this export import configuration

getStatusByUserName

public String getStatusByUserName()
Returns the status by user name of this export import configuration.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface ExportImportConfigurationModel
Returns:
the status by user name of this export import configuration

getStatusByUserUuid

public String getStatusByUserUuid()
Returns the status by user uuid of this export import configuration.

Specified by:
getStatusByUserUuid in interface WorkflowedModel
Specified by:
getStatusByUserUuid in interface ExportImportConfigurationModel
Returns:
the status by user uuid of this export import configuration

getStatusDate

public Date getStatusDate()
Returns the status date of this export import configuration.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface ExportImportConfigurationModel
Returns:
the status date of this export import configuration

getTrashEntry

public TrashEntry getTrashEntry()
                         throws PortalException
Returns the trash entry created when this export import configuration was moved to the Recycle Bin. The trash entry may belong to one of the ancestors of this export import configuration.

Specified by:
getTrashEntry in interface TrashedModel
Specified by:
getTrashEntry in interface ExportImportConfigurationModel
Returns:
the trash entry created when this export import configuration was moved to the Recycle Bin
Throws:
PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Returns the class primary key of the trash entry for this export import configuration.

Specified by:
getTrashEntryClassPK in interface TrashedModel
Specified by:
getTrashEntryClassPK in interface ExportImportConfigurationModel
Returns:
the class primary key of the trash entry for this export import configuration

getTrashHandler

public TrashHandler getTrashHandler()
Returns the trash handler for this export import configuration.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface ExportImportConfigurationModel
Returns:
the trash handler for this export import configuration

getType

public int getType()
Returns the type of this export import configuration.

Specified by:
getType in interface ExportImportConfigurationModel
Returns:
the type of this export import configuration

getUserId

public long getUserId()
Returns the user ID of this export import configuration.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface ExportImportConfigurationModel
Returns:
the user ID of this export import configuration

getUserName

public String getUserName()
Returns the user name of this export import configuration.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface ExportImportConfigurationModel
Returns:
the user name of this export import configuration

getUserUuid

public String getUserUuid()
Returns the user uuid of this export import configuration.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface ExportImportConfigurationModel
Returns:
the user uuid of this export import configuration

hashCode

public int hashCode()
Specified by:
hashCode in interface ExportImportConfigurationModel
Overrides:
hashCode in class Object

isApproved

public boolean isApproved()
Returns true if this export import configuration is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is approved; false otherwise

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
isCachedModel in interface ExportImportConfigurationModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

isDenied

public boolean isDenied()
Returns true if this export import configuration is denied.

Specified by:
isDenied in interface WorkflowedModel
Specified by:
isDenied in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is denied; false otherwise

isDraft

public boolean isDraft()
Returns true if this export import configuration is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is a draft; false otherwise

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
isEscapedModel in interface ExportImportConfigurationModel
Returns:
true if this model instance is escaped; false otherwise

isExpired

public boolean isExpired()
Returns true if this export import configuration is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is expired; false otherwise

isInTrash

public boolean isInTrash()
Returns true if this export import configuration is in the Recycle Bin.

Specified by:
isInTrash in interface TrashedModel
Specified by:
isInTrash in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is in the Recycle Bin; false otherwise

isInTrashContainer

public boolean isInTrashContainer()
Returns true if the parent of this export import configuration is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface ExportImportConfigurationModel
Returns:
true if the parent of this export import configuration is in the Recycle Bin; false otherwise

isInTrashExplicitly

public boolean isInTrashExplicitly()
Specified by:
isInTrashExplicitly in interface TrashedModel
Specified by:
isInTrashExplicitly in interface ExportImportConfigurationModel

isInTrashImplicitly

public boolean isInTrashImplicitly()
Specified by:
isInTrashImplicitly in interface TrashedModel
Specified by:
isInTrashImplicitly in interface ExportImportConfigurationModel

isInactive

public boolean isInactive()
Returns true if this export import configuration is inactive.

Specified by:
isInactive in interface WorkflowedModel
Specified by:
isInactive in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Returns true if this export import configuration is incomplete.

Specified by:
isIncomplete in interface WorkflowedModel
Specified by:
isIncomplete in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is incomplete; false otherwise

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<ExportImportConfiguration>
Specified by:
isNew in interface ExportImportConfigurationModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

isPending

public boolean isPending()
Returns true if this export import configuration is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is pending; false otherwise

isScheduled

public boolean isScheduled()
Returns true if this export import configuration is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface ExportImportConfigurationModel
Returns:
true if this export import configuration is scheduled; false otherwise

persist

public void persist()
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
setCachedModel in interface ExportImportConfigurationModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this export import configuration.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface ShardedModel
Specified by:
setCompanyId in interface ExportImportConfigurationModel
Parameters:
companyId - the company ID of this export import configuration

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this export import configuration.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface ExportImportConfigurationModel
Parameters:
createDate - the create date of this export import configuration

setDescription

public void setDescription(String description)
Sets the description of this export import configuration.

Specified by:
setDescription in interface ExportImportConfigurationModel
Parameters:
description - the description of this export import configuration

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>
Specified by:
setExpandoBridgeAttributes in interface ExportImportConfigurationModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>
Specified by:
setExpandoBridgeAttributes in interface ExportImportConfigurationModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>
Specified by:
setExpandoBridgeAttributes in interface ExportImportConfigurationModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes()

setExportImportConfigurationId

public void setExportImportConfigurationId(long exportImportConfigurationId)
Sets the export import configuration ID of this export import configuration.

Specified by:
setExportImportConfigurationId in interface ExportImportConfigurationModel
Parameters:
exportImportConfigurationId - the export import configuration ID of this export import configuration

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this export import configuration.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface ExportImportConfigurationModel
Parameters:
groupId - the group ID of this export import configuration

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this export import configuration.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface ExportImportConfigurationModel
Parameters:
modifiedDate - the modified date of this export import configuration

setMvccVersion

public void setMvccVersion(long mvccVersion)
Sets the mvcc version of this export import configuration.

Specified by:
setMvccVersion in interface MVCCModel
Specified by:
setMvccVersion in interface ExportImportConfigurationModel
Parameters:
mvccVersion - the mvcc version of this export import configuration

setName

public void setName(String name)
Sets the name of this export import configuration.

Specified by:
setName in interface ExportImportConfigurationModel
Parameters:
name - the name of this export import configuration

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<ExportImportConfiguration>
Specified by:
setNew in interface ExportImportConfigurationModel
Parameters:
n - whether this model instance does not yet exist in the database

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this export import configuration.

Specified by:
setPrimaryKey in interface ExportImportConfigurationModel
Parameters:
primaryKey - the primary key of this export import configuration

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ExportImportConfigurationModel
Parameters:
primaryKeyObj - the primary key of this model instance

setSettings

public void setSettings(String settings)
Sets the settings of this export import configuration.

Specified by:
setSettings in interface ExportImportConfigurationModel
Parameters:
settings - the settings of this export import configuration

setStatus

public void setStatus(int status)
Sets the status of this export import configuration.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface ExportImportConfigurationModel
Parameters:
status - the status of this export import configuration

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Sets the status by user ID of this export import configuration.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface ExportImportConfigurationModel
Parameters:
statusByUserId - the status by user ID of this export import configuration

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Sets the status by user name of this export import configuration.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface ExportImportConfigurationModel
Parameters:
statusByUserName - the status by user name of this export import configuration

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this export import configuration.

Specified by:
setStatusByUserUuid in interface WorkflowedModel
Specified by:
setStatusByUserUuid in interface ExportImportConfigurationModel
Parameters:
statusByUserUuid - the status by user uuid of this export import configuration

setStatusDate

public void setStatusDate(Date statusDate)
Sets the status date of this export import configuration.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface ExportImportConfigurationModel
Parameters:
statusDate - the status date of this export import configuration

setType

public void setType(int type)
Sets the type of this export import configuration.

Specified by:
setType in interface ExportImportConfigurationModel
Parameters:
type - the type of this export import configuration

setUserId

public void setUserId(long userId)
Sets the user ID of this export import configuration.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface ExportImportConfigurationModel
Parameters:
userId - the user ID of this export import configuration

setUserName

public void setUserName(String userName)
Sets the user name of this export import configuration.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface ExportImportConfigurationModel
Parameters:
userName - the user name of this export import configuration

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this export import configuration.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface ExportImportConfigurationModel
Parameters:
userUuid - the user uuid of this export import configuration

toCacheModel

public CacheModel<ExportImportConfiguration> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ExportImportConfiguration>
Specified by:
toCacheModel in interface ExportImportConfigurationModel
Returns:
the cache model object

toEscapedModel

public ExportImportConfiguration toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
toEscapedModel in interface ExportImportConfigurationModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toString

public String toString()
Specified by:
toString in interface ExportImportConfigurationModel
Overrides:
toString in class Object

toUnescapedModel

public ExportImportConfiguration toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ExportImportConfiguration>
Specified by:
toUnescapedModel in interface ExportImportConfigurationModel

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ExportImportConfiguration>
Specified by:
toXmlString in interface ExportImportConfigurationModel
Returns:
the XML representation of this model instance

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedModel

public ExportImportConfiguration getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<ExportImportConfiguration>

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's entity cache is enabled.

Specified by:
isEntityCacheEnabled in interface BaseModel<ExportImportConfiguration>
Returns:
true if this model's entity cache is enabled; false otherwise

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's finder cache is enabled.

Specified by:
isFinderCacheEnabled in interface BaseModel<ExportImportConfiguration>
Returns:
true if this model's finder cache is enabled; false otherwise

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ExportImportConfiguration>

Liferay 7.0-ce-b4