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) voidsetAdditionalValue(String additionalValue) voidsetBooleanValue(Boolean booleanValue) voidsetDateValue(Date dateValue) voidsetDoubleValue(Double doubleValue) voidvoidsetIntegerValue(Integer integerValue) voidsetInvalidValue(String invalidValue) voidsetLongValue(Long longValue) voidsetReferencedObjectBeanId(Integer referencedObjectBeanId) voidsetTextValue(String textValue) voidsetTextValueShort(String textValueShort) Deprecated.use setValue instead for correct behaviour.voidsetTextValueShortLower(String textValueShortLower) Deprecated.use setValue instead for correct behaviour.voidsetValue(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, getValueMethods 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:
setIdin classObjectAttributeValueBean
-
setTextValue
- Overrides:
setTextValuein classObjectAttributeValueBean
-
setBooleanValue
- Overrides:
setBooleanValuein classObjectAttributeValueBean
-
setDoubleValue
- Overrides:
setDoubleValuein classObjectAttributeValueBean
-
setDateValue
- Overrides:
setDateValuein classObjectAttributeValueBean
-
setIntegerValue
- Overrides:
setIntegerValuein classObjectAttributeValueBean
-
setLongValue
- Overrides:
setLongValuein classObjectAttributeValueBean
-
setReferencedObjectBeanId
- Overrides:
setReferencedObjectBeanIdin classObjectAttributeValueBean
-
setAdditionalValue
- Overrides:
setAdditionalValuein classObjectAttributeValueBean
-
setInvalidValue
- Overrides:
setInvalidValuein 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
-