org.sonar.batch.rule
Class QProfile

java.lang.Object
  extended by org.sonar.batch.rule.QProfile

public class QProfile
extends Object


Constructor Summary
QProfile()
           
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 String getLanguage()
           
 String getName()
           
 Date getRulesUpdatedAt()
           
 int hashCode()
           
 QProfile setKey(String key)
           
 QProfile setLanguage(String language)
           
 QProfile setName(String name)
           
 QProfile setRulesUpdatedAt(Date d)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QProfile

public QProfile()
Method Detail

getKey

public String getKey()

setKey

public QProfile setKey(String key)

getName

public String getName()

setName

public QProfile setName(String name)

getLanguage

public String getLanguage()

setLanguage

public QProfile setLanguage(String language)

getRulesUpdatedAt

public Date getRulesUpdatedAt()

setRulesUpdatedAt

public QProfile setRulesUpdatedAt(Date d)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.