Class AbstractAssociationResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String assocType  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getAssocType()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • assocType

        protected java.lang.String assocType
    • Constructor Detail

      • AbstractAssociationResource

        public AbstractAssociationResource​(java.lang.String assocType)
    • Method Detail

      • getAssocType

        public java.lang.String getAssocType()
      • equals

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

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