mura.formBuilder

Class datarecordBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.formBuilder.datarecordBean

This provides dataRecordBean functionality

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


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


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


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


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


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


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


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


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


    • returntype = any
    • maxlength = 35
    • access = public
    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, getEntity, 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 WEB-INF.cftags.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:
    returntype - any
    required - true
    maxlength - 35
    access - public
    serializable - true

    DatasetID

    property uuid DatasetID

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

    DateCreate

    property date DateCreate

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

    DateLastUpdate

    property date DateLastUpdate

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

    IsSelected

    property numeric IsSelected = [0]

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

    Label

    property string Label

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

    OrderNo

    property numeric OrderNo = [0]

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

    RemoteID

    property string RemoteID

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

    Value

    property string Value

    Attributes:
    returntype - any
    required - false
    maxlength - 35
    access - public
    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