|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.TrustBundleDomainReltn
public class TrustBundleDomainReltn
Trust bundle to domain relationship.
| 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 |
|---|
public TrustBundleDomainReltn()
| Method Detail |
|---|
public long getId()
public void setId(long id)
id - The internal system id of the relationship.public Domain getDomain()
public void setDomain(Domain domain)
domain - The domain associated to the trust bundle.public TrustBundle getTrustBundle()
public void setTrustBundle(TrustBundle trustBundle)
trustBundle - The trust bundle associated to the domain.public boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - True if anchors in the bundle are valid for incoming messages. False otherwise.public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - True if anchors in the bundle are valid for outgoing messages. False otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||