public class SingletonContent extends java.lang.Object implements Document, CustomParamsCarrier
Constructor and Description |
---|
SingletonContent() |
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor) |
java.lang.String |
getContentId() |
org.simpleframework.xml.util.Dictionary<CustomParam> |
getCustomParams() |
java.lang.String |
getId() |
java.util.List<Item> |
getItems() |
void |
setContentId(java.lang.String uid) |
void |
setCustomParams(org.simpleframework.xml.util.Dictionary<CustomParam> customParams) |
void |
setItems(java.util.List<Item> items) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public org.simpleframework.xml.util.Dictionary<CustomParam> getCustomParams()
getCustomParams
in interface CustomParamsCarrier
public void setCustomParams(org.simpleframework.xml.util.Dictionary<CustomParam> customParams)
setCustomParams
in interface CustomParamsCarrier
public java.lang.String getContentId()
public void setContentId(java.lang.String uid)
public java.util.List<Item> getItems()
public void setItems(java.util.List<Item> items)
public void accept(DocumentVisitor visitor)