Class URefSeed


  • public class URefSeed
    extends java.lang.Object
    Seed URef for dictionary item calls
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      URefSeed()  
      URefSeed​(java.lang.String dictionaryItemKey, URef uref)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getDictionaryItemKey()
      The dictionary item key formatted as a string
      URef getUref()
      The dictionary's seed URef
      int hashCode()  
      void setDictionaryItemKey​(java.lang.String dictionaryItemKey)
      The dictionary item key formatted as a string
      void setUref​(URef uref)
      The dictionary's seed URef
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • URefSeed

        public URefSeed()
      • URefSeed

        public URefSeed​(java.lang.String dictionaryItemKey,
                        URef uref)
    • Method Detail

      • getDictionaryItemKey

        public java.lang.String getDictionaryItemKey()
        The dictionary item key formatted as a string
      • getUref

        public URef getUref()
        The dictionary's seed URef
      • setDictionaryItemKey

        public void setDictionaryItemKey​(java.lang.String dictionaryItemKey)
        The dictionary item key formatted as a string
      • setUref

        public void setUref​(URef uref)
        The dictionary's seed URef
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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