@Entity public class QuickFilterEntity extends com.atlassian.core.bean.EntityObject implements QuickFilter
| Constructor and Description |
|---|
QuickFilterEntity(String name) |
| Modifier and Type | Method and Description |
|---|---|
QuickFilterEntity |
copy()
Returns independent copy of this quick filter.
|
String |
getName()
Get the unique name of this quick filter.
|
int |
getPosition()
Get the position of this quick filter on the quick filters list.
|
List<QuickFilterRule> |
getRules()
Returns a list of rules for this quick filter.
|
void |
setName(String name)
Set quick filter's unique name.
|
void |
setPosition(int position)
Sets the position of this quick filter on the quick filters list.
|
void |
setRules(List<QuickFilterRule> rules)
Set the rules for this quick filter.
|
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic QuickFilterEntity(@NotNull
String name)
@NotNull public QuickFilterEntity copy()
QuickFiltercopy in interface QuickFilter@NotNull public String getName()
QuickFiltergetName in interface QuickFiltergetName in interface NameProviderpublic void setName(@NotNull
String name)
QuickFiltersetName in interface QuickFiltername - new name of this quick filterpublic int getPosition()
QuickFiltergetPosition in interface QuickFilterpublic void setPosition(int position)
QuickFiltersetPosition in interface QuickFilterposition - new quick filter position index@NotNull public List<QuickFilterRule> getRules()
QuickFiltergetRules in interface QuickFilterpublic void setRules(@NotNull
List<QuickFilterRule> rules)
QuickFiltersetRules in interface QuickFilterrules - quick filter rulesCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.