org.nhindirect.config.service.jaxws
Class AssociateTrustBundleToDomain

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

public class AssociateTrustBundleToDomain
extends java.lang.Object


Constructor Summary
AssociateTrustBundleToDomain()
           
 
Method Summary
 long getDomainId()
           
 long getTrustBundleId()
           
 boolean isIncoming()
           
 boolean isOutgoing()
           
 void setDomainId(long domainId)
           
 void setIncoming(boolean incoming)
           
 void setOutgoing(boolean outgoing)
           
 void setTrustBundleId(long trustBundleId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociateTrustBundleToDomain

public AssociateTrustBundleToDomain()
Method Detail

getDomainId

public long getDomainId()
Returns:
returns long

setDomainId

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

getTrustBundleId

public long getTrustBundleId()
Returns:
returns long

setTrustBundleId

public void setTrustBundleId(long trustBundleId)
Parameters:
trustBundleId - the value for the trustBundleId 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.