public class AttributeValue extends AbstractIdentifiable
Constructor and Description |
---|
AttributeValue(String name,
Serializable value)
Constructor.
|
AttributeValue(String id,
String name,
Serializable value)
It is not intended or recommended that the consumer of this API to use this constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the attribute.
|
Serializable |
getValue()
Gets the value of the attribute.
|
int |
hashCode() |
void |
setValue(Serializable value)
Sets the value of the attribute.
|
String |
toString() |
getId, getTypeId
public AttributeValue(String id, String name, Serializable value)
id
- The unique identifier of the attribute.name
- The name of the attribute.value
- The value of the attribute.public AttributeValue(String name, Serializable value)
name
- The name of the attribute.value
- The value of the attribute.public String getName()
public Serializable getValue()
public void setValue(Serializable value)
value
- The value of the attribute.public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>