com.atlassian.jira.external.beans
Class ExternalProjectRoleActor

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalProjectRoleActor

public class ExternalProjectRoleActor
extends Object

Represents a project role member from an external data.

Since:
v3.13

Constructor Summary
ExternalProjectRoleActor(String id, String projectId, String roleId, String roleType, String roleActor)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getProjectId()
           
 String getRoleActor()
           
 String getRoleId()
           
 String getRoleType()
           
 int hashCode()
           
 boolean isGroupActor()
           
 boolean isUserActor()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalProjectRoleActor

public ExternalProjectRoleActor(String id,
                                String projectId,
                                String roleId,
                                String roleType,
                                String roleActor)
Method Detail

getId

public String getId()

getProjectId

public String getProjectId()

getRoleId

public String getRoleId()

getRoleType

public String getRoleType()

getRoleActor

public String getRoleActor()

isUserActor

public boolean isUserActor()

isGroupActor

public boolean isGroupActor()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.