|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webhiker.dreambox.api.bouquet.Bouquet
public class Bouquet
The Class Bouquet lists the user configured bouquet information for the Dreambox.
Constructor Summary | |
---|---|
Bouquet(java.lang.String name,
java.lang.String bref)
Instantiates a new bouquet. |
Method Summary | |
---|---|
java.lang.String |
getBref()
Gets the bref. |
java.util.List<Channel> |
getChannels()
Gets the channels. |
java.lang.String |
getName()
Gets the name. |
static java.lang.String |
removeQuotes(java.lang.String s)
Removes the quotes. |
static java.util.List<Bouquet> |
setBouquets(java.io.InputStream is)
Sets the bouquets. |
void |
setBref(java.lang.String bref)
Sets the bref. |
void |
setChannels(java.util.List<Channel> c)
Sets the channels. |
void |
setName(java.lang.String name)
Sets the name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Bouquet(java.lang.String name, java.lang.String bref)
name
- the namebref
- the brefMethod Detail |
---|
public static java.lang.String removeQuotes(java.lang.String s)
s
- the s
public java.util.List<Channel> getChannels()
public void setChannels(java.util.List<Channel> c)
c
- the new channelspublic static java.util.List<Bouquet> setBouquets(java.io.InputStream is) throws java.io.IOException
is
- the is
java.io.IOException
- Signals that an I/O exception has occurred.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getBref()
public void setBref(java.lang.String bref)
bref
- the new brefpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |