org.drools.guvnor.server.jaxrs.providers.atom
Class CommonAttributes
java.lang.Object
org.drools.guvnor.server.jaxrs.providers.atom.CommonAttributes
- Direct Known Subclasses:
- Category, Content, Entry, Link, Person, Source
public class CommonAttributes
- extends Object
Attributes common across all atom types
TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonAttributes
public CommonAttributes()
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
getBase
public URI getBase()
setBase
public void setBase(URI base)
getExtensionAttributes
public Map getExtensionAttributes()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.