org.nuiton.guix.model
Class Rule

java.lang.Object
  extended by org.nuiton.guix.model.Rule

public class Rule
extends java.lang.Object

Representation of a rule of a CSS file

Author:
morin

Constructor Summary
Rule()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 java.util.List<Selector> getSelectors()
           
 void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
           
 void setSelectors(java.util.List<Selector> selectors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule()
Method Detail

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)

getSelectors

public java.util.List<Selector> getSelectors()

setSelectors

public void setSelectors(java.util.List<Selector> selectors)


Copyright © 2009 CodeLutin. All Rights Reserved.