org.nhindirect.config.service.jaxws
Class AddPolicyUseToGroup

java.lang.Object
  extended by org.nhindirect.config.service.jaxws.AddPolicyUseToGroup

public class AddPolicyUseToGroup
extends java.lang.Object


Constructor Summary
AddPolicyUseToGroup()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPolicyUseToGroup

public AddPolicyUseToGroup()
Method Detail

getPolicyGroupId

public long getPolicyGroupId()
Returns:
returns long

setPolicyGroupId

public void setPolicyGroupId(long policyGroupId)
Parameters:
policyGroupId - the value for the policyGroupId property

getPolicyId

public long getPolicyId()
Returns:
returns long

setPolicyId

public void setPolicyId(long policyId)
Parameters:
policyId - the value for the policyId property

getPolicyUse

public org.nhindirect.config.store.CertPolicyUse getPolicyUse()
Returns:
returns CertPolicyUse

setPolicyUse

public void setPolicyUse(org.nhindirect.config.store.CertPolicyUse policyUse)
Parameters:
policyUse - the value for the policyUse property

isIncoming

public boolean isIncoming()
Returns:
returns boolean

setIncoming

public void setIncoming(boolean incoming)
Parameters:
incoming - the value for the incoming property

isOutgoing

public boolean isOutgoing()
Returns:
returns boolean

setOutgoing

public void setOutgoing(boolean outgoing)
Parameters:
outgoing - the value for the outgoing property


Copyright © 2014. All Rights Reserved.