com.firedrum.model
Class Category
java.lang.Object
com.firedrum.model.Object
com.firedrum.model.Category
- All Implemented Interfaces:
- java.io.Serializable
public class Category
- extends Object
- implements java.io.Serializable
- Author:
- rnmixon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Category
public Category()
getName
public java.lang.String getName()
- Category name or label.
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
isPublicDisplay
public boolean isPublicDisplay()
- Display the category on public displays/forms?
- Returns:
- the publicDisplay
setPublicDisplay
public void setPublicDisplay(boolean publicDisplay)
- Parameters:
publicDisplay - the publicDisplay to set
getSortSequence
public java.lang.Integer getSortSequence()
- Sort sequence field for the Category.
This allows the Categories do display in an order other than alphabetical.
- Returns:
- the htmlFormType
setSortSequence
public void setSortSequence(java.lang.Integer sortSequence)
- Parameters:
htmlFormType - the htmlFormType to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.