public abstract class ODataItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URI |
link
OData item self link.
|
protected static org.slf4j.Logger |
LOG
Logger.
|
protected static final org.slf4j.Logger LOG
protected URI link
public ODataItem(String name)
name - ODataItem name (it's entity type for CommonODataEntity).public String getName()
CommonODataEntity).public URI getLink()
CommonODataEntity).public void setLink(URI link)
CommonODataEntity).link - link.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.