Class PhysDel

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

public class PhysDel extends ValueClass implements Serializable
This class represents one row in the database table physdel. This table contains the guids of physically deleted objects. Those objects can be any objects with a guid: e.g. folders, documents, versions, users, workflows...
See Also:
  • Field Details

    • guid

      protected String guid
      GUID of deleted object.
    • type

      protected int type
      Type of deleted object.
      See Also:
    • TStamp

      protected String TStamp
      The object is deleted at this timestamp. Measured in the UTC time-zone.
    • TStampSync

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

    • PhysDel

      public PhysDel()
    • PhysDel

      public PhysDel(PhysDel rhs)
  • Method Details

    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String tStamp)
    • toString

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

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)