ro.isdc.wro.extensions.processor.support.csslint
Class CssRule

java.lang.Object
  extended by ro.isdc.wro.extensions.processor.support.csslint.CssRule
All Implemented Interfaces:
Serializable

public class CssRule
extends Object
implements Serializable

Encapsulates an error reported by JsHint.

Since:
1.3.8
Author:
Alex Objelean
See Also:
Serialized Form

Constructor Summary
CssRule()
           
 
Method Summary
 String getBrowsers()
           
 String getDesc()
           
 String getId()
           
 String getName()
           
 void setBrowsers(String browsers)
           
 void setDesc(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssRule

public CssRule()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDesc

public String getDesc()
Returns:
the description

setDesc

public void setDesc(String description)
Parameters:
description - the description to set

getBrowsers

public String getBrowsers()
Returns:
the browsers

setBrowsers

public void setBrowsers(String browsers)
Parameters:
browsers - the browsers to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008-2013. All Rights Reserved.