org.sonar.core.resource
Class ResourceDto

java.lang.Object
  extended by org.sonar.core.resource.ResourceDto

public final class ResourceDto
extends Object


Constructor Summary
ResourceDto()
           
 
Method Summary
 Long getId()
           
 String getLongName()
           
 String getName()
           
 String getQualifier()
           
 Integer getRootId()
           
 String getScope()
           
 ResourceDto setId(Long id)
           
 ResourceDto setLongName(String longName)
           
 ResourceDto setName(String name)
           
 ResourceDto setQualifier(String qualifier)
           
 ResourceDto setRootId(Integer rootId)
           
 ResourceDto setScope(String scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDto

public ResourceDto()
Method Detail

getId

public Long getId()

setId

public ResourceDto setId(Long id)

getName

public String getName()

setName

public ResourceDto setName(String name)

getRootId

public Integer getRootId()

setRootId

public ResourceDto setRootId(Integer rootId)

getLongName

public String getLongName()

setLongName

public ResourceDto setLongName(String longName)

getScope

public String getScope()

setScope

public ResourceDto setScope(String scope)

getQualifier

public String getQualifier()

setQualifier

public ResourceDto setQualifier(String qualifier)


Copyright © 2009-2012 SonarSource. All Rights Reserved.