|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.itunes.types.Subcategory
public class Subcategory
This class represents a Subcategor of a Category.
Constructor Summary | |
---|---|
Subcategory()
Creates a new instance of SubCategory |
|
Subcategory(java.lang.String name)
Creates a new instance of Category with a given name. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the object. |
java.lang.String |
getName()
Returns the name of the subcategory. |
void |
setName(java.lang.String name)
Set the name of the subcategory. |
java.lang.String |
toString()
String representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Subcategory()
public Subcategory(java.lang.String name)
name
- Name of the category.Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- Set the name of the subcategory.public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |