com.atlassian.theplugin.commons.crucible.api.model
Class ReviewerBean

java.lang.Object
  extended by com.atlassian.theplugin.commons.crucible.api.model.UserBean
      extended by com.atlassian.theplugin.commons.crucible.api.model.ReviewerBean
All Implemented Interfaces:
Reviewer, User

public class ReviewerBean
extends UserBean
implements Reviewer


Field Summary
 
Fields inherited from class com.atlassian.theplugin.commons.crucible.api.model.UserBean
displayName, userName
 
Constructor Summary
ReviewerBean()
           
 
Method Summary
 boolean isCompleted()
           
 void setCompleted(boolean completed)
           
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.UserBean
compareTo, equals, getDisplayName, getUserName, hashCode, setDisplayName, setUserName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.theplugin.commons.crucible.api.model.User
compareTo, getDisplayName, getUserName
 

Constructor Detail

ReviewerBean

public ReviewerBean()
Method Detail

isCompleted

public boolean isCompleted()
Specified by:
isCompleted in interface Reviewer

setCompleted

public void setCompleted(boolean completed)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.