org.apache.wink.common.model.synd
Class SyndCategory
java.lang.Object
org.apache.wink.common.model.synd.SyndCommonAttributes
org.apache.wink.common.model.synd.SyndCategory
public class SyndCategory
- extends SyndCommonAttributes
SyndCategory
public SyndCategory()
SyndCategory
public SyndCategory(String term)
SyndCategory
public SyndCategory(String scheme,
String term,
String label)
SyndCategory
public SyndCategory(SyndCategory other)
getTerm
public String getTerm()
setTerm
public void setTerm(String term)
getScheme
public String getScheme()
setScheme
public void setScheme(String scheme)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
hashCode
public int hashCode()
- Overrides:
hashCode
in class SyndCommonAttributes
equals
public boolean equals(Object obj)
- Overrides:
equals
in class SyndCommonAttributes
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.