org.nhindirect.config.model
Class TrustBundleDomainReltn

java.lang.Object
  extended by org.nhindirect.config.model.TrustBundleDomainReltn

public class TrustBundleDomainReltn
extends Object

Trust bundle to domain relationship.

Since:
1.0
Author:
Greg Meyer

Constructor Summary
TrustBundleDomainReltn()
          Empty constructor
 
Method Summary
 Domain getDomain()
          Gets the domain associated to the trust bundle.
 long getId()
          Gets the internal system id of the relationship.
 TrustBundle getTrustBundle()
          Gets the trust bundle associated to the domain.
 boolean isIncoming()
          Indicates if anchors in the bundle are valid for incoming messages.
 boolean isOutgoing()
          Indicates if anchors in the bundle are valid for outgoing messages.
 void setDomain(Domain domain)
          Sets the domain associated to the trust bundle.
 void setId(long id)
          Sets the internal system id of the relationship.
 void setIncoming(boolean incoming)
          Sets if anchors in the bundle are valid for incoming messages.
 void setOutgoing(boolean outgoing)
          Sets if anchors in the bundle are valid for outgoing messages.
 void setTrustBundle(TrustBundle trustBundle)
          Sets the trust bundle associated to the domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustBundleDomainReltn

public TrustBundleDomainReltn()
Empty constructor

Method Detail

getId

public long getId()
Gets the internal system id of the relationship.

Returns:
The internal system id of the relationship.

setId

public void setId(long id)
Sets the internal system id of the relationship.

Parameters:
id - The internal system id of the relationship.

getDomain

public Domain getDomain()
Gets the domain associated to the trust bundle.

Returns:
The domain associated to the trust bundle.

setDomain

public void setDomain(Domain domain)
Sets the domain associated to the trust bundle.

Parameters:
domain - The domain associated to the trust bundle.

getTrustBundle

public TrustBundle getTrustBundle()
Gets the trust bundle associated to the domain.

Returns:
The trust bundle associated to the domain.

setTrustBundle

public void setTrustBundle(TrustBundle trustBundle)
Sets the trust bundle associated to the domain.

Parameters:
trustBundle - The trust bundle associated to the domain.

isIncoming

public boolean isIncoming()
Indicates if anchors in the bundle are valid for incoming messages.

Returns:
True if anchors in the bundle are valid for incoming messages. False otherwise.

setIncoming

public void setIncoming(boolean incoming)
Sets if anchors in the bundle are valid for incoming messages.

Parameters:
incoming - True if anchors in the bundle are valid for incoming messages. False otherwise.

isOutgoing

public boolean isOutgoing()
Indicates if anchors in the bundle are valid for outgoing messages.

Returns:
True if anchors in the bundle are valid for outgoing messages. False otherwise.

setOutgoing

public void setOutgoing(boolean outgoing)
Sets if anchors in the bundle are valid for outgoing messages.

Parameters:
outgoing - True if anchors in the bundle are valid for outgoing messages. False otherwise.


Copyright © 2014. All Rights Reserved.