com.silverpeas.classifieds.model
Class Category

java.lang.Object
  extended by com.silverpeas.classifieds.model.Category
All Implemented Interfaces:
Serializable

public class Category
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Category()
           
Category(String key, String value)
           
 
Method Summary
 Collection<ClassifiedDetail> getClassifieds()
           
 String getKey()
           
 String getValue()
           
 void setClassifieds(Collection<ClassifiedDetail> classifieds)
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()

Category

public Category(String key,
                String value)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

getClassifieds

public Collection<ClassifiedDetail> getClassifieds()

setClassifieds

public void setClassifieds(Collection<ClassifiedDetail> classifieds)


Copyright © 2016 Silverpeas. All Rights Reserved.