public class MutableObjectAttributeBean extends ObjectAttributeBean
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableObjectAttributeBean.EmptyMutableObjectAttributeBean |
ObjectAttributeBean.EmptyObjectAttributeBean| Constructor and Description |
|---|
MutableObjectAttributeBean() |
| Modifier and Type | Method and Description |
|---|---|
static MutableObjectAttributeBean |
create() |
static MutableObjectAttributeBean |
create(Long id,
List<? extends ObjectAttributeValueBean> valueBeans,
Integer objectTypeAttributeId,
Integer objectId) |
Long |
getId()
The ID of the attribute.
|
List<MutableObjectAttributeValueBean> |
getObjectAttributeValueBeans()
The value(s) set for this object attribute.
|
Integer |
getObjectId()
The ID of the object that "owns" the attributes.
|
Integer |
getObjectTypeAttributeId() |
void |
setId(Long id) |
void |
setObjectAttributeValueBeans(List<? extends ObjectAttributeValueBean> objectAttributeValueBeans)
The value(s) set for this object attribute.
|
void |
setObjectId(Integer objectId) |
void |
setObjectTypeAttributeId(Integer objectTypeAttributeId) |
createEmptyPlaceholder, createMutable, createObjectAttributeValueBean, deepEquals, equals, hashCode, isEmptyPlaceholder, toStringpublic static MutableObjectAttributeBean create()
public static MutableObjectAttributeBean create(Long id, List<? extends ObjectAttributeValueBean> valueBeans, Integer objectTypeAttributeId, Integer objectId)
public Long getId()
ObjectAttributeBeangetId in class ObjectAttributeBeanpublic Integer getObjectTypeAttributeId()
getObjectTypeAttributeId in class ObjectAttributeBeanpublic Integer getObjectId()
ObjectAttributeBeangetObjectId in class ObjectAttributeBeanpublic void setId(Long id)
setId in class ObjectAttributeBeanpublic void setObjectTypeAttributeId(Integer objectTypeAttributeId)
setObjectTypeAttributeId in class ObjectAttributeBeanpublic void setObjectId(Integer objectId)
setObjectId in class ObjectAttributeBeanpublic void setObjectAttributeValueBeans(List<? extends ObjectAttributeValueBean> objectAttributeValueBeans)
objectAttributeValueBeans - the values that should be used instead of the already existing valuespublic List<MutableObjectAttributeValueBean> getObjectAttributeValueBeans()
getObjectAttributeValueBeans in class ObjectAttributeBeanCopyright © 2023 Atlassian. All rights reserved.