org.apache.olingo.odata2.api.edm.provider
Class AliasInfo

java.lang.Object
  extended by org.apache.olingo.odata2.api.edm.provider.AliasInfo

public class AliasInfo
extends Object

Objects of this class hold an alias and the associated namespace


Constructor Summary
AliasInfo()
           
 
Method Summary
 String getAlias()
           
 String getNamespace()
           
 AliasInfo setAlias(String alias)
           
 AliasInfo setNamespace(String namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasInfo

public AliasInfo()
Method Detail

getAlias

public String getAlias()
Returns:
the alias

setAlias

public AliasInfo setAlias(String alias)
Parameters:
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 -
Returns:
AliasInfo for method chaining


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.