com.gcapmedia.dab.epg
Class ProgrammeGroups

java.lang.Object
  extended by com.gcapmedia.dab.epg.ProgrammeGroups

public class ProgrammeGroups
extends java.lang.Object

Contains group elements.


Constructor Summary
ProgrammeGroups()
          Create a new schedule
 
Method Summary
 org.joda.time.DateTime getCreated()
           
 java.util.Collection<ProgrammeGroup> getGroups()
           
 java.lang.String getOriginator()
           
 int getVersion()
           
 void setOriginator(java.lang.String originator)
          Sets the originator for this schedule
 void setVersion(int version)
          Sets the version number of this schedule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgrammeGroups

public ProgrammeGroups()
Create a new schedule

Method Detail

getCreated

public org.joda.time.DateTime getCreated()
Returns:
Returns the schedule creation time

setVersion

public void setVersion(int version)
Sets the version number of this schedule

Parameters:
version - Schedule version number

getVersion

public int getVersion()
Returns:
Returns the schedule version

setOriginator

public void setOriginator(java.lang.String originator)
Sets the originator for this schedule

Parameters:
originator - Schedule originator

getOriginator

public java.lang.String getOriginator()
Returns:
Returns the schedule originator

getGroups

public java.util.Collection<ProgrammeGroup> getGroups()
Returns:
Returns the programme groups


Copyright © 2007. All Rights Reserved.