org.kuali.rice.kew.workgroup
Class GroupNameId
java.lang.Object
   org.kuali.rice.kew.workgroup.GroupNameId
org.kuali.rice.kew.workgroup.GroupNameId
- All Implemented Interfaces: 
- Serializable, 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
 
 
 
GroupNameId
public GroupNameId(String nameId)
GroupNameId
public GroupNameId(String namespace,
                   String nameId)
getNameId
public String getNameId()
- 
 
- 
 
getNamespace
public String getNamespace()
- 
 
- 
 
isEmpty
public boolean isEmpty()
- Description copied from interface: Id
- Returns true if this Id has an empty value. Empty Ids can't be used as keys in a Hash,
 among other things.
 
- 
- Specified by:
- isEmptyin interface- Id
 
- 
- Returns:
- true if this instance doesn't have a value
 
equals
public boolean equals(Object obj)
- If you make this class non-final, you must rewrite equals to work for subclasses.
 
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.