|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.CertPolicyGroupDomainReltn
public class CertPolicyGroupDomainReltn
Certificate policy/group relationships.
| 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 |
|---|
public CertPolicyGroupDomainReltn()
| Method Detail |
|---|
public long getId()
public void setId(long id)
id - The internal id of the relationship.public Domain getDomain()
public void setDomain(Domain domain)
domain - The domain that is associate to the policy group.public CertPolicyGroup getPolicyGroup()
public void setPolicyGroup(CertPolicyGroup policyGroup)
policyGroup - The policy group associated to the domain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||