mura.mailinglist

Class memberBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.mailinglist.memberBean
Class Attributes:
  • output : false
  •  
    Property Summary
    type property default serializable required
    string MLID


    • returntype = any
    • access = public
    true true
    string company


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


    • returntype = any
    • access = public
    true true
    string email


    • returntype = any
    • access = public
    true true
    string fname


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


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


    • returntype = any
    • access = public
    true true
    string siteID


    • returntype = any
    • access = public
    true true
    Constructor Summary
    init()
    Method Summary
    any setCreated(string Created)
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getPrimaryKey, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    MLID

    property string MLID

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

    company

    property string company

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

    created

    property date created

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

    email

    property string email

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

    fname

    property string fname

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

    isVerified

    property numeric isVerified = [0]

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

    lname

    property string lname

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

    siteID

    property string siteID

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

    Method Detail

    setCreated

    public any setCreated(string Created)

    Parameters:
    Created