com.atlassian.crowd.plugin.rest.admin.model
Class RestGroup

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.admin.model.RestGroup

public class RestGroup
extends Object


Constructor Summary
RestGroup(Group group)
           
RestGroup(String identifier, String name, String description, String type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getIdentifier()
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestGroup

public RestGroup(String identifier,
                 String name,
                 String description,
                 String type)

RestGroup

public RestGroup(Group group)
Method Detail

getIdentifier

public String getIdentifier()

getName

public String getName()

getDescription

public String getDescription()

getType

public String getType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.