org.sonar.api.database
Class BaseIdentifiable

java.lang.Object
  extended by org.sonar.api.database.BaseIdentifiable
Direct Known Subclasses:
Event, ProjectLink, Property, ResourceModel, Snapshot, SnapshotSource, User

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-2014 SonarSource. All Rights Reserved.