org.nhindirect.config.service.jaxws
Class AssociatePolicyGroupToDomain

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

public class AssociatePolicyGroupToDomain
extends java.lang.Object


Constructor Summary
AssociatePolicyGroupToDomain()
           
 
Method Summary
 long getDomainId()
           
 long getPolicyGroupId()
           
 void setDomainId(long domainId)
           
 void setPolicyGroupId(long policyGroupId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociatePolicyGroupToDomain

public AssociatePolicyGroupToDomain()
Method Detail

getDomainId

public long getDomainId()
Returns:
returns long

setDomainId

public void setDomainId(long domainId)
Parameters:
domainId - the value for the domainId property

getPolicyGroupId

public long getPolicyGroupId()
Returns:
returns long

setPolicyGroupId

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


Copyright © 2014. All Rights Reserved.