org.sonar.jpa.entity
Class ManualMeasure

java.lang.Object
  extended by org.sonar.jpa.entity.ManualMeasure

public final class ManualMeasure
extends Object


Constructor Summary
ManualMeasure()
           
 
Method Summary
 Date getCreatedAt()
           
 String getDescription()
           
 Long getId()
           
 Integer getMetricId()
           
 Integer getResourceId()
           
 String getTextValue()
           
 Date getUpdatedAt()
           
 String getUserLogin()
           
 Double getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManualMeasure

public ManualMeasure()
Method Detail

getId

public Long getId()

getValue

public Double getValue()

getTextValue

public String getTextValue()

getDescription

public String getDescription()

getMetricId

public Integer getMetricId()

getResourceId

public Integer getResourceId()

getCreatedAt

public Date getCreatedAt()

getUpdatedAt

public Date getUpdatedAt()

getUserLogin

public String getUserLogin()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.