|
|||||||||
| 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.YtAge
public class YtAge
Object representation for the yt:age tag.
| Constructor Summary | |
|---|---|
YtAge()
Creates an empty age tag. |
|
YtAge(int age)
Creates a tag and sets the age. |
|
| Method Summary | |
|---|---|
int |
getAge()
Gets the age. |
void |
setAge(int age)
Sets the age. |
| 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 YtAge()
public YtAge(int age)
age - age| Method Detail |
|---|
public void setAge(int age)
public int getAge()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||