public class CsdlAliasInfo extends Object
Constructor and Description |
---|
CsdlAliasInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Returns the alias of item
|
String |
getNamespace()
Returns the namespace of the alias
|
CsdlAliasInfo |
setAlias(String alias)
Sets the alias of the item
|
CsdlAliasInfo |
setNamespace(String namespace)
Sets the namespace of the alias
|
public String getNamespace()
public CsdlAliasInfo setNamespace(String namespace)
namespace
- the namespace of the aliaspublic String getAlias()
public CsdlAliasInfo setAlias(String alias)
alias
- AliasCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.