org.nhindirect.config.model
Class CertPolicyGroupDomainReltn

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

public class CertPolicyGroupDomainReltn
extends Object

Certificate policy/group relationships.

Since:
1.0
Author:
Greg Meyer

Constructor Summary
CertPolicyGroupDomainReltn()
          Empty constructor.
 
Method Summary
 Domain getDomain()
          Gets the domain that is associate to the policy group.
 long getId()
          Gets the internal id of the relationship.
 CertPolicyGroup getPolicyGroup()
          Gets the policy group associated to the domain.
 void setDomain(Domain domain)
          Sets the domain that is associate to the policy group.
 void setId(long id)
          Sets the internal id of the relationship.
 void setPolicyGroup(CertPolicyGroup policyGroup)
          Sets the policy group associated to the domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPolicyGroupDomainReltn

public CertPolicyGroupDomainReltn()
Empty constructor.

Method Detail

getId

public long getId()
Gets the internal id of the relationship.

Returns:
The internal id of the relationship.

setId

public void setId(long id)
Sets the internal id of the relationship.

Parameters:
id - The internal id of the relationship.

getDomain

public Domain getDomain()
Gets the domain that is associate to the policy group.

Returns:
The domain that is associate to the policy group.

setDomain

public void setDomain(Domain domain)
Sets the domain that is associate to the policy group.

Parameters:
domain - The domain that is associate to the policy group.

getPolicyGroup

public CertPolicyGroup getPolicyGroup()
Gets the policy group associated to the domain.

Returns:
The policy group associated to the domain.

setPolicyGroup

public void setPolicyGroup(CertPolicyGroup policyGroup)
Sets the policy group associated to the domain.

Parameters:
policyGroup - The policy group associated to the domain.


Copyright © 2014. All Rights Reserved.