Class ProcessCopyElements

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ProcessCopyElements
All Implemented Interfaces:
Serializable

public class ProcessCopyElements extends ValueClass implements Serializable
Copy archive elements in other position in the archive.

Copyright: Copyright (c) 2009

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • copyOptions

      protected CopyOptions copyOptions
      Options for the copy-process
    • createMapping

      protected boolean createMapping
      If createMapping is true, at the copyResult, the maps source-id to copy-id will be filled. Defaults to false.
      Since:
      9.00.014.004
    • copyResult

      protected CopyResult copyResult
      Result of copy process.
      Since:
      9.00.014.004
  • Constructor Details

    • ProcessCopyElements

      public ProcessCopyElements()
      Parameterless Constructor.
    • ProcessCopyElements

      public ProcessCopyElements(ProcessCopyElements pce)
      Normal Constructor for the class "ProcessCopyElements".
      Parameters:
      pce - ProcessCopyElements
  • Method Details

    • getCopyOptions

      public CopyOptions getCopyOptions()
      Returns the copy-options.
      Returns:
      CopyOptions
    • setCopyOptions

      public void setCopyOptions(CopyOptions copyOptions)
      Sets the options for the copy-process.
      Parameters:
      copyOptions -
    • isCreateMapping

      public boolean isCreateMapping()
      Returns:
      the createMapping
    • setCreateMapping

      public void setCreateMapping(boolean createMapping)
      Parameters:
      createMapping - the createMapping to set
    • getCopyResult

      public CopyResult getCopyResult()
      Returns the result of the copy-process.
      Returns:
      CopyResult
    • setCopyResult

      public void setCopyResult(CopyResult copyResult)
      Sets the result for the copy-process.
      Parameters:
      copyResult -
    • toString

      public String toString()
      Overrides:
      toString in class Object