Class URefSeed
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.dictionary.URefSeed
-
public class URefSeed extends java.lang.ObjectSeed URef for dictionary item calls- Since:
- 0.0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDictionaryItemKey()The dictionary item key formatted as a stringURefgetUref()The dictionary's seed URefinthashCode()voidsetDictionaryItemKey(java.lang.String dictionaryItemKey)The dictionary item key formatted as a stringvoidsetUref(URef uref)The dictionary's seed URefjava.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-