Class SimpleList
- java.lang.Object
-
- com.hybris.cockpitng.config.simplelist.jaxb.SimpleList
-
public class SimpleList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected Imageimageprotected Namename
-
Constructor Summary
Constructors Constructor Description SimpleList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()ImagegetImage()NamegetName()voidsetDescription(Description description)voidsetImage(Image image)voidsetName(Name name)
-
-
-
Field Detail
-
name
protected Name name
-
description
protected Description description
-
image
protected Image image
-
-
Method Detail
-
setName
public void setName(Name name)
-
getName
public Name getName()
-
getDescription
public Description getDescription()
-
setDescription
public void setDescription(Description description)
-
getImage
public Image getImage()
-
setImage
public void setImage(Image image)
-
-