|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.PromotionalInformation
public class PromotionalInformation
PromotionalInformation: Represents a TV-Anytime PromotionalInformation object.
Constructor Summary | |
---|---|
PromotionalInformation()
Default constructor. |
|
PromotionalInformation(java.lang.String text)
Constructor that sets promotional information. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getPromotionalInformation()
Returns promotional information. |
void |
setPromotionalInformation(java.lang.String text)
Sets promotional information. |
java.lang.String |
toString()
Return a string representation of this object. |
java.lang.String |
toString(int indent)
Return a string representation of this object. |
java.lang.String |
toXML()
Return a XML representation of this object. |
java.lang.String |
toXML(int indent)
Return a XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PromotionalInformation()
public PromotionalInformation(java.lang.String text)
text
- Promotional information.Method Detail |
---|
public java.lang.String getPromotionalInformation()
public void setPromotionalInformation(java.lang.String text)
text
- Promotional information.public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- number of tabs to put before the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- number of tabs to put before the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |