Class Facade
Namespace: Keychain
Assemblies: libkeychain.dll
Inheritance: Object → Facade
Facade
Facade
encapsulates the methods in common between Persona
and Contacts
for use in methods in other classes that can take either class. These classes provide basic information about the related keychains such as the maturity (blockchain confirmation) level of the two keychains and the base URI.
The distinction between a Persona
and a Contacts
is that a Gateway
creates a Persona
locally whereas a Contact
is created by another device.
Method Summary
Return type | Method and Description |
---|---|
|
Get the facade ID. |
|
Get the name attribute. |
Get the blockchain status. |
|
|
Get the subname attribute. |
Get the blockchain URI. |
|
|
Null object pattern. |
Methods
getName() Method
public int getName();
Get the Facade
name, which is a local attribute initially associated with the Facade
at its creation time.