public class ProjectRole extends BasicProjectRole implements IdentifiableEntity<Long>
ProjectRole| Constructor and Description |
|---|
ProjectRole(long id,
URI self,
String name,
String description,
Collection<RoleActor> actors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Iterable<RoleActor> |
getActors() |
String |
getDescription() |
Long |
getId() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
getName, getSelf, toStringpublic ProjectRole(long id,
URI self,
String name,
String description,
Collection<RoleActor> actors)
public String getDescription()
public Long getId()
getId in interface IdentifiableEntity<Long>public boolean equals(Object o)
equals in class BasicProjectRolepublic int hashCode()
hashCode in class BasicProjectRoleprotected com.google.common.base.Objects.ToStringHelper getToStringHelper()
getToStringHelper in class BasicProjectRoleCopyright © 2017 Atlassian. All rights reserved.