public class AddPolicyUseToGroup
extends java.lang.Object
| Constructor and Description |
|---|
AddPolicyUseToGroup() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPolicyGroupId() |
long |
getPolicyId() |
org.nhindirect.config.store.CertPolicyUse |
getPolicyUse() |
boolean |
isIncoming() |
boolean |
isOutgoing() |
void |
setIncoming(boolean incoming) |
void |
setOutgoing(boolean outgoing) |
void |
setPolicyGroupId(long policyGroupId) |
void |
setPolicyId(long policyId) |
void |
setPolicyUse(org.nhindirect.config.store.CertPolicyUse policyUse) |
public long getPolicyGroupId()
public void setPolicyGroupId(long policyGroupId)
policyGroupId - the value for the policyGroupId propertypublic long getPolicyId()
public void setPolicyId(long policyId)
policyId - the value for the policyId propertypublic org.nhindirect.config.store.CertPolicyUse getPolicyUse()
public void setPolicyUse(org.nhindirect.config.store.CertPolicyUse policyUse)
policyUse - the value for the policyUse propertypublic boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - the value for the incoming propertypublic boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - the value for the outgoing propertyCopyright © 2015. All Rights Reserved.