ch.hortis.sonar.model
Class SnapshotLabel

java.lang.Object
  extended by ch.hortis.sonar.model.SnapshotLabel

public class SnapshotLabel
extends java.lang.Object


Constructor Summary
SnapshotLabel()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getProjectId()
           
 java.lang.Integer getSnapshotId()
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setProjectId(java.lang.Integer projectId)
           
 void setSnapshotId(java.lang.Integer snapshotId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotLabel

public SnapshotLabel()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getSnapshotId

public java.lang.Integer getSnapshotId()

setSnapshotId

public void setSnapshotId(java.lang.Integer snapshotId)

getProjectId

public java.lang.Integer getProjectId()

setProjectId

public void setProjectId(java.lang.Integer projectId)


Copyright © 2007-2008 hortis. All Rights Reserved.