Class Group

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

public class Group extends Object
This value object stores information about a user in Xellerate.
Author:
Louis Cheng
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getGroupName

      public String getGroupName()
      Returns:
      Returns the groupName.
    • setGroupName

      public void setGroupName(String groupName)
      Parameters:
      groupName - The groupName to set.
    • getKey

      public String getKey()
      Returns:
      Returns the key.
    • setKey

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