org.sonar.core.resource
Class SnapshotDto

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

public final class SnapshotDto
extends Object


Constructor Summary
SnapshotDto()
           
 
Method Summary
 Date getBuildDate()
           
 Date getDate()
           
 Integer getDepth()
           
 Long getId()
           
 Boolean getLast()
           
 Long getParentId()
           
 String getPath()
           
 Integer getPurgeStatus()
           
 String getQualifier()
           
 Long getResourceId()
           
 Long getRootId()
           
 Long getRootProjectId()
           
 String getScope()
           
 String getStatus()
           
 String getVersion()
           
 SnapshotDto setBuildDate(Date buildDate)
           
 SnapshotDto setDate(Date date)
           
 SnapshotDto setDepth(Integer depth)
           
 SnapshotDto setId(Long id)
           
 SnapshotDto setLast(Boolean last)
           
 SnapshotDto setParentId(Long parentId)
           
 SnapshotDto setPath(String path)
           
 SnapshotDto setPurgeStatus(Integer purgeStatus)
           
 SnapshotDto setQualifier(String qualifier)
           
 SnapshotDto setResourceId(Long resourceId)
           
 SnapshotDto setRootId(Long rootId)
           
 SnapshotDto setRootProjectId(Long rootProjectId)
           
 SnapshotDto setScope(String scope)
           
 SnapshotDto setStatus(String status)
           
 SnapshotDto setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotDto

public SnapshotDto()
Method Detail

getId

public Long getId()

setId

public SnapshotDto setId(Long id)

getParentId

public Long getParentId()

setParentId

public SnapshotDto setParentId(Long parentId)

getRootId

public Long getRootId()

setRootId

public SnapshotDto setRootId(Long rootId)

getDate

public Date getDate()

setDate

public SnapshotDto setDate(Date date)

getBuildDate

public Date getBuildDate()

setBuildDate

public SnapshotDto setBuildDate(Date buildDate)

getResourceId

public Long getResourceId()

setResourceId

public SnapshotDto setResourceId(Long resourceId)

getStatus

public String getStatus()

setStatus

public SnapshotDto setStatus(String status)

getPurgeStatus

public Integer getPurgeStatus()

setPurgeStatus

public SnapshotDto setPurgeStatus(Integer purgeStatus)

getLast

public Boolean getLast()

setLast

public SnapshotDto setLast(Boolean last)

getScope

public String getScope()

setScope

public SnapshotDto setScope(String scope)

getQualifier

public String getQualifier()

setQualifier

public SnapshotDto setQualifier(String qualifier)

getVersion

public String getVersion()

setVersion

public SnapshotDto setVersion(String version)

getPath

public String getPath()

setPath

public SnapshotDto setPath(String path)

getDepth

public Integer getDepth()

setDepth

public SnapshotDto setDepth(Integer depth)

getRootProjectId

public Long getRootProjectId()

setRootProjectId

public SnapshotDto setRootProjectId(Long rootProjectId)


Copyright © 2009-2012 SonarSource. All Rights Reserved.