@Table(value="trustbundledomainreltn") public class TrustBundleDomainReltn extends Object
| Constructor and Description |
|---|
TrustBundleDomainReltn() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDomainId()
Gets the value of the domain id
|
Long |
getId()
Get the value of id.
|
Long |
getTrustBundleId()
Gets the value of the trust bundle id
|
boolean |
isIncoming()
Get the value of incoming.
|
boolean |
isOutgoing()
Get the value of outgoing.
|
void |
setDomainId(Long domainId)
Sets the value of the domain id
|
void |
setId(Long id)
Set the value of id.
|
void |
setIncoming(boolean incoming)
Set the value of incoming.
|
void |
setOutgoing(boolean outgoing)
Set the value of outgoing.
|
void |
setTrustBundleId(Long bundleId)
Sets the value of the trust bundle id
|
public Long getId()
public void setId(Long id)
id - The value of id.public Long getTrustBundleId()
public void setTrustBundleId(Long bundleId)
bundleId - The value of the trust bundle idpublic Long getDomainId()
public void setDomainId(Long domainId)
domainId - The value of the domain idpublic boolean isIncoming()
public void setIncoming(boolean incoming)
incoming - The value of incoming.public boolean isOutgoing()
public void setOutgoing(boolean outgoing)
outgoing - The value of outgoing.Copyright © 2020. All rights reserved.