@Table(value="certpolicygroupdomainreltn") public class CertPolicyGroupDomainReltn extends Object
| Constructor and Description |
|---|
CertPolicyGroupDomainReltn() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCertPolicyGroupId()
Gets the value of the policy group.
|
Long |
getDomainId()
Gets the value of the domain.
|
Long |
getId()
Get the value of id.
|
void |
setCertPolicyGroupId(Long policyGroupId)
Sets the value of the policy group.
|
void |
setDomainId(Long domainId)
Sets the value of the domain.
|
void |
setId(Long id)
Set the value of id.
|
public Long getId()
public void setId(Long id)
id - The value of id.public Long getCertPolicyGroupId()
public void setCertPolicyGroupId(Long policyGroupId)
policyGroupId - The value of the policy group.public Long getDomainId()
public void setDomainId(Long domainId)
domainId - The value of the domain.Copyright © 2020. All rights reserved.