com.firedrum.model
Class Category

java.lang.Object
  extended by com.firedrum.model.Object
      extended by 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

Constructor Summary
Category()
           
 
Method Summary
 java.lang.String getName()
          Category name or label.
 java.lang.Integer getSortSequence()
          Sort sequence field for the Category.
 boolean isPublicDisplay()
          Display the category on public displays/forms?
 void setName(java.lang.String name)
           
 void setPublicDisplay(boolean publicDisplay)
           
 void setSortSequence(java.lang.Integer sortSequence)
           
 java.lang.String toString()
           
 
Methods inherited from class com.firedrum.model.Object
getClientBusinessName, getClientId, getId, setClientBusinessName, setClientId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

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.