org.sonar.commons
Class BaseIdentifiable

java.lang.Object
  extended by org.sonar.commons.BaseIdentifiable
Direct Known Subclasses:
ActiveRule, ActiveRuleParam, Alert, AsyncMeasureSnapshot, Event, Measure, MeasureData, Metric, ProjectLink, Property, Resource, Rule, RuleFailure, RuleFailureParam, RuleParam, RulesCategory, RulesProfile, Snapshot, SnapshotSource

public class BaseIdentifiable
extends java.lang.Object


Constructor Summary
BaseIdentifiable()
           
 
Method Summary
 java.lang.Integer getId()
           
 void setId(java.lang.Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseIdentifiable

public BaseIdentifiable()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)


Copyright © 2009 SonarSource SA. All Rights Reserved.