Class DeleteDependency


  • public class DeleteDependency
    extends java.lang.Object
    This class represents and describes a single delete dependency.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
      protected java.lang.String childIDHash  
      protected java.lang.String linkType  
      protected java.lang.String parentIDHash  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteDependency​(java.lang.String linkType, java.lang.String parentIDHash, java.lang.String childIDHash)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Compare
      java.lang.String getChildIDHash()
      Get child identifier
      java.lang.String getLinkType()
      Get linktype
      java.lang.String getParentIDHash()
      Get parent identifier
      int hashCode()
      hash
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • linkType

        protected java.lang.String linkType
      • parentIDHash

        protected java.lang.String parentIDHash
      • childIDHash

        protected java.lang.String childIDHash
    • Constructor Detail

      • DeleteDependency

        public DeleteDependency​(java.lang.String linkType,
                                java.lang.String parentIDHash,
                                java.lang.String childIDHash)
        Constructor.
    • Method Detail

      • getLinkType

        public java.lang.String getLinkType()
        Get linktype
      • getParentIDHash

        public java.lang.String getParentIDHash()
        Get parent identifier
      • getChildIDHash

        public java.lang.String getChildIDHash()
        Get child identifier
      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Compare
        Overrides:
        equals in class java.lang.Object