Mura CMS 6.1

mura.formBuilder
Class fieldtypeBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.formBuilder.fieldtypeBean

public class fieldtypeBean
extends cfobject

Constructor Summary
init([uuid FieldTypeID='[runtime expression]'], [string Label=''], [string RbLabel=''], [string Fieldtype=''], [string Bean=''], [boolean IsData='0'], [boolean IsLong='0'], [boolean IsMultiselect='0'], [string ModuleID=''], [string DateCreate=''], [string DateLastUpdate=''], [string Displaytype='field'])
 
Method Summary
 struct getAllValues()
 string getBean()
 string getDateCreate()
 string getDateLastUpdate()
 string getDisplaytype()
 string getFieldtype()
 uuid getFieldTypeID()
 boolean getIsData()
 boolean getIsLong()
 boolean getIsMultiSelect()
 string getLabel()
 string getModuleID()
 string getRbLabel()
 fieldtypeBean setAllValues(struct values)
 void setBean(string Bean)
 void setDateCreate(string DateCreate)
 void setDateLastUpdate(string DateLastUpdate)
 void setDisplaytype(string Displaytype)
 void setFieldtype(string Fieldtype)
 void setFieldTypeID(uuid FieldTypeID)
 void setIsData(boolean IsData)
 void setIsLong(boolean IsLong)
 void setIsMultiSelect(boolean IsMultiSelect)
 void setLabel(string Label)
 void setModuleID(string ModuleID)
 void setRbLabel(string RbLabel)
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init([uuid FieldTypeID='[runtime expression]'], [string Label=''], [string RbLabel=''], [string Fieldtype=''], [string Bean=''], [boolean IsData='0'], [boolean IsLong='0'], [boolean IsMultiselect='0'], [string ModuleID=''], [string DateCreate=''], [string DateLastUpdate=''], [string Displaytype='field'])

Parameters:
FieldTypeID
Label
RbLabel
Fieldtype
Bean
IsData
IsLong
IsMultiselect
ModuleID
DateCreate
DateLastUpdate
Displaytype
Method Detail

getAllValues

public struct getAllValues()


getBean

public string getBean()

Overrides:
getBean in class cfobject

getDateCreate

public string getDateCreate()


getDateLastUpdate

public string getDateLastUpdate()


getDisplaytype

public string getDisplaytype()


getFieldtype

public string getFieldtype()


getFieldTypeID

public uuid getFieldTypeID()


getIsData

public boolean getIsData()


getIsLong

public boolean getIsLong()


getIsMultiSelect

public boolean getIsMultiSelect()


getLabel

public string getLabel()


getModuleID

public string getModuleID()


getRbLabel

public string getRbLabel()


setAllValues

public fieldtypeBean setAllValues(struct values)

Parameters:
values

setBean

public void setBean(string Bean)

Parameters:
Bean

setDateCreate

public void setDateCreate(string DateCreate)

Parameters:
DateCreate

setDateLastUpdate

public void setDateLastUpdate(string DateLastUpdate)

Parameters:
DateLastUpdate

setDisplaytype

public void setDisplaytype(string Displaytype)

Parameters:
Displaytype

setFieldtype

public void setFieldtype(string Fieldtype)

Parameters:
Fieldtype

setFieldTypeID

public void setFieldTypeID(uuid FieldTypeID)

Parameters:
FieldTypeID

setIsData

public void setIsData(boolean IsData)

Parameters:
IsData

setIsLong

public void setIsLong(boolean IsLong)

Parameters:
IsLong

setIsMultiSelect

public void setIsMultiSelect(boolean IsMultiSelect)

Parameters:
IsMultiSelect

setLabel

public void setLabel(string Label)

Parameters:
Label

setModuleID

public void setModuleID(string ModuleID)

Parameters:
ModuleID

setRbLabel

public void setRbLabel(string RbLabel)

Parameters:
RbLabel

Mura CMS 6.1