Class Import

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class Import extends ComplexEntity
Entity representing an instance of an import that has been performed. An import is always associated with an ImportProfile that holds the parameters for this import. With the ImportProfile also the source file holding the import date is stored. The Report holds all messages created during import process, including any error messages.
See Also:
  • Constructor Details

    • Import

      public Import()
  • Method Details

    • getImportProfile

      public ImportProfile getImportProfile()
    • setImportProfile

      public void setImportProfile(ImportProfile importProfile)
    • getCreationDateTime

      public Calendar getCreationDateTime()
    • setCreationDateTime

      public void setCreationDateTime(Calendar creationDateTime)
    • getReport

      public Report getReport()
    • setReport

      public void setReport(Report report)
    • getType

      public ComplexTypeEntity getType()
      Description copied from class: ComplexEntity
      override in derived classes, return null if ComplexEntity-subclass is not type managed.
      Specified by:
      getType in class ComplexEntity