org.kuali.rice.kew.workgroup
Class GroupNameId

java.lang.Object
  extended by org.kuali.rice.kew.workgroup.GroupNameId
All Implemented Interfaces:
Serializable, org.kuali.rice.kew.identity.Id, GroupId

public final class GroupNameId
extends Object
implements GroupId

A GroupId which identifies the name of a Workgroup.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Workgroup, Serialized Form

Constructor Summary
GroupNameId(String nameId)
           
GroupNameId(String namespace, String nameId)
           
 
Method Summary
 boolean equals(Object obj)
          If you make this class non-final, you must rewrite equals to work for subclasses.
 String getNameId()
           
 String getNamespace()
           
 int hashCode()
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNameId

public GroupNameId(String nameId)

GroupNameId

public GroupNameId(String namespace,
                   String nameId)
Method Detail

getNameId

public String getNameId()

getNamespace

public String getNamespace()

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface org.kuali.rice.kew.identity.Id

equals

public boolean equals(Object obj)
If you make this class non-final, you must rewrite equals to work for subclasses.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.