Class DefaultAction
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultAction>
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultAction
-
- All Implemented Interfaces:
Action<DefaultAction>
,Copyable<DefaultAction>
,Serializable
,Comparable<DefaultAction>
public class DefaultAction extends AbstractAction<DefaultAction>
- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultAction()
DefaultAction(Action<?> action)
DefaultAction(String placement)
DefaultAction(String placement, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultAction
copy()
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction
canEqual, compareTo, equals, getAttributes, getComponents, getEndpoints, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hashCode, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Action
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
-
-
-
-
Method Detail
-
copy
public DefaultAction copy()
- Returns:
- a deep copy of this instance
-
-