Class CockpitLocales
- java.lang.Object
-
- com.hybris.cockpitng.config.locales.jaxb.CockpitLocales
-
public class CockpitLocales extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="cockpit-locale" type="{http://www.hybris.com/cockpitng/config/availableLocales}cockpit-locale" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<CockpitLocale>cockpitLocale
-
Constructor Summary
Constructors Constructor Description CockpitLocales()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<CockpitLocale>getCockpitLocale()Gets the value of the cockpitLocale property.inthashCode()
-
-
-
Field Detail
-
cockpitLocale
protected java.util.List<CockpitLocale> cockpitLocale
-
-
Method Detail
-
getCockpitLocale
public java.util.List<CockpitLocale> getCockpitLocale()
Gets the value of the cockpitLocale property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the cockpitLocale property. For example, to add a new item, do as follows:getCockpitLocale().add(newItem);
Objects of the following type(s) are allowed in the listCockpitLocale
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-