Class CsdlAliasInfo

java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo

public class CsdlAliasInfo extends Object
Represents an alias info CSDL item
  • Constructor Details

    • CsdlAliasInfo

      public CsdlAliasInfo()
  • Method Details

    • getNamespace

      public String getNamespace()
      Returns the namespace of the alias
      Returns:
      namespace of the alias
    • setNamespace

      public CsdlAliasInfo setNamespace(String namespace)
      Sets the namespace of the alias
      Parameters:
      namespace - the namespace of the alias
      Returns:
      this instance
    • getAlias

      public String getAlias()
      Returns the alias of item
      Returns:
      Alias alias
    • setAlias

      public CsdlAliasInfo setAlias(String alias)
      Sets the alias of the item
      Parameters:
      alias - Alias
      Returns:
      this instance