|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.programLocation.ScheduleEvent
public class ScheduleEvent
ScheduleEvent: Represents a TVA ScheduleEvent object.
Constructor Summary | |
---|---|
ScheduleEvent()
Constructor for objects of class ScheduleEvent. |
|
ScheduleEvent(ContentReference crid)
Constructor for objects of class ScheduleEvent with required fields. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
ContentReference |
getCRID()
Get the CRID. |
InstanceMetadataId |
getInstanceMetadataId()
Get the InstanceMetadataId. |
ProgramURL |
getProgramURL()
Get the broadcast URL. |
Duration |
getPublishedDuration()
Get the published duration. |
java.util.Date |
getPublishedEndTime()
Get the published end time. |
java.util.Date |
getPublishedStartTime()
Get the published start time. |
java.lang.Boolean |
isFirstShowing()
Is this the first showing? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
java.lang.Boolean |
isFree()
Is this free? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
java.lang.Boolean |
isLastShowing()
Is this the last showing? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
java.lang.Boolean |
isLive()
Is this Live? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
java.lang.Boolean |
isPPV()
Is this PPV? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
java.lang.Boolean |
isRepeat()
Is this a Repeat? (returns Boolean.TRUE, Boolean.FALSE, or null if not set). |
void |
setCRID(ContentReference crid)
Set the CRID of this ScheduleEvent. |
void |
setFirstShowing(java.lang.Boolean firstShowing)
Sets whether this ScheduleEvent is the first showing. |
void |
setFree(java.lang.Boolean free)
Sets whether this ScheduleEvent is a free showing. |
void |
setInstanceMetadataId(InstanceMetadataId imi)
Set the InstanceMetadataId of this ScheduleEvent. |
void |
setLastShowing(java.lang.Boolean lastShowing)
Sets whether this ScheduleEvent is the last showing. |
void |
setLive(java.lang.Boolean live)
Sets whether this ScheduleEvent is a live showing. |
void |
setPPV(java.lang.Boolean ppv)
Sets whether this ScheduleEvent is a pay-per-view showing. |
void |
setProgramURL(ProgramURL programURL)
Set the broadcast URL of this ScheduleEvent. |
void |
setPublishedDuration(Duration publishedDuration)
Set the published duration of this ScheduleEvent. |
void |
setPublishedEndTime(java.util.Date publishedEndTime)
Set the published end time of this ScheduleEvent. |
void |
setPublishedStartTime(java.util.Date publishedStartTime)
Set the published start time of this ScheduleEvent. |
void |
setRepeat(java.lang.Boolean repeat)
Sets whether this ScheduleEvent is a repeat showing. |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this table. |
java.lang.String |
toXML()
Returns XML representation of this object. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScheduleEvent()
public ScheduleEvent(ContentReference crid)
crid
- a ContentReference object identifying this ScheduleEventMethod Detail |
---|
public ContentReference getCRID()
public ProgramURL getProgramURL()
public InstanceMetadataId getInstanceMetadataId()
public java.util.Date getPublishedStartTime()
public java.util.Date getPublishedEndTime()
public Duration getPublishedDuration()
public java.lang.Boolean isLive()
public java.lang.Boolean isRepeat()
public java.lang.Boolean isFirstShowing()
public java.lang.Boolean isLastShowing()
public java.lang.Boolean isFree()
public java.lang.Boolean isPPV()
public void setCRID(ContentReference crid)
crid
- the ContentReference object that identifys this ScheduleEventpublic void setProgramURL(ProgramURL programURL)
programURL
- a programURL objectpublic void setInstanceMetadataId(InstanceMetadataId imi)
imi
- An InstanceMetadataId objectpublic void setPublishedStartTime(java.util.Date publishedStartTime)
publishedStartTime
- a Date objectpublic void setPublishedEndTime(java.util.Date publishedEndTime)
publishedEndTime
- a Date objectpublic void setPublishedDuration(Duration publishedDuration)
publishedDuration
- the published duration, represented by bbc.rd.tvanytime.Durationpublic void setLive(java.lang.Boolean live)
live
- is this program a live showing?public void setRepeat(java.lang.Boolean repeat)
repeat
- is this program a repeat showing?public void setFirstShowing(java.lang.Boolean firstShowing)
firstShowing
- is this program the first showing?public void setLastShowing(java.lang.Boolean lastShowing)
lastShowing
- is this program the last showing?public void setFree(java.lang.Boolean free)
free
- is this program a free showing?public void setPPV(java.lang.Boolean ppv)
ppv
- is this program a pay-per-view showing?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 |