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, toString
public Long getId()
ObjectAttributeBean
getId
in class ObjectAttributeBean
public Integer getObjectTypeAttributeId()
getObjectTypeAttributeId
in class ObjectAttributeBean
public Integer getObjectId()
ObjectAttributeBean
getObjectId
in class ObjectAttributeBean
public List<? extends ObjectAttributeValueBean> getObjectAttributeValueBeans()
ObjectAttributeBean
getObjectAttributeValueBeans
in class ObjectAttributeBean
public MutableObjectAttributeBean createMutable()
createMutable
in class ObjectAttributeBean
public boolean isEmptyPlaceholder()
isEmptyPlaceholder
in class ObjectAttributeBean
Copyright © 2024 Atlassian. All rights reserved.