Class LegacyObjectAttributeValueBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeValueBean
com.riadalabs.jira.plugins.insight.services.model.LegacyObjectAttributeValueBean
- All Implemented Interfaces:
Serializable
,Comparable<ObjectAttributeValueBean>
- Direct Known Subclasses:
MutableObjectAttributeValueBean
- Since:
- 5.0
- See Also:
-
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeValueBean
compareTo, createMutable, equals, hashCode, setAdditionalValue, setBooleanValue, setDateValue, setDoubleValue, setId, setIntegerValue, setInvalidValue, setLongValue, setReferencedObjectBeanId, setTextValue, toString
-
Method Details
-
getId
- Specified by:
getId
in classObjectAttributeValueBean
-
getTextValue
- Specified by:
getTextValue
in classObjectAttributeValueBean
-
getBooleanValue
- Specified by:
getBooleanValue
in classObjectAttributeValueBean
-
getDoubleValue
- Specified by:
getDoubleValue
in classObjectAttributeValueBean
-
getDateValue
- Specified by:
getDateValue
in classObjectAttributeValueBean
-
getIntegerValue
- Specified by:
getIntegerValue
in classObjectAttributeValueBean
-
getReferencedObjectBeanId
- Specified by:
getReferencedObjectBeanId
in classObjectAttributeValueBean
-
getAdditionalValue
- Specified by:
getAdditionalValue
in classObjectAttributeValueBean
-
getInvalidValue
- Specified by:
getInvalidValue
in classObjectAttributeValueBean
-
getLongValue
- Specified by:
getLongValue
in classObjectAttributeValueBean
-
getValue
- Specified by:
getValue
in classObjectAttributeValueBean
-