Interface Content
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ContentImpl
public interface Content extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContent()java.lang.StringgetFormat()voidsetContent(java.lang.String content)voidsetFormat(java.lang.String format)
-
-
-
Method Detail
-
getFormat
java.lang.String getFormat()
- Returns:
- the format
-
setFormat
void setFormat(java.lang.String format)
- Parameters:
format- the format to set
-
getContent
java.lang.String getContent()
- Returns:
- the content
-
setContent
void setContent(java.lang.String content)
- Parameters:
content- the content to set
-
-