Class StoredValueCLValue
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
-
- All Implemented Interfaces:
StoredValue<AbstractCLValue<?,?>>
public class StoredValueCLValue extends java.lang.Object implements StoredValue<AbstractCLValue<?,?>>
Stored Value forAbstractCLType
- Since:
- 0.0.1
- See Also:
StoredValue
-
-
Constructor Summary
Constructors Constructor Description StoredValueCLValue()
-
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)
AbstractCLValue<?,?>
getValue()
int
hashCode()
void
setValue(AbstractCLValue<?,?> value)
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public AbstractCLValue<?,?> getValue()
- Specified by:
getValue
in interfaceStoredValue<AbstractCLValue<?,?>>
-
setValue
public void setValue(AbstractCLValue<?,?> value)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-