public abstract class AbstractODataObject extends Annotatable
id
, baseURI
, title
).Constructor and Description |
---|
AbstractODataObject() |
Modifier and Type | Method and Description |
---|---|
URI |
getBaseURI()
Gets base URI.
|
URI |
getId()
Gets ID.
|
String |
getTitle()
Gets title.
|
void |
setBaseURI(URI baseURI)
Sets base URI.
|
void |
setCommonProperty(String key,
String value)
Sets property with given key to given value.
|
void |
setId(URI id)
Sets ID.
|
equals, getAnnotations, hashCode, toString
public URI getBaseURI()
public void setBaseURI(URI baseURI)
baseURI
- new base URIpublic URI getId()
public void setId(URI id)
id
- new ID valuepublic String getTitle()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.