|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.youtube.YtRecorded
public class YtRecorded
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 |
---|
public YtRecorded()
public YtRecorded(DateTime date)
Method Detail |
---|
public void setDate(DateTime date)
date
- a DateTime
that contains only a date. See
DateTime.setDateOnly(boolean)
.public DateTime getDate()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |