com.google.gdata.data.youtube
Class YtRecorded

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.youtube.YtRecorded
All Implemented Interfaces:
Extension

public class YtRecorded
extends AbstractExtension

Object representation of the tag yt:recorded.


Constructor Summary
YtRecorded()
           
YtRecorded(DateTime date)
           
 
Method Summary
 DateTime getDate()
          Gets the date.
 void setDate(DateTime date)
          Sets the date.
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YtRecorded

public YtRecorded()

YtRecorded

public YtRecorded(DateTime date)
Method Detail

setDate

public void setDate(DateTime date)
Sets the date.

Parameters:
date - a DateTime that contains only a date. See DateTime.setDateOnly(boolean).

getDate

public DateTime getDate()
Gets the date.

Returns:
a date or null.