Interface ExportImportConfigurationModel

All Superinterfaces:
AuditedModel, BaseModel<ExportImportConfiguration>, ClassedModel, Cloneable, Comparable<ExportImportConfiguration>, GroupedModel, MVCCModel, Serializable, ShardedModel, TrashedModel, WorkflowedModel
All Known Subinterfaces:
ExportImportConfiguration
All Known Implementing Classes:
ExportImportConfigurationWrapper

@ProviderType public interface ExportImportConfigurationModel extends BaseModel<ExportImportConfiguration>, GroupedModel, MVCCModel, ShardedModel, TrashedModel, WorkflowedModel
The base model interface for the ExportImportConfiguration service. Represents a row in the "ExportImportConfiguration" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portlet.exportimport.model.impl.ExportImportConfigurationModelImpl 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.portlet.exportimport.model.impl.ExportImportConfigurationImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this export import configuration.
      Returns:
      the primary key of this export import configuration
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this export import configuration.
      Parameters:
      primaryKey - the primary key of this export import configuration
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this export import configuration.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this export import configuration
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this export import configuration.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this export import configuration
    • getExportImportConfigurationId

      long getExportImportConfigurationId()
      Returns the export import configuration ID of this export import configuration.
      Returns:
      the export import configuration ID of this export import configuration
    • setExportImportConfigurationId

      void setExportImportConfigurationId(long exportImportConfigurationId)
      Sets the export import configuration ID of this export import configuration.
      Parameters:
      exportImportConfigurationId - the export import configuration ID of this export import configuration
    • getGroupId

      long getGroupId()
      Returns the group ID of this export import configuration.
      Specified by:
      getGroupId in interface GroupedModel
      Returns:
      the group ID of this export import configuration
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this export import configuration.
      Specified by:
      setGroupId in interface GroupedModel
      Parameters:
      groupId - the group ID of this export import configuration
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this export import configuration.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this export import configuration
    • setCompanyId

      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
      Parameters:
      companyId - the company ID of this export import configuration
    • getUserId

      long getUserId()
      Returns the user ID of this export import configuration.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this export import configuration
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this export import configuration.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this export import configuration
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this export import configuration.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this export import configuration
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this export import configuration.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this export import configuration
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this export import configuration.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this export import configuration
    • setUserName

      void setUserName(String userName)
      Sets the user name of this export import configuration.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this export import configuration
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this export import configuration.
      Specified by:
      getCreateDate in interface AuditedModel
      Returns:
      the create date of this export import configuration
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this export import configuration.
      Specified by:
      setCreateDate in interface AuditedModel
      Parameters:
      createDate - the create date of this export import configuration
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this export import configuration.
      Specified by:
      getModifiedDate in interface AuditedModel
      Returns:
      the modified date of this export import configuration
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this export import configuration.
      Specified by:
      setModifiedDate in interface AuditedModel
      Parameters:
      modifiedDate - the modified date of this export import configuration
    • getName

      @AutoEscape String getName()
      Returns the name of this export import configuration.
      Returns:
      the name of this export import configuration
    • setName

      void setName(String name)
      Sets the name of this export import configuration.
      Parameters:
      name - the name of this export import configuration
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this export import configuration.
      Returns:
      the description of this export import configuration
    • setDescription

      void setDescription(String description)
      Sets the description of this export import configuration.
      Parameters:
      description - the description of this export import configuration
    • getType

      int getType()
      Returns the type of this export import configuration.
      Returns:
      the type of this export import configuration
    • setType

      void setType(int type)
      Sets the type of this export import configuration.
      Parameters:
      type - the type of this export import configuration
    • getSettings

      @AutoEscape String getSettings()
      Returns the settings of this export import configuration.
      Returns:
      the settings of this export import configuration
    • setSettings

      void setSettings(String settings)
      Sets the settings of this export import configuration.
      Parameters:
      settings - the settings of this export import configuration
    • getStatus

      int getStatus()
      Returns the status of this export import configuration.
      Specified by:
      getStatus in interface TrashedModel
      Specified by:
      getStatus in interface WorkflowedModel
      Returns:
      the status of this export import configuration
    • setStatus

      void setStatus(int status)
      Sets the status of this export import configuration.
      Specified by:
      setStatus in interface WorkflowedModel
      Parameters:
      status - the status of this export import configuration
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this export import configuration.
      Specified by:
      getStatusByUserId in interface WorkflowedModel
      Returns:
      the status by user ID of this export import configuration
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this export import configuration.
      Specified by:
      setStatusByUserId in interface WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this export import configuration
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this export import configuration.
      Specified by:
      getStatusByUserUuid in interface WorkflowedModel
      Returns:
      the status by user uuid of this export import configuration
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this export import configuration.
      Specified by:
      setStatusByUserUuid in interface WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this export import configuration
    • getStatusByUserName

      @AutoEscape String getStatusByUserName()
      Returns the status by user name of this export import configuration.
      Specified by:
      getStatusByUserName in interface WorkflowedModel
      Returns:
      the status by user name of this export import configuration
    • setStatusByUserName

      void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this export import configuration.
      Specified by:
      setStatusByUserName in interface WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this export import configuration
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this export import configuration.
      Specified by:
      getStatusDate in interface WorkflowedModel
      Returns:
      the status date of this export import configuration
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this export import configuration.
      Specified by:
      setStatusDate in interface WorkflowedModel
      Parameters:
      statusDate - the status date of this export import configuration
    • getTrashEntryClassPK

      long getTrashEntryClassPK()
      Returns the class primary key of the trash entry for this export import configuration.
      Specified by:
      getTrashEntryClassPK in interface TrashedModel
      Returns:
      the class primary key of the trash entry for this export import configuration
    • isInTrash

      boolean isInTrash()
      Returns true if this export import configuration is in the Recycle Bin.
      Specified by:
      isInTrash in interface TrashedModel
      Returns:
      true if this export import configuration is in the Recycle Bin; false otherwise
    • isApproved

      boolean isApproved()
      Returns true if this export import configuration is approved.
      Specified by:
      isApproved in interface WorkflowedModel
      Returns:
      true if this export import configuration is approved; false otherwise
    • isDenied

      boolean isDenied()
      Returns true if this export import configuration is denied.
      Specified by:
      isDenied in interface WorkflowedModel
      Returns:
      true if this export import configuration is denied; false otherwise
    • isDraft

      boolean isDraft()
      Returns true if this export import configuration is a draft.
      Specified by:
      isDraft in interface WorkflowedModel
      Returns:
      true if this export import configuration is a draft; false otherwise
    • isExpired

      boolean isExpired()
      Returns true if this export import configuration is expired.
      Specified by:
      isExpired in interface WorkflowedModel
      Returns:
      true if this export import configuration is expired; false otherwise
    • isInactive

      boolean isInactive()
      Returns true if this export import configuration is inactive.
      Specified by:
      isInactive in interface WorkflowedModel
      Returns:
      true if this export import configuration is inactive; false otherwise
    • isIncomplete

      boolean isIncomplete()
      Returns true if this export import configuration is incomplete.
      Specified by:
      isIncomplete in interface WorkflowedModel
      Returns:
      true if this export import configuration is incomplete; false otherwise
    • isPending

      boolean isPending()
      Returns true if this export import configuration is pending.
      Specified by:
      isPending in interface WorkflowedModel
      Returns:
      true if this export import configuration is pending; false otherwise
    • isScheduled

      boolean isScheduled()
      Returns true if this export import configuration is scheduled.
      Specified by:
      isScheduled in interface WorkflowedModel
      Returns:
      true if this export import configuration is scheduled; false otherwise
    • cloneWithOriginalValues

      ExportImportConfiguration cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<ExportImportConfiguration>
    • toXmlString

      default String toXmlString()