Class MutableObjectAttributeValueBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeValueBean
com.riadalabs.jira.plugins.insight.services.model.LegacyObjectAttributeValueBean
com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeValueBean
- All Implemented Interfaces:
Serializable
,Comparable<ObjectAttributeValueBean>
- Since:
- 5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ObjectAttributeValueBean objectAttributeValueBean) void
setAdditionalValue
(String additionalValue) void
setBooleanValue
(Boolean booleanValue) void
setDateValue
(Date dateValue) void
setDoubleValue
(Double doubleValue) void
void
setIntegerValue
(Integer integerValue) void
setInvalidValue
(String invalidValue) void
setLongValue
(Long longValue) void
setReferencedObjectBeanId
(Integer referencedObjectBeanId) void
setTextValue
(String textValue) void
setTextValueShort
(String textValueShort) Deprecated.use setValue instead for correct behaviour.void
setTextValueShortLower
(String textValueShortLower) Deprecated.use setValue instead for correct behaviour.void
setValue
(ObjectTypeAttributeBean objectTypeAttribute, Object value) Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.LegacyObjectAttributeValueBean
getAdditionalValue, getBooleanValue, getDateValue, getDoubleValue, getId, getIntegerValue, getInvalidValue, getLongValue, getReferencedObjectBeanId, getTextValue, getValue
Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeValueBean
compareTo, createMutable, equals, hashCode, toString
-
Constructor Details
-
MutableObjectAttributeValueBean
public MutableObjectAttributeValueBean()
-
-
Method Details
-
create
public static MutableObjectAttributeValueBean create(ObjectAttributeValueBean objectAttributeValueBean) -
setId
- Overrides:
setId
in classObjectAttributeValueBean
-
setTextValue
- Overrides:
setTextValue
in classObjectAttributeValueBean
-
setBooleanValue
- Overrides:
setBooleanValue
in classObjectAttributeValueBean
-
setDoubleValue
- Overrides:
setDoubleValue
in classObjectAttributeValueBean
-
setDateValue
- Overrides:
setDateValue
in classObjectAttributeValueBean
-
setIntegerValue
- Overrides:
setIntegerValue
in classObjectAttributeValueBean
-
setLongValue
- Overrides:
setLongValue
in classObjectAttributeValueBean
-
setReferencedObjectBeanId
- Overrides:
setReferencedObjectBeanId
in classObjectAttributeValueBean
-
setAdditionalValue
- Overrides:
setAdditionalValue
in classObjectAttributeValueBean
-
setInvalidValue
- Overrides:
setInvalidValue
in classObjectAttributeValueBean
-
setTextValueShort
Deprecated.use setValue instead for correct behaviour. This will be removed with Assets 6 keep this above the setTextValue method to not cause issues with copy properties -
setTextValueShortLower
Deprecated.use setValue instead for correct behaviour. This will be removed with Assets 6 -
setValue
-