public class MutableObjectAttributeValueBean extends LegacyObjectAttributeValueBean
| Constructor and Description |
|---|
MutableObjectAttributeValueBean() |
| Modifier and Type | Method and Description |
|---|---|
static MutableObjectAttributeValueBean |
create(ObjectAttributeValueBean objectAttributeValueBean) |
void |
setAdditionalValue(String additionalValue) |
void |
setBooleanValue(Boolean booleanValue) |
void |
setDateValue(Date dateValue) |
void |
setDoubleValue(Double doubleValue) |
void |
setId(Long id) |
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. This will be removed with Assets 6 keep this above the
setTextValue method to not cause issues with copy properties
|
void |
setTextValueShortLower(String textValueShortLower)
Deprecated.
use setValue instead for correct behaviour. This will be removed with Assets 6
|
void |
setValue(ObjectTypeAttributeBean objectTypeAttribute,
Object value) |
getAdditionalValue, getBooleanValue, getDateValue, getDoubleValue, getId, getIntegerValue, getInvalidValue, getLongValue, getReferencedObjectBeanId, getTextValue, getValuecompareTo, createMutable, equals, hashCode, toStringpublic static MutableObjectAttributeValueBean create(ObjectAttributeValueBean objectAttributeValueBean)
public void setId(Long id)
setId in class ObjectAttributeValueBeanpublic void setTextValue(String textValue)
setTextValue in class ObjectAttributeValueBeanpublic void setBooleanValue(Boolean booleanValue)
setBooleanValue in class ObjectAttributeValueBeanpublic void setDoubleValue(Double doubleValue)
setDoubleValue in class ObjectAttributeValueBeanpublic void setDateValue(Date dateValue)
setDateValue in class ObjectAttributeValueBeanpublic void setIntegerValue(Integer integerValue)
setIntegerValue in class ObjectAttributeValueBeanpublic void setLongValue(Long longValue)
setLongValue in class ObjectAttributeValueBeanpublic void setReferencedObjectBeanId(Integer referencedObjectBeanId)
setReferencedObjectBeanId in class ObjectAttributeValueBeanpublic void setAdditionalValue(String additionalValue)
setAdditionalValue in class ObjectAttributeValueBeanpublic void setInvalidValue(String invalidValue)
setInvalidValue in class ObjectAttributeValueBean@Deprecated public void setTextValueShort(String textValueShort)
@Deprecated public void setTextValueShortLower(String textValueShortLower)
public void setValue(ObjectTypeAttributeBean objectTypeAttribute, Object value)
Copyright © 2024 Atlassian. All rights reserved.