Class Label
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.wizard.Label
-
- All Implemented Interfaces:
ConfigLabel
public class Label extends java.lang.Object implements ConfigLabel
Java class for label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="label"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Label()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the value of the key property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetValue()Gets the value of the value property.voidsetKey(java.lang.String value)Sets the value of the key property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Specified by:
getValuein interfaceConfigLabel- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getKey
public java.lang.String getKey()
Gets the value of the key property.- Specified by:
getKeyin interfaceConfigLabel- Returns:
- possible object is
String
-
setKey
public void setKey(java.lang.String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Specified by:
getLangin interfaceConfigLabel- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
-