Class ReplSetName

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

public class ReplSetName extends ValueClass implements Serializable
Properties of a replication set.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • TStamp

      protected String TStamp
      Timestamp of the last change. The format is JJJJ.MM.DD.hh.mm.ss
    • desc

      protected String desc
      Descriptive text for the replication set.
    • id

      protected int id
      Identifier for the replication set.
    • image

      protected int image
      Image used for the replication set in list function in the client application.
    • mobile

      protected int mobile
      Replication set is used for archive synchronisation(ELO MOBIL).
    • name

      protected String name
      Name of the replication set.
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
    • priority

      protected int priority
      Priority of this replication set.
      Since:
      9.99.009.001
  • Constructor Details

    • ReplSetName

      public ReplSetName()
    • ReplSetName

      public ReplSetName(ReplSetName rhs)
  • Method Details

    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String TStamp)
    • getDesc

      public String getDesc()
    • setDesc

      public void setDesc(String desc)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getImage

      public int getImage()
    • setImage

      public void setImage(int image)
    • getMobile

      public int getMobile()
    • setMobile

      public void setMobile(int mobile)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object