org.sonar.core.user
Class AuthorDto

java.lang.Object
  extended by org.sonar.core.user.AuthorDto

public final class AuthorDto
extends Object

Since:
3.0

Constructor Summary
AuthorDto()
           
 
Method Summary
 Date getCreatedAt()
           
 Long getId()
           
 String getLogin()
           
 Long getPersonId()
           
 Date getUpdatedAt()
           
 AuthorDto setCreatedAt(Date createdAt)
           
 AuthorDto setId(Long id)
           
 AuthorDto setLogin(String login)
           
 AuthorDto setPersonId(Long personId)
           
 AuthorDto setUpdatedAt(Date updatedAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorDto

public AuthorDto()
Method Detail

getId

public Long getId()

setId

public AuthorDto setId(Long id)

getPersonId

public Long getPersonId()

setPersonId

public AuthorDto setPersonId(Long personId)

getLogin

public String getLogin()

setLogin

public AuthorDto setLogin(String login)

getCreatedAt

public Date getCreatedAt()

setCreatedAt

public AuthorDto setCreatedAt(Date createdAt)

getUpdatedAt

public Date getUpdatedAt()

setUpdatedAt

public AuthorDto setUpdatedAt(Date updatedAt)


Copyright © 2009-2012 SonarSource. All Rights Reserved.