Class LegacyObjectAttributeBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
com.riadalabs.jira.plugins.insight.services.model.LegacyObjectAttributeBean
- All Implemented Interfaces:
Serializable
Model representing an object attribute
- Author:
- Mathias Edblom
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
ObjectAttributeBean.EmptyObjectAttributeBean
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The ID of the attribute.List<? extends ObjectAttributeValueBean>
The value(s) set for this object attribute.The ID of the object that "owns" the attributes.Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
createEmptyPlaceholder, createMutable, createObjectAttributeValueBean, deepEquals, equals, hashCode, isEmptyPlaceholder, setId, setObjectId, setObjectTypeAttributeId, toString
-
Method Details
-
getId
Description copied from class:ObjectAttributeBean
The ID of the attribute.- Specified by:
getId
in classObjectAttributeBean
- Returns:
- the id or null when null or less than 1
-
getObjectTypeAttributeId
- Specified by:
getObjectTypeAttributeId
in classObjectAttributeBean
- Returns:
- the object type attribute id that determines the type of this attribute
-
getObjectId
The ID of the object that "owns" the attributes.- Specified by:
getObjectId
in classObjectAttributeBean
- Returns:
- the object id
-
getObjectAttributeValueBeans
The value(s) set for this object attribute.- Specified by:
getObjectAttributeValueBeans
in classObjectAttributeBean
- Returns:
- the list of attribute values
-