com.firedrum.model
Class CustomFieldDef

java.lang.Object
  extended by com.firedrum.model.Object
      extended by com.firedrum.model.CustomFieldDef
All Implemented Interfaces:
java.io.Serializable

public class CustomFieldDef
extends Object
implements java.io.Serializable

Author:
rnmixon
See Also:
Serialized Form

Constructor Summary
CustomFieldDef()
           
 
Method Summary
 java.lang.String getHtmlFormType()
          Sort sequence field for the CustomFieldDef.
 java.lang.String getName()
          CustomFieldDef name or label.
 boolean isPublicDisplay()
          Display the category on public displays/forms?
 void setHtmlFormType(java.lang.String sortSequence)
           
 void setName(java.lang.String name)
           
 void setPublicDisplay(boolean publicDisplay)
           
 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

CustomFieldDef

public CustomFieldDef()
Method Detail

getName

public java.lang.String getName()
CustomFieldDef 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

getHtmlFormType

public java.lang.String getHtmlFormType()
Sort sequence field for the CustomFieldDef. This allows the Categories do display in an order other than alphabetical.

Returns:
the htmlFormType

setHtmlFormType

public void setHtmlFormType(java.lang.String 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.