Skip navigation links


com.thortech.xl.vo
Class Group

java.lang.Object
  extended by com.thortech.xl.vo.Group


public class Group
extends java.lang.Object

This value object stores information about a user in Xellerate.


Constructor Summary
Group()
           

 

Method Summary
 java.lang.String getGroupName()
           
 java.lang.String getKey()
           
 void setGroupName(java.lang.String groupName)
           
 void setKey(java.lang.String key)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Group

public Group()

Method Detail

getGroupName

public java.lang.String getGroupName()
Returns:
Returns the groupName.

setGroupName

public void setGroupName(java.lang.String groupName)
Parameters:
groupName - The groupName to set.

getKey

public java.lang.String getKey()
Returns:
Returns the key.

setKey

public void setKey(java.lang.String key)
Parameters:
key - The key to set.

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.