Class Labels
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.Labels
-
public class Labels extends java.lang.ObjectJava class for labels complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="labels"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="shortLabel" 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="iconPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> <attribute name="beanId" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbeanIdprotected java.lang.Stringdescriptionprotected java.lang.StringiconPathprotected java.lang.Stringlabelprotected java.lang.StringshortLabel
-
Constructor Summary
Constructors Constructor Description Labels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeanId()Gets the value of the beanId property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetIconPath()Gets the value of the iconPath property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetShortLabel()Gets the value of the shortLabel property.voidsetBeanId(java.lang.String value)Sets the value of the beanId property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetIconPath(java.lang.String value)Sets the value of the iconPath property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetShortLabel(java.lang.String value)Sets the value of the shortLabel property.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getShortLabel
public java.lang.String getShortLabel()
Gets the value of the shortLabel property.- Returns:
- possible object is
String
-
setShortLabel
public void setShortLabel(java.lang.String value)
Sets the value of the shortLabel property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getIconPath
public java.lang.String getIconPath()
Gets the value of the iconPath property.- Returns:
- possible object is
String
-
setIconPath
public void setIconPath(java.lang.String value)
Sets the value of the iconPath property.- Parameters:
value- allowed object isString
-
getBeanId
public java.lang.String getBeanId()
Gets the value of the beanId property.- Returns:
- possible object is
String
-
setBeanId
public void setBeanId(java.lang.String value)
Sets the value of the beanId property.- Parameters:
value- allowed object isString
-
-