Class ArcPath

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

public class ArcPath extends ValueClass implements Serializable
Archive path.
See Also:
  • Field Details

    • path

      protected IdName[] path
      IdName array. Contains the identifiers and names for the archive paths. The first element is for the cabinet level. An entry does not exist for the archive level.
    • pathAsString

      protected String pathAsString
      Path as string. The first charachter is the path separator.
      Since:
      7.00.000.028
  • Constructor Details

    • ArcPath

      public ArcPath()
    • ArcPath

      public ArcPath(IdName[] path)
    • ArcPath

      public ArcPath(ArcPath rhs)
  • Method Details

    • getPath

      public IdName[] getPath()
    • setPath

      public void setPath(IdName[] path)
    • getPathAsString

      public String getPathAsString()
    • setPathAsString

      public void setPathAsString(String pathAsString)
    • toString

      public String toString()
      Overrides:
      toString in class Object