Class MutableObjectAttributeBean.EmptyMutableObjectAttributeBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeBean
com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeBean.EmptyMutableObjectAttributeBean
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MutableObjectAttributeBean
public static class MutableObjectAttributeBean.EmptyMutableObjectAttributeBean
extends MutableObjectAttributeBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeBean
MutableObjectAttributeBean.EmptyMutableObjectAttributeBean
Nested classes/interfaces inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
ObjectAttributeBean.EmptyObjectAttributeBean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeBean
create, create, getId, getObjectAttributeValueBeans, getObjectId, getObjectTypeAttributeId, setId, setObjectAttributeValueBeans, setObjectId, setObjectTypeAttributeId
Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
createEmptyPlaceholder, createMutable, createObjectAttributeValueBean, deepEquals, equals, hashCode, toString
-
Constructor Details
-
EmptyMutableObjectAttributeBean
public EmptyMutableObjectAttributeBean()
-
-
Method Details
-
isEmptyPlaceholder
public boolean isEmptyPlaceholder()- Overrides:
isEmptyPlaceholder
in classObjectAttributeBean
- Returns:
- true if this object attribute represents an empty placeholder i.e. something that is not a persisted object attribute
-