Class Format
- java.lang.Object
-
- com.hybris.cockpitng.config.perspectivechooser.jaxb.Format
-
public class Format extends java.lang.ObjectJava class for format complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="format"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title-key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description-key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="icon-key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringdescriptionKeyprotected java.lang.Stringiconprotected java.lang.StringiconKeyprotected java.lang.Stringidprotected java.lang.Stringtitleprotected java.lang.StringtitleKey
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDescriptionKey()Gets the value of the descriptionKey property.java.lang.StringgetIcon()Gets the value of the icon property.java.lang.StringgetIconKey()Gets the value of the iconKey property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetTitle()Gets the value of the title property.java.lang.StringgetTitleKey()Gets the value of the titleKey property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDescriptionKey(java.lang.String value)Sets the value of the descriptionKey property.voidsetIcon(java.lang.String value)Sets the value of the icon property.voidsetIconKey(java.lang.String value)Sets the value of the iconKey property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetTitleKey(java.lang.String value)Sets the value of the titleKey property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
titleKey
protected java.lang.String titleKey
-
title
protected java.lang.String title
-
descriptionKey
protected java.lang.String descriptionKey
-
description
protected java.lang.String description
-
iconKey
protected java.lang.String iconKey
-
icon
protected java.lang.String icon
-
-
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
-
getTitleKey
public java.lang.String getTitleKey()
Gets the value of the titleKey property.- Returns:
- possible object is
String
-
setTitleKey
public void setTitleKey(java.lang.String value)
Sets the value of the titleKey property.- Parameters:
value- allowed object isString
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getDescriptionKey
public java.lang.String getDescriptionKey()
Gets the value of the descriptionKey property.- Returns:
- possible object is
String
-
setDescriptionKey
public void setDescriptionKey(java.lang.String value)
Sets the value of the descriptionKey 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
-
getIconKey
public java.lang.String getIconKey()
Gets the value of the iconKey property.- Returns:
- possible object is
String
-
setIconKey
public void setIconKey(java.lang.String value)
Sets the value of the iconKey property.- Parameters:
value- allowed object isString
-
getIcon
public java.lang.String getIcon()
Gets the value of the icon property.- Returns:
- possible object is
String
-
setIcon
public void setIcon(java.lang.String value)
Sets the value of the icon property.- Parameters:
value- allowed object isString
-
-