Class FlavorPresets
- java.lang.Object
-
- org.nuxeo.theme.styling.service.descriptors.FlavorPresets
-
public class FlavorPresets extends Object
- Since:
- 5.5
-
-
Constructor Summary
Constructors Constructor Description FlavorPresets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlavorPresets
clone()
boolean
equals(Object obj)
String
getCategory()
String
getContent()
String
getSrc()
void
setCategory(String category)
void
setContent(String content)
void
setSrc(String src)
-
-
-
Constructor Detail
-
FlavorPresets
public FlavorPresets()
-
-
Method Detail
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
clone
public FlavorPresets clone()
-
-