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