public abstract class AbstractAction<A extends AbstractAction<A>> extends Object implements Action<A>
Action
.Constructor and Description |
---|
AbstractAction() |
AbstractAction(Action<?> action) |
AbstractAction(String placement) |
AbstractAction(String placement,
String type) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
int |
compareTo(A other) |
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes() |
Map<String,Component<?>> |
getComponents() |
Map<String,Endpoint<?>> |
getEndpoints() |
String |
getId() |
InternationalizedMessage |
getLabel() |
OperationType |
getOperationType() |
Integer |
getOrder() |
String |
getPlacement() |
String |
getScope() |
String |
getType() |
int |
hashCode() |
void |
setAttributes(Map<String,Object> attributes) |
void |
setComponents(Map<String,Component<?>> components) |
void |
setEndpoints(Map<String,Endpoint<?>> endpoints) |
void |
setId(String id) |
void |
setLabel(InternationalizedMessage label) |
void |
setOperationType(OperationType operationType) |
void |
setOrder(Integer order) |
void |
setPlacement(String placement) |
void |
setScope(String scope) |
void |
setType(String type) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addComponent, addComponents, addEndpoint, addEndpoint, apply, attribute, clearEndpoints, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAttribute, getAttribute, getComponent, getComponent, getComponentsList, getEndpoint, getEndpoint, getEndpointsList, hasAttribute, hasComponent, hasEndpoint, id, label, label, operationType, order, placement, removeAttribute, removeComponent, removeEndpoint, scope, self, type
public AbstractAction()
public AbstractAction(String placement)
public AbstractAction(Action<?> action)
public int compareTo(A other)
compareTo
in interface Comparable<A extends AbstractAction<A>>
public String getPlacement()
getPlacement
in interface Action<A extends AbstractAction<A>>
public String getType()
getType
in interface Action<A extends AbstractAction<A>>
public OperationType getOperationType()
getOperationType
in interface Action<A extends AbstractAction<A>>
public String getScope()
getScope
in interface Action<A extends AbstractAction<A>>
public InternationalizedMessage getLabel()
getLabel
in interface Action<A extends AbstractAction<A>>
public Integer getOrder()
getOrder
in interface Action<A extends AbstractAction<A>>
public Map<String,Object> getAttributes()
getAttributes
in interface Action<A extends AbstractAction<A>>
public Map<String,Component<?>> getComponents()
getComponents
in interface Action<A extends AbstractAction<A>>
public Map<String,Endpoint<?>> getEndpoints()
getEndpoints
in interface Action<A extends AbstractAction<A>>
public void setId(String id)
setId
in interface Action<A extends AbstractAction<A>>
public void setPlacement(String placement)
setPlacement
in interface Action<A extends AbstractAction<A>>
public void setType(String type)
setType
in interface Action<A extends AbstractAction<A>>
public void setOperationType(OperationType operationType)
setOperationType
in interface Action<A extends AbstractAction<A>>
public void setScope(String scope)
setScope
in interface Action<A extends AbstractAction<A>>
public void setLabel(InternationalizedMessage label)
setLabel
in interface Action<A extends AbstractAction<A>>
public void setOrder(Integer order)
setOrder
in interface Action<A extends AbstractAction<A>>
public void setAttributes(Map<String,Object> attributes)
setAttributes
in interface Action<A extends AbstractAction<A>>
public void setComponents(Map<String,Component<?>> components)
setComponents
in interface Action<A extends AbstractAction<A>>
public void setEndpoints(Map<String,Endpoint<?>> endpoints)
setEndpoints
in interface Action<A extends AbstractAction<A>>
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.