Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.themes
Class ThemeSetEntry

java.lang.Object
  extended by org.nuxeo.theme.themes.ThemeSetEntry

public class ThemeSetEntry
extends Object


Field Summary
 String features
           
 String name
           
 
Constructor Summary
ThemeSetEntry()
           
ThemeSetEntry(String name)
           
 
Method Summary
 void addFeature(String feature)
           
 List<String> getFeatures()
           
 String getName()
           
 void removeFeature(String feature)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

features

public String features
Constructor Detail

ThemeSetEntry

public ThemeSetEntry()

ThemeSetEntry

public ThemeSetEntry(String name)
Method Detail

getName

public String getName()

getFeatures

public List<String> getFeatures()

addFeature

public void addFeature(String feature)

removeFeature

public void removeFeature(String feature)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.