org.hardtokenmgmt.admin.common
Class AdminGroupVO
java.lang.Object
org.hardtokenmgmt.admin.common.AdminGroupVO
public class AdminGroupVO
- extends java.lang.Object
Value object containing information about a
specific administrations group.
- Version:
- $Id$
- Author:
- Philip Vendil 14 mar 2009
|
Constructor Summary |
AdminGroupVO()
Empty constructor |
AdminGroupVO(int adminGroupId,
java.lang.String adminGroupName,
java.lang.String adminGroupDisplayName)
Default constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminGroupVO
public AdminGroupVO()
- Empty constructor
AdminGroupVO
public AdminGroupVO(int adminGroupId,
java.lang.String adminGroupName,
java.lang.String adminGroupDisplayName)
- Default constructor
getOrgId
public java.lang.String getOrgId()
- Returns:
- the orgId of the related organization, null if not applicable.
setOrgId
public void setOrgId(java.lang.String orgId)
- Parameters:
orgId - the orgId of the related organization, null if not applicable.
getAdminGroupId
public int getAdminGroupId()
- Returns:
- the adminGroupId the unique id of the group
setAdminGroupId
public void setAdminGroupId(int adminGroupId)
- Parameters:
adminGroupId - the adminGroupId the unique id of the group
getAdminGroupName
public java.lang.String getAdminGroupName()
- Returns:
- the adminGroupName the display name of the group
setAdminGroupName
public void setAdminGroupName(java.lang.String adminGroupName)
- Parameters:
adminGroupName - the adminGroupName the display name of the group
setAdminGroupDisplayName
public void setAdminGroupDisplayName(java.lang.String adminGroupDisplayName)
- Parameters:
adminGroupDisplayName - the adminGroupDisplayName to set
getAdminGroupDisplayName
public java.lang.String getAdminGroupDisplayName()
- Returns:
- the adminGroupDisplayName
setCaId
public void setCaId(int caId)
- Parameters:
caId - the caId to set
getCaId
public int getCaId()
- Returns:
- the caId