public class ExportImportConfigurationWrapper extends BaseModelWrapper<ExportImportConfiguration> implements ExportImportConfiguration, ModelWrapper<ExportImportConfiguration>
This class is a wrapper for ExportImportConfiguration.
ExportImportConfiguration,
Serialized FormmodelEXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR| Constructor and Description |
|---|
ExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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() |
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.
|
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()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
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.
|
boolean |
isApproved()
Returns
true if this export import configuration is approved. |
boolean |
isDenied()
Returns
true if this export import configuration is denied. |
boolean |
isDraft()
Returns
true if this export import configuration is a draft. |
boolean |
isExpired()
Returns
true if this export import configuration is expired. |
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 |
isPending()
Returns
true if this export import configuration is pending. |
boolean |
isScheduled()
Returns
true if this export import configuration is scheduled. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
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 |
setPrimaryKey(long primaryKey)
Sets the primary key of this export import configuration.
|
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.
|
protected ExportImportConfigurationWrapper |
wrap(ExportImportConfiguration exportImportConfiguration) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic ExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExportImportConfiguration>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ExportImportConfiguration>public long getCompanyId()
getCompanyId in interface ExportImportConfigurationModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface ExportImportConfigurationModelgetCreateDate in interface AuditedModelpublic String getDescription()
getDescription in interface ExportImportConfigurationModelpublic long getExportImportConfigurationId()
getExportImportConfigurationId in interface ExportImportConfigurationModelpublic long getGroupId()
getGroupId in interface ExportImportConfigurationModelgetGroupId in interface GroupedModelpublic Date getModifiedDate()
getModifiedDate in interface ExportImportConfigurationModelgetModifiedDate in interface AuditedModelpublic long getMvccVersion()
getMvccVersion in interface ExportImportConfigurationModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface ExportImportConfigurationModelpublic long getPrimaryKey()
getPrimaryKey in interface ExportImportConfigurationModelpublic String getSettings()
getSettings in interface ExportImportConfigurationModelpublic Map<String,Serializable> getSettingsMap()
getSettingsMap in interface ExportImportConfigurationpublic int getStatus()
getStatus in interface ExportImportConfigurationModelgetStatus in interface TrashedModelgetStatus in interface WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface ExportImportConfigurationModelgetStatusByUserId in interface WorkflowedModelpublic String getStatusByUserName()
getStatusByUserName in interface ExportImportConfigurationModelgetStatusByUserName in interface WorkflowedModelpublic String getStatusByUserUuid()
getStatusByUserUuid in interface ExportImportConfigurationModelgetStatusByUserUuid in interface WorkflowedModelpublic Date getStatusDate()
getStatusDate in interface ExportImportConfigurationModelgetStatusDate in interface WorkflowedModelpublic TrashEntry getTrashEntry() throws PortalException
getTrashEntry in interface ExportImportConfigurationModelgetTrashEntry in interface TrashedModelPortalExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface ExportImportConfigurationModelgetTrashEntryClassPK in interface TrashedModel@Deprecated public TrashHandler getTrashHandler()
getTrashHandler in interface ExportImportConfigurationModelgetTrashHandler in interface TrashedModelpublic int getType()
getType in interface ExportImportConfigurationModelpublic long getUserId()
getUserId in interface ExportImportConfigurationModelgetUserId in interface AuditedModelpublic String getUserName()
getUserName in interface ExportImportConfigurationModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface ExportImportConfigurationModelgetUserUuid in interface AuditedModelpublic boolean isApproved()
true if this export import configuration is approved.isApproved in interface ExportImportConfigurationModelisApproved in interface WorkflowedModeltrue if this export import configuration is approved; false otherwisepublic boolean isDenied()
true if this export import configuration is denied.isDenied in interface ExportImportConfigurationModelisDenied in interface WorkflowedModeltrue if this export import configuration is denied; false otherwisepublic boolean isDraft()
true if this export import configuration is a draft.isDraft in interface ExportImportConfigurationModelisDraft in interface WorkflowedModeltrue if this export import configuration is a draft; false otherwisepublic boolean isExpired()
true if this export import configuration is expired.isExpired in interface ExportImportConfigurationModelisExpired in interface WorkflowedModeltrue if this export import configuration is expired; false otherwisepublic boolean isInactive()
true if this export import configuration is inactive.isInactive in interface ExportImportConfigurationModelisInactive in interface WorkflowedModeltrue if this export import configuration is inactive; false otherwisepublic boolean isIncomplete()
true if this export import configuration is incomplete.isIncomplete in interface ExportImportConfigurationModelisIncomplete in interface WorkflowedModeltrue if this export import configuration is incomplete; false otherwisepublic boolean isInTrash()
true if this export import configuration is in the Recycle Bin.isInTrash in interface ExportImportConfigurationModelisInTrash in interface TrashedModeltrue if this export import configuration is in the Recycle Bin; false otherwisepublic boolean isInTrashContainer()
true if the parent of this export import configuration is in the Recycle Bin.isInTrashContainer in interface ExportImportConfigurationModelisInTrashContainer in interface TrashedModeltrue if the parent of this export import configuration is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface ExportImportConfigurationModelisInTrashExplicitly in interface TrashedModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface ExportImportConfigurationModelisInTrashImplicitly in interface TrashedModelpublic boolean isPending()
true if this export import configuration is pending.isPending in interface ExportImportConfigurationModelisPending in interface WorkflowedModeltrue if this export import configuration is pending; false otherwisepublic boolean isScheduled()
true if this export import configuration is scheduled.isScheduled in interface ExportImportConfigurationModelisScheduled in interface WorkflowedModeltrue if this export import configuration is scheduled; false otherwisepublic void persist()
ExportImportConfiguration interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ExportImportConfigurationModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this export import configurationpublic void setCreateDate(Date createDate)
setCreateDate in interface ExportImportConfigurationModelsetCreateDate in interface AuditedModelcreateDate - the create date of this export import configurationpublic void setDescription(String description)
setDescription in interface ExportImportConfigurationModeldescription - the description of this export import configurationpublic void setExportImportConfigurationId(long exportImportConfigurationId)
setExportImportConfigurationId in interface ExportImportConfigurationModelexportImportConfigurationId - the export import configuration ID of this export import configurationpublic void setGroupId(long groupId)
setGroupId in interface ExportImportConfigurationModelsetGroupId in interface GroupedModelgroupId - the group ID of this export import configurationpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ExportImportConfigurationModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this export import configurationpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface ExportImportConfigurationModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this export import configurationpublic void setName(String name)
setName in interface ExportImportConfigurationModelname - the name of this export import configurationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ExportImportConfigurationModelprimaryKey - the primary key of this export import configurationpublic void setSettings(String settings)
setSettings in interface ExportImportConfigurationModelsettings - the settings of this export import configurationpublic void setStatus(int status)
setStatus in interface ExportImportConfigurationModelsetStatus in interface WorkflowedModelstatus - the status of this export import configurationpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface ExportImportConfigurationModelsetStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this export import configurationpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface ExportImportConfigurationModelsetStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this export import configurationpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface ExportImportConfigurationModelsetStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this export import configurationpublic void setStatusDate(Date statusDate)
setStatusDate in interface ExportImportConfigurationModelsetStatusDate in interface WorkflowedModelstatusDate - the status date of this export import configurationpublic void setType(int type)
setType in interface ExportImportConfigurationModeltype - the type of this export import configurationpublic void setUserId(long userId)
setUserId in interface ExportImportConfigurationModelsetUserId in interface AuditedModeluserId - the user ID of this export import configurationpublic void setUserName(String userName)
setUserName in interface ExportImportConfigurationModelsetUserName in interface AuditedModeluserName - the user name of this export import configurationpublic void setUserUuid(String userUuid)
setUserUuid in interface ExportImportConfigurationModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this export import configurationprotected ExportImportConfigurationWrapper wrap(ExportImportConfiguration exportImportConfiguration)
wrap in class BaseModelWrapper<ExportImportConfiguration>