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, toString
public static MutableObjectAttributeBean create()
public static MutableObjectAttributeBean create(Long id, List<? extends ObjectAttributeValueBean> valueBeans, Integer objectTypeAttributeId, Integer objectId)
public Long getId()
ObjectAttributeBean
getId
in class ObjectAttributeBean
public Integer getObjectTypeAttributeId()
getObjectTypeAttributeId
in class ObjectAttributeBean
public Integer getObjectId()
ObjectAttributeBean
getObjectId
in class ObjectAttributeBean
public void setId(Long id)
setId
in class ObjectAttributeBean
public void setObjectTypeAttributeId(Integer objectTypeAttributeId)
setObjectTypeAttributeId
in class ObjectAttributeBean
public void setObjectId(Integer objectId)
setObjectId
in class ObjectAttributeBean
public 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 ObjectAttributeBean
Copyright © 2024 Atlassian. All rights reserved.