org.sonar.api.database
Class BaseIdentifiable

java.lang.Object
  extended by org.sonar.api.database.BaseIdentifiable
Direct Known Subclasses:
Alert, AsyncMeasureSnapshot, Event, GroupRole, JpaPlugin, JpaPluginFile, MeasureData, ProjectLink, Property, ResourceModel, RuleFailureModel, RulesCategory, Snapshot, SnapshotSource, User, UserRole

public class BaseIdentifiable
extends Object


Constructor Summary
BaseIdentifiable()
           
 
Method Summary
 Integer getId()
           
 void setId(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 Integer getId()

setId

public void setId(Integer id)


Copyright © 2009-2011 SonarSource. All Rights Reserved.