public static class ObjectAttributeBean.EmptyObjectAttributeBean extends ObjectAttributeBean
ObjectAttributeBean.EmptyObjectAttributeBean| Constructor and Description |
|---|
EmptyObjectAttributeBean(Integer objectTypeAttributeId,
Integer objectId) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectAttributeBean |
createMutable() |
Long |
getId()
The ID of the attribute.
|
List<? extends ObjectAttributeValueBean> |
getObjectAttributeValueBeans()
The value(s) set for this object attribute.
|
Integer |
getObjectId()
The ID of the object that "owns" the attributes.
|
Integer |
getObjectTypeAttributeId() |
boolean |
isEmptyPlaceholder() |
createEmptyPlaceholder, createObjectAttributeValueBean, deepEquals, equals, hashCode, setId, setObjectId, setObjectTypeAttributeId, toStringpublic Long getId()
ObjectAttributeBeangetId in class ObjectAttributeBeanpublic Integer getObjectTypeAttributeId()
getObjectTypeAttributeId in class ObjectAttributeBeanpublic Integer getObjectId()
ObjectAttributeBeangetObjectId in class ObjectAttributeBeanpublic List<? extends ObjectAttributeValueBean> getObjectAttributeValueBeans()
ObjectAttributeBeangetObjectAttributeValueBeans in class ObjectAttributeBeanpublic MutableObjectAttributeBean createMutable()
createMutable in class ObjectAttributeBeanpublic boolean isEmptyPlaceholder()
isEmptyPlaceholder in class ObjectAttributeBeanCopyright © 2024 Atlassian. All rights reserved.