Class SetConfiguration
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.SetConfiguration
-
- All Implemented Interfaces:
XMLWritable,Referable
public class SetConfiguration extends Object implements Referable, XMLWritable
-
-
Constructor Summary
Constructors Constructor Description SetConfiguration(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleReferencegetFilter()StringgetId()StringgetName()StringgetSpec()booleanhasFilter()SetConfigurationwithFilter(String filterId)SetConfigurationwithName(String name)SetConfigurationwithSpec(String spec)voidwrite(XmlOutputContext writer)
-
-
-
Constructor Detail
-
SetConfiguration
public SetConfiguration(String id)
-
-
Method Detail
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
hasFilter
public boolean hasFilter()
-
getSpec
public String getSpec()
-
withSpec
public SetConfiguration withSpec(String spec)
-
getName
public String getName()
-
withName
public SetConfiguration withName(String name)
-
getFilter
public BundleReference getFilter()
-
withFilter
public SetConfiguration withFilter(String filterId)
-
-