Class AppCommonAttributes
java.lang.Object
org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppAccept
,AppCategories
,AppCollection
,AppService
,AppWorkspace
Attributes common across all atom app types
- Version:
- $Revision: 1 $
- Author:
- Kurt Stam
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Gets the value of the base property.getLang()
Gets the value of the lang property.Gets a map that contains attributes that aren't bound to any typed property on this class.getSpace()
Gets the value of the space property.void
Sets the value of the base property.void
Sets the value of the lang property.void
Sets the value of the space property.
-
Constructor Details
-
AppCommonAttributes
public AppCommonAttributes()
-
-
Method Details
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-