org.nhindirect.config.model
Class CertPolicyGroup

java.lang.Object
  extended by org.nhindirect.config.model.CertPolicyGroup

public class CertPolicyGroup
extends Object

Certificate policy group.

Since:
1.0
Author:
Greg Meyer

Constructor Summary
CertPolicyGroup()
          Empty constructor
 
Method Summary
 Calendar getCreateTime()
          Gets the date/time this group was created.
 Collection<CertPolicyGroupUse> getPolicies()
          Gets the collection of policy usages for this group.
 String getPolicyGroupName()
          Gets the policy group name.
 void setCreateTime(Calendar createTime)
          Sets the date/time this group was created.
 void setPolicies(Collection<CertPolicyGroupUse> policies)
          Sets the collection of policy usages for this group.
 void setPolicyGroupName(String policyGroupName)
          Gets the policy group name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPolicyGroup

public CertPolicyGroup()
Empty constructor

Method Detail

getPolicyGroupName

public String getPolicyGroupName()
Gets the policy group name.

Returns:
The policy group name.

setPolicyGroupName

public void setPolicyGroupName(String policyGroupName)
Gets the policy group name.

Parameters:
policyGroupName - The policy group name.

getPolicies

public Collection<CertPolicyGroupUse> getPolicies()
Gets the collection of policy usages for this group.

Returns:
The collection of policy usages for this group.

setPolicies

public void setPolicies(Collection<CertPolicyGroupUse> policies)
Sets the collection of policy usages for this group.

Parameters:
policies - The collection of policy usages this group.

getCreateTime

public Calendar getCreateTime()
Gets the date/time this group was created.

Returns:
The date/time this group was created.

setCreateTime

public void setCreateTime(Calendar createTime)
Sets the date/time this group was created.

Parameters:
createTime - The date/time this group was created.


Copyright © 2014. All Rights Reserved.