org.mmbase.applications.thememanager
Class StyleSheetClass

java.lang.Object
  extended by org.mmbase.applications.thememanager.StyleSheetClass

public class StyleSheetClass
extends Object

Author:
Daniel Ockeloen

Constructor Summary
StyleSheetClass(String id)
           
 
Method Summary
 String getId()
           
 Iterator getProperties()
           
 StyleSheetProperty getProperty(String name)
           
 int getPropertyCount()
           
 void removeProperty(String name)
           
 void setProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetClass

public StyleSheetClass(String id)
Method Detail

getId

public String getId()

getProperties

public Iterator getProperties()

getProperty

public StyleSheetProperty getProperty(String name)

getPropertyCount

public int getPropertyCount()

setProperty

public void setProperty(String name,
                        String value)

removeProperty

public void removeProperty(String name)


MMBase 2.0-SNAPSHOT - null