Class DefaultLinkExternal
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.AbstractComponent<C>
com.broadleafcommerce.metadata.dsl.core.AbstractFormComponent<E>
com.broadleafcommerce.metadata.dsl.core.extension.externals.AbstractExternal<DefaultLinkExternal>
com.broadleafcommerce.metadata.dsl.core.extension.externals.DefaultLinkExternal
- All Implemented Interfaces:
Component<DefaultLinkExternal>
,Copyable<DefaultLinkExternal>
,LinkExternal<DefaultLinkExternal>
,External<DefaultLinkExternal>
,FormComponent<DefaultLinkExternal>
,Serializable
,Comparable<DefaultLinkExternal>
public class DefaultLinkExternal
extends AbstractExternal<DefaultLinkExternal>
implements LinkExternal<DefaultLinkExternal>
The default implementation for
LinkExternal
.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.externals.LinkExternal
LinkExternal.Attributes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.externals.AbstractExternal
canEqual, equals, getReadOnlyConditionals, hashCode, isReadOnly, setReadOnly, setReadOnlyConditionals
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractFormComponent
getDescription, getHelpText, getHint, getTooltip, isHidden, setDescription, setHelpText, setHidden, setHint, setTooltip
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractComponent
compareTo, getActions, getAttributes, getAugmentationKey, getClassifier, getComponents, getConditionals, getEndpoints, getId, getLabel, getOrder, getScope, getType, isTranslatable, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Component
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.External
clearReadOnlyConditionals, getReadOnlyConditionals, isReadOnly, notReadOnly, readOnly, readOnly, readOnlyConditional, readOnlyConditionals, setReadOnly, setReadOnlyConditionals
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.FormComponent
getHelpText, getHint, getTooltip, helpText, helpText, helpText, hidden, hidden, hint, hint, isHidden, notHidden, setHelpText, setHidden, setHint, setTooltip, tooltip, tooltip
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.externals.LinkExternal
download, download, href, target, targetBlank
-
Constructor Details
-
DefaultLinkExternal
public DefaultLinkExternal() -
DefaultLinkExternal
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyable<DefaultLinkExternal>
- Returns:
- a deep copy of this instance
-