org.sonar.core.dashboard
Class ActiveDashboardDto

java.lang.Object
  extended by org.sonar.core.dashboard.ActiveDashboardDto

public final class ActiveDashboardDto
extends Object


Constructor Summary
ActiveDashboardDto()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getDashboardId()
           
 Long getId()
           
 Integer getOrderIndex()
           
 Long getUserId()
           
 int hashCode()
           
 void setDashboardId(Long dashboardId)
           
 void setId(Long id)
           
 void setOrderIndex(Integer orderIndex)
           
 void setUserId(Long userId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDashboardDto

public ActiveDashboardDto()
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

getDashboardId

public Long getDashboardId()
Returns:
the dashboardId

setDashboardId

public void setDashboardId(Long dashboardId)
Parameters:
dashboardId - the dashboardId to set

getUserId

public Long getUserId()
Returns:
the userId

setUserId

public void setUserId(Long userId)
Parameters:
userId - the userId to set

getOrderIndex

public Integer getOrderIndex()
Returns:
the orderIndex

setOrderIndex

public void setOrderIndex(Integer orderIndex)
Parameters:
orderIndex - the orderIndex to set

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.