org.hardtokenmgmt.admin.common
Class OrganizationVO
java.lang.Object
org.hardtokenmgmt.admin.common.OrganizationVO
public class OrganizationVO
- extends java.lang.Object
Value object containing data related
to a specific organisation.
- Version:
- $Id$
- Author:
- Philip Vendil 14 mar 2009
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OrganizationVO
public OrganizationVO()
OrganizationVO
public OrganizationVO(java.lang.String orgId,
java.lang.String orgName,
boolean addByCertSN)
getOrgId
public java.lang.String getOrgId()
- Returns:
- the orgId unique identifier of the organization
setOrgId
public void setOrgId(java.lang.String orgId)
- Parameters:
orgId - the unique identifier of the organization
getOrgName
public java.lang.String getOrgName()
- Returns:
- the orgName the display name of the organization
setOrgName
public void setOrgName(java.lang.String orgName)
- Parameters:
orgName - the orgName the display name of the organization
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isAddByCertSN
public boolean isAddByCertSN()
- Returns:
- the addByCertSN
setAddByCertSN
public void setAddByCertSN(boolean addByCertSN)
- Parameters:
addByCertSN - the addByCertSN to set