Class AliasInfo


  • public class AliasInfo
    extends Object
    Objects of this class hold an alias and the associated namespace
    • Constructor Detail

      • AliasInfo

        public AliasInfo()
    • Method Detail

      • getAlias

        public String getAlias()
        Returns:
        the alias
      • setAlias

        public AliasInfo setAlias​(String alias)
        Parameters:
        alias - Alias
        Returns:
        AliasInfo for method chaining
      • getNamespace

        public String getNamespace()
        Returns:
        the namespace which is associated with this alias
      • setNamespace

        public AliasInfo setNamespace​(String namespace)
        Parameters:
        namespace - Namespace
        Returns:
        AliasInfo for method chaining