Class ProcessReplSet

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

public class ProcessReplSet extends ValueClass implements Serializable
Replication sets to be added to/removed from an object. The replication set parameter must refer to existing objects that may contain empty lists. Null values are not allowed.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • addReplSets

      protected IdName[] addReplSets
      Replication sets to be added.
    • andReplSets

      protected IdName[] andReplSets
      Replication sets to be intersected with.
    • setReplSets

      protected IdName[] setReplSets
      Replication sets to be set directly overriding any former settings.
    • subReplSets

      protected IdName[] subReplSets
      Replication sets to be subtracted.
  • Constructor Details

    • ProcessReplSet

      public ProcessReplSet()
    • ProcessReplSet

      public ProcessReplSet(ProcessReplSet rhs)
  • Method Details

    • getAddReplSets

      public IdName[] getAddReplSets()
    • setAddReplSets

      public void setAddReplSets(IdName[] addReplSets)
    • getAndReplSets

      public IdName[] getAndReplSets()
    • setAndReplSets

      public void setAndReplSets(IdName[] andReplSets)
    • getSetReplSets

      public IdName[] getSetReplSets()
    • setSetReplSets

      public void setSetReplSets(IdName[] setReplSets)
    • getSubReplSets

      public IdName[] getSubReplSets()
    • setSubReplSets

      public void setSubReplSets(IdName[] subReplSets)
    • toString

      public String toString()
      Overrides:
      toString in class Object