public class GlobalPluginProgramFormating extends AbstractPluginProgramFormating
Modifier | Constructor and Description |
---|---|
|
GlobalPluginProgramFormating()
Creates an empty instance of this class.
|
protected |
GlobalPluginProgramFormating(String name,
String titleValue,
String contentValue,
String encodingValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContentValue()
Gets the value for the content formating
|
String |
getEncodingValue()
Gets the value for the formating
|
String |
getId()
Gets the id of this instance.
|
String |
getName()
Gets the name of this configuration
|
String |
getTitleValue()
Gets the value for title formating
|
boolean |
hasId(String id)
Checks if this global program configuration has the given id.
|
boolean |
isValid()
Gets if the configuration is valid.
|
protected static GlobalPluginProgramFormating |
load(ObjectInputStream in) |
protected void |
loadData(ObjectInputStream in) |
protected void |
setContentValue(String value) |
protected void |
setEncodingValue(String value) |
protected void |
setName(String name) |
protected void |
setTitleValue(String value) |
protected void |
store(ObjectOutputStream out) |
protected void |
storeData(ObjectOutputStream out) |
String |
toString() |
readData, writeData
public GlobalPluginProgramFormating()
protected void setName(String name)
protected void setTitleValue(String value)
protected void setContentValue(String value)
protected void setEncodingValue(String value)
public String getContentValue()
AbstractPluginProgramFormating
getContentValue
in class AbstractPluginProgramFormating
public String getEncodingValue()
AbstractPluginProgramFormating
getEncodingValue
in class AbstractPluginProgramFormating
public String getName()
AbstractPluginProgramFormating
getName
in class AbstractPluginProgramFormating
public String getTitleValue()
AbstractPluginProgramFormating
getTitleValue
in class AbstractPluginProgramFormating
protected static GlobalPluginProgramFormating load(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected void store(ObjectOutputStream out) throws IOException
IOException
protected void loadData(ObjectInputStream in) throws IOException, ClassNotFoundException
loadData
in class AbstractPluginProgramFormating
IOException
ClassNotFoundException
protected void storeData(ObjectOutputStream out) throws IOException
storeData
in class AbstractPluginProgramFormating
IOException
public boolean hasId(String id)
id
- The id to check.true
if the ids are the same, false
otherwise;public boolean isValid()
AbstractPluginProgramFormating
isValid
in class AbstractPluginProgramFormating
public String getId()
AbstractPluginProgramFormating
getId
in class AbstractPluginProgramFormating
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)