public class AssociateTrustBundleToDomain
extends java.lang.Object
| Constructor and Description |
|---|
AssociateTrustBundleToDomain() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDomainId() |
long |
getTrustBundleId() |
boolean |
isIncoming() |
boolean |
isOutgoing() |
void |
setDomainId(long domainId) |
void |
setIncoming(boolean incoming) |
void |
setOutgoing(boolean outgoing) |
void |
setTrustBundleId(long trustBundleId) |
public long getDomainId()
public void setDomainId(long domainId)
domainId - the value for the domainId propertypublic long getTrustBundleId()
public void setTrustBundleId(long trustBundleId)
trustBundleId - the value for the trustBundleId propertypublic boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - the value for the incoming propertypublic boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - the value for the outgoing propertyCopyright © 2015. All Rights Reserved.