Class EditorDefinition
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
-
- com.hybris.cockpitng.core.impl.jaxb.EditorDefinition
-
public class EditorDefinition extends ComponentDefinition
Java class for EditorDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EditorDefinition"> <complexContent> <extension base="{}ComponentDefinition"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}keywords" minOccurs="0"/> <element ref="{}settings" minOccurs="0"/> <element ref="{}view" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="editorClassName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}sockets" minOccurs="0"/> <element name="handlesLocalization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringauthorprotected java.lang.Stringdescriptionprotected java.lang.StringeditorClassNameprotected java.lang.BooleanhandlesLocalizationprotected Keywordskeywordsprotected java.lang.Stringnameprotected Settingssettingsprotected Socketssocketsprotected java.lang.Stringtypeprotected java.lang.Stringversionprotected Viewview-
Fields inherited from class com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
id
-
-
Constructor Summary
Constructors Constructor Description EditorDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthor()Gets the value of the author property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetEditorClassName()Gets the value of the editorClassName property.KeywordsgetKeywords()Gets the value of the keywords property.java.lang.StringgetName()Gets the value of the name property.SettingsgetSettings()Gets the value of the settings property.SocketsgetSockets()Gets the value of the sockets property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetVersion()Gets the value of the version property.ViewgetView()Gets the value of the view property.java.lang.BooleanisHandlesLocalization()Gets the value of the handlesLocalization property.voidsetAuthor(java.lang.String value)Sets the value of the author property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetEditorClassName(java.lang.String value)Sets the value of the editorClassName property.voidsetHandlesLocalization(java.lang.Boolean value)Sets the value of the handlesLocalization property.voidsetKeywords(Keywords value)Sets the value of the keywords property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetSettings(Settings value)Sets the value of the settings property.voidsetSockets(Sockets value)Sets the value of the sockets property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetVersion(java.lang.String value)Sets the value of the version property.voidsetView(View value)Sets the value of the view property.-
Methods inherited from class com.hybris.cockpitng.core.impl.jaxb.ComponentDefinition
getId, getParent, setId, setParent
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
description
protected java.lang.String description
-
author
protected java.lang.String author
-
version
protected java.lang.String version
-
keywords
protected Keywords keywords
-
settings
protected Settings settings
-
view
protected View view
-
type
protected java.lang.String type
-
editorClassName
protected java.lang.String editorClassName
-
sockets
protected Sockets sockets
-
handlesLocalization
protected java.lang.Boolean handlesLocalization
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein classComponentDefinition- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Specified by:
setNamein classComponentDefinition- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Specified by:
getDescriptionin classComponentDefinition- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Specified by:
setDescriptionin classComponentDefinition- Parameters:
value- allowed object isString
-
getAuthor
public java.lang.String getAuthor()
Gets the value of the author property.- Specified by:
getAuthorin classComponentDefinition- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(java.lang.String value)
Sets the value of the author property.- Specified by:
setAuthorin classComponentDefinition- Parameters:
value- allowed object isString
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Specified by:
getVersionin classComponentDefinition- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Specified by:
setVersionin classComponentDefinition- Parameters:
value- allowed object isString
-
getKeywords
public Keywords getKeywords()
Gets the value of the keywords property.- Specified by:
getKeywordsin classComponentDefinition- Returns:
- possible object is
Keywords
-
setKeywords
public void setKeywords(Keywords value)
Sets the value of the keywords property.- Specified by:
setKeywordsin classComponentDefinition- Parameters:
value- allowed object isKeywords
-
getSettings
public Settings getSettings()
Gets the value of the settings property.- Specified by:
getSettingsin classComponentDefinition- Returns:
- possible object is
Settings
-
setSettings
public void setSettings(Settings value)
Sets the value of the settings property.- Specified by:
setSettingsin classComponentDefinition- Parameters:
value- allowed object isSettings
-
setView
public void setView(View value)
Sets the value of the view property.- Parameters:
value- allowed object isView
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getEditorClassName
public java.lang.String getEditorClassName()
Gets the value of the editorClassName property.- Returns:
- possible object is
String
-
setEditorClassName
public void setEditorClassName(java.lang.String value)
Sets the value of the editorClassName property.- Parameters:
value- allowed object isString
-
getSockets
public Sockets getSockets()
Gets the value of the sockets property.- Specified by:
getSocketsin classComponentDefinition- Returns:
- possible object is
Sockets
-
setSockets
public void setSockets(Sockets value)
Sets the value of the sockets property.- Specified by:
setSocketsin classComponentDefinition- Parameters:
value- allowed object isSockets
-
isHandlesLocalization
public java.lang.Boolean isHandlesLocalization()
Gets the value of the handlesLocalization property.- Returns:
- possible object is
Boolean
-
setHandlesLocalization
public void setHandlesLocalization(java.lang.Boolean value)
Sets the value of the handlesLocalization property.- Parameters:
value- allowed object isBoolean
-
-