Class TemplateListEntry
- java.lang.Object
-
- de.hybris.platform.cockpit.session.impl.TemplateListEntry
-
public class TemplateListEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TemplateListEntry()
TemplateListEntry(ObjectTemplate template, int index, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDepth()
int
getIndex()
java.lang.String
getLabel()
ObjectTemplate
getTemplate()
boolean
isAbstract()
-
-
-
Constructor Detail
-
TemplateListEntry
public TemplateListEntry()
-
TemplateListEntry
public TemplateListEntry(ObjectTemplate template, int index, int depth)
-
-
Method Detail
-
getTemplate
public ObjectTemplate getTemplate()
-
getIndex
public int getIndex()
-
getLabel
public java.lang.String getLabel()
-
isAbstract
public boolean isAbstract()
-
getDepth
public int getDepth()
-
-