public class Variable extends Object
Constructor and Description |
---|
Variable() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the Description
|
String |
getValue()
Get the Value
|
void |
readData(ObjectInputStream stream)
Read the Data from a Stream
|
void |
setDescription(String description)
Set the Description
|
void |
setValue(String value)
Set the Value
|
void |
writeData(ObjectOutputStream stream)
Write the Data to this Stream
|
public void readData(ObjectInputStream stream) throws IOException, ClassNotFoundException
stream
- Read from this StreamIOException
ClassNotFoundException
public void writeData(ObjectOutputStream stream) throws IOException
stream
- Write to this StreamIOException
public void setDescription(String description)
description
- Descriptionpublic void setValue(String value)
value
- Valuepublic String getDescription()
public String getValue()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)