public class EndpointProperties extends AssetReferenceable
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
endpointBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
EndpointProperties(AssetDescriptor parentAsset,
Endpoint endpointBean)
Bean constructor with parent asset
|
EndpointProperties(AssetDescriptor parentAsset,
EndpointProperties templateEndpoint)
Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).
|
EndpointProperties(Endpoint endpointBean)
Bean constructor
|
EndpointProperties(EndpointProperties templateEndpoint)
Copy/clone constructor for an Endpoint that is connected to an Asset (either directly or indirectly).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getAddress()
Returns the stored address property for the endpoint.
|
String |
getDescription()
Return the description for the endpoint.
|
String |
getDisplayName()
Returns the stored display name property for the endpoint.
|
String |
getEncryptionMethod()
Returns the stored encryptionMethod property for the endpoint.
|
protected Endpoint |
getEndpointBean()
Return the Endpoint bean that contains all of the properties.
|
String |
getProtocol()
Returns the stored protocol property for the endpoint.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected Endpoint endpointBean
public EndpointProperties(Endpoint endpointBean)
endpointBean - bean containing the propertiespublic EndpointProperties(AssetDescriptor parentAsset, Endpoint endpointBean)
parentAsset - description of the asset that this endpoint is attached to.endpointBean - bean containing the propertiespublic EndpointProperties(EndpointProperties templateEndpoint)
templateEndpoint - template object to copy.public EndpointProperties(AssetDescriptor parentAsset, EndpointProperties templateEndpoint)
parentAsset - description of the asset that this endpoint is attached to.templateEndpoint - template object to copy.protected Endpoint getEndpointBean()
public String getDisplayName()
public String getDescription()
public String getAddress()
public String getProtocol()
public String getEncryptionMethod()
public String toString()
toString in class AssetReferenceablepublic boolean equals(Object objectToCompare)
equals in class AssetReferenceableobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.