public class AliasInfo
extends Object
Objects of this class hold an alias and the associated namespace
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AliasInfo
public AliasInfo()
-
Method Details
-
getAlias
- Returns:
- the alias
-
setAlias
- Parameters:
alias -
- Returns:
AliasInfo for method chaining
-
getNamespace
- Returns:
- the namespace which is associated with this alias
-
setNamespace
- Parameters:
namespace -
- Returns:
AliasInfo for method chaining