Class CDOBranchPointRef

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CDOBranchPointRef
    extends java.lang.Object
    implements java.io.Serializable
    References a CDOBranchPoint.
    Since:
    4.10
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Constructor Detail

      • CDOBranchPointRef

        public CDOBranchPointRef​(CDOBranchPoint branchPoint)
      • CDOBranchPointRef

        public CDOBranchPointRef​(CDOBranchRef branchRef,
                                 long timeStamp)
        Since:
        4.12
      • CDOBranchPointRef

        public CDOBranchPointRef​(java.lang.String branchPath,
                                 long timeStamp)
      • CDOBranchPointRef

        public CDOBranchPointRef​(java.lang.String uri)
      • CDOBranchPointRef

        public CDOBranchPointRef​(CDODataInput in)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public void write​(CDODataOutput out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getURI

        public java.lang.String getURI()
      • getBranchRef

        public CDOBranchRef getBranchRef()
        Since:
        4.12
      • getBranchPath

        public java.lang.String getBranchPath()
      • getTimeStamp

        public long getTimeStamp()
      • getTimeStampSpec

        public java.lang.String getTimeStampSpec()
      • isBase

        public boolean isBase()
      • isHead

        public boolean isHead()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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