org.rhq.core.domain.resource.group
Class LdapGroup

java.lang.Object
  extended by org.rhq.core.domain.resource.group.LdapGroup
All Implemented Interfaces:
Serializable

public class LdapGroup
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String DELETE_BY_ID
           
static String FIND_BY_ROLES_GROUP_NAMES
           
static String QUERY_FIND_ALL
           
 
Constructor Summary
LdapGroup()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 int getId()
           
 String getName()
           
 Role getRole()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setId(int id)
           
 void setName(String name)
           
 void setRole(Role role)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DELETE_BY_ID

public static final String DELETE_BY_ID
See Also:
Constant Field Values

QUERY_FIND_ALL

public static final String QUERY_FIND_ALL
See Also:
Constant Field Values

FIND_BY_ROLES_GROUP_NAMES

public static final String FIND_BY_ROLES_GROUP_NAMES
See Also:
Constant Field Values
Constructor Detail

LdapGroup

public LdapGroup()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getRole

public Role getRole()

setRole

public void setRole(Role role)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.