|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.CertPolicyGroup
public class CertPolicyGroup
Certificate policy group.
| 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 |
|---|
public CertPolicyGroup()
| Method Detail |
|---|
public String getPolicyGroupName()
public void setPolicyGroupName(String policyGroupName)
policyGroupName - The policy group name.public Collection<CertPolicyGroupUse> getPolicies()
public void setPolicies(Collection<CertPolicyGroupUse> policies)
policies - The collection of policy usages this group.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time this group was created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||