Class ContractNamedKey


  • public class ContractNamedKey
    extends java.lang.Object
    Contract named key for dictionary item calls
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      ContractNamedKey()  
      ContractNamedKey​(java.lang.String dictionaryItemKey, java.lang.String dictionaryName, java.lang.String key)  
    • 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
      java.lang.String getDictionaryName()
      The dictionary item key formatted as a string
      java.lang.String getKey()
      The contract key as a formatted string whose named keys contains dictionary_name.
      int hashCode()  
      void setDictionaryItemKey​(java.lang.String dictionaryItemKey)
      The dictionary item key formatted as a string
      void setDictionaryName​(java.lang.String dictionaryName)
      The dictionary item key formatted as a string
      void setKey​(java.lang.String key)
      The contract key as a formatted string whose named keys contains dictionary_name.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ContractNamedKey

        public ContractNamedKey()
      • ContractNamedKey

        public ContractNamedKey​(java.lang.String dictionaryItemKey,
                                java.lang.String dictionaryName,
                                java.lang.String key)
    • Method Detail

      • getDictionaryItemKey

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

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

        public java.lang.String getKey()
        The contract key as a formatted string whose named keys contains dictionary_name.
      • setDictionaryItemKey

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

        public void setDictionaryName​(java.lang.String dictionaryName)
        The dictionary item key formatted as a string
      • setKey

        public void setKey​(java.lang.String key)
        The contract key as a formatted string whose named keys contains dictionary_name.
      • 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