Class GetWebDAVPathResult

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

public class GetWebDAVPathResult
extends ValueClass
implements java.io.Serializable
Since:
9.00.030.024
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String path
    The generated WEBDAV path.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors 
    Constructor Description
    GetWebDAVPathResult()  
    GetWebDAVPathResult​(GetWebDAVPathResult rhs)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPath()  
    void setPath​(java.lang.String path)  
    java.lang.String toString()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • path

      protected java.lang.String path
      The generated WEBDAV path.
  • Constructor Details

  • Method Details

    • getPath

      public java.lang.String getPath()
    • setPath

      public void setPath​(java.lang.String path)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object