mura.formBuilder

Class datarecordBean

lucee.Component
    extended by mura.cfobject
      extended by mura.formBuilder.datarecordBean

This provides dataRecordBean functionality

Class Attributes:
  • output : false
  •  
  • displayname : DataRecordBean
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    uuid DataRecordID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    uuid DatasetID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    date DateCreate


    • access = public
    • returntype = any
    true yes
    date DateLastUpdate


    • access = public
    • returntype = any
    true yes
    numeric IsSelected


    • access = public
    • returntype = any
    0 true yes
    string Label


    • access = public
    • maxlength = 150
    • returntype = any
    true yes
    numeric OrderNo


    • access = public
    • returntype = any
    0 true yes
    string RemoteID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    string Value


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    Constructor Summary
    init([uuid DataRecordID='[runtime expression]'], [string DatasetID=''], [string Label=''], [string Value=''], [numeric OrderNo='0'], [numeric IsSelected='0'], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''])
    Method Summary
    struct getAllValues()
    uuid getDataRecordID()
    any getDatasetID()
    any getDateCreate()
    any getDateLastUpdate()
    any getIsSelected()
    any getLabel()
    any getOrderNo()
    any getRemoteID()
    any getValue()
    datasetBean setAllValues(struct AllValues)
    any setDataRecordID(uuid DataRecordID)
    any setDatasetID(string DatasetID)
    any setDateCreate(string DateCreate)
    any setDateLastUpdate(string DateLastUpdate)
    any setIsSelected(numeric IsSelected)
    any setLabel(string Label)
    any setOrderNo(numeric OrderNo)
    any setRemoteID(string RemoteID)
    any setValue(string Value)
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([uuid DataRecordID='[runtime expression]'], [string DatasetID=''], [string Label=''], [string Value=''], [numeric OrderNo='0'], [numeric IsSelected='0'], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''])

    Parameters:
    DataRecordID
    DatasetID
    Label
    Value
    OrderNo
    IsSelected
    RemoteID
    DateCreate
    DateLastUpdate

    Property Detail

    DataRecordID

    property uuid DataRecordID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    DatasetID

    property uuid DatasetID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    DateCreate

    property date DateCreate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DateLastUpdate

    property date DateLastUpdate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsSelected

    property numeric IsSelected = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Label

    property string Label

    Attributes:
    access - public
    required - yes
    maxlength - 150
    returntype - any
    serializable - true

    OrderNo

    property numeric OrderNo = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    RemoteID

    property string RemoteID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    Value

    property string Value

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    Method Detail

    getAllValues

    public struct getAllValues()


    getDataRecordID

    public uuid getDataRecordID()


    getDatasetID

    public any getDatasetID()


    getDateCreate

    public any getDateCreate()


    getDateLastUpdate

    public any getDateLastUpdate()


    getIsSelected

    public any getIsSelected()


    getLabel

    public any getLabel()


    getOrderNo

    public any getOrderNo()


    getRemoteID

    public any getRemoteID()


    getValue

    public any getValue()

    Overrides:
    getValue in class cfobject

    setAllValues

    public datasetBean setAllValues(struct AllValues)

    Parameters:
    AllValues

    setDataRecordID

    public any setDataRecordID(uuid DataRecordID)

    Parameters:
    DataRecordID

    setDatasetID

    public any setDatasetID(string DatasetID)

    Parameters:
    DatasetID

    setDateCreate

    public any setDateCreate(string DateCreate)

    Parameters:
    DateCreate

    setDateLastUpdate

    public any setDateLastUpdate(string DateLastUpdate)

    Parameters:
    DateLastUpdate

    setIsSelected

    public any setIsSelected(numeric IsSelected)

    Parameters:
    IsSelected

    setLabel

    public any setLabel(string Label)

    Parameters:
    Label

    setOrderNo

    public any setOrderNo(numeric OrderNo)

    Parameters:
    OrderNo

    setRemoteID

    public any setRemoteID(string RemoteID)

    Parameters:
    RemoteID

    setValue

    public any setValue(string Value)

    Overrides:
    setValue in class cfobject
    Parameters:
    Value