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