public interface

Content

implements Serializable
com.priint.comet.metadata.placeholder.Content

Summary

Public Methods
abstract String getContent()
abstract String getFormat()
abstract void setContent(String content)
abstract void setFormat(String format)

Public Methods

public abstract String getContent ()

Returns
  • the content

public abstract String getFormat ()

Returns
  • the format

public abstract void setContent (String content)

Parameters
content the content to set

public abstract void setFormat (String format)

Parameters
format the format to set