Class ComponentDefinition
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
-
- Direct Known Subclasses:
ActionDefinition,EditorDefinition,WidgetDefinition
public abstract class ComponentDefinition extends java.lang.ObjectJava class for ComponentDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description ComponentDefinition()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetAuthor()abstract java.lang.StringgetDescription()java.lang.StringgetId()Gets the value of the id property.abstract KeywordsgetKeywords()abstract java.lang.StringgetName()java.lang.StringgetParent()abstract SettingsgetSettings()abstract SocketsgetSockets()abstract java.lang.StringgetVersion()abstract voidsetAuthor(java.lang.String value)abstract voidsetDescription(java.lang.String value)voidsetId(java.lang.String value)Sets the value of the id property.abstract voidsetKeywords(Keywords value)abstract voidsetName(java.lang.String value)voidsetParent(java.lang.String parent)abstract voidsetSettings(Settings value)abstract voidsetSockets(Sockets value)abstract voidsetVersion(java.lang.String value)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.String getParent()
-
setParent
public void setParent(java.lang.String parent)
-
setSettings
public abstract void setSettings(Settings value)
-
getName
public abstract java.lang.String getName()
-
setName
public abstract void setName(java.lang.String value)
-
getDescription
public abstract java.lang.String getDescription()
-
setDescription
public abstract void setDescription(java.lang.String value)
-
getAuthor
public abstract java.lang.String getAuthor()
-
setAuthor
public abstract void setAuthor(java.lang.String value)
-
getVersion
public abstract java.lang.String getVersion()
-
setVersion
public abstract void setVersion(java.lang.String value)
-
getKeywords
public abstract Keywords getKeywords()
-
setKeywords
public abstract void setKeywords(Keywords value)
-
getSettings
public abstract Settings getSettings()
-
getSockets
public abstract Sockets getSockets()
-
setSockets
public abstract void setSockets(Sockets value)
-
-