efieldtype.java

来自「CRM源码This file describes some issues tha」· Java 代码 · 共 1,293 行 · 第 1/3 页

JAVA
1,293
字号
    public java.lang.String getId()
    {
        return this._id;
    } //-- java.lang.String getId() 

    /**
     * Returns the value of field 'includeToReport'. The field
     * 'includeToReport' has the following description: This
     * attribute shows that this field be included to report
     * 
     * @return Boolean
     * @return the value of field 'includeToReport'.
     */
    public java.lang.Boolean getIncludeToReport()
    {
        return this._includeToReport;
    } //-- java.lang.Boolean getIncludeToReport() 

    /**
     * Returns the value of field 'inline'.
     * 
     * @return Boolean
     * @return the value of field 'inline'.
     */
    public java.lang.Boolean getInline()
    {
        return this._inline;
    } //-- java.lang.Boolean getInline() 

    /**
     * Returns the value of field 'join'. The field 'join' has the
     * following description: Is the join operation required for
     * the field
     * 
     * @return Boolean
     * @return the value of field 'join'.
     */
    public java.lang.Boolean getJoin()
    {
        return this._join;
    } //-- java.lang.Boolean getJoin() 

    /**
     * Returns the value of field 'leftAnchored'. The field
     * 'leftAnchored' has the following description: Indicates to
     * use 'left-anchored' options in search
     * 
     * @return Boolean
     * @return the value of field 'leftAnchored'.
     */
    public java.lang.Boolean getLeftAnchored()
    {
        return this._leftAnchored;
    } //-- java.lang.Boolean getLeftAnchored() 

    /**
     * Returns the value of field 'listref'. The field 'listref'
     * has the following description: The reference to entity
     * list-field for lookup and select controls
     * 
     * @return Listref
     * @return the value of field 'listref'.
     */
    public com.queplix.core.jxb.entity.Listref getListref()
    {
        return this._listref;
    } //-- com.queplix.core.jxb.entity.Listref getListref() 

    /**
     * Returns the value of field 'masked'.
     * 
     * @return Boolean
     * @return the value of field 'masked'.
     */
    public java.lang.Boolean getMasked()
    {
        return this._masked;
    } //-- java.lang.Boolean getMasked() 

    /**
     * Returns the value of field 'max'. The field 'max' has the
     * following description: Maximum possible value
     * 
     * @return Double
     * @return the value of field 'max'.
     */
    public java.lang.Double getMax()
    {
        return this._max;
    } //-- java.lang.Double getMax() 

    /**
     * Returns the value of field 'memotype'. The field 'memotype'
     * has the following description: Type of memo (prepend,
     * append, edit)
     * 
     * @return String
     * @return the value of field 'memotype'.
     */
    public java.lang.String getMemotype()
    {
        return this._memotype;
    } //-- java.lang.String getMemotype() 

    /**
     * Returns the value of field 'min'. The field 'min' has the
     * following description: Minimum possible value
     * 
     * @return Double
     * @return the value of field 'min'.
     */
    public java.lang.Double getMin()
    {
        return this._min;
    } //-- java.lang.Double getMin() 

    /**
     * Returns the value of field 'name'. The field 'name' has the
     * following description: The name of field (mandatory)
     * 
     * @return String
     * @return the value of field 'name'.
     */
    public java.lang.String getName()
    {
        return this._name;
    } //-- java.lang.String getName() 

    /**
     * Returns the value of field 'nullable'. The field 'nullable'
     * has the following description: Is the field can have NULL
     * value (being taken from DB)
     * 
     * @return Boolean
     * @return the value of field 'nullable'.
     */
    public java.lang.Boolean getNullable()
    {
        return this._nullable;
    } //-- java.lang.Boolean getNullable() 

    /**
     * Returns the value of field 'pattern'.
     * 
     * @return String
     * @return the value of field 'pattern'.
     */
    public java.lang.String getPattern()
    {
        return this._pattern;
    } //-- java.lang.String getPattern() 

    /**
     * Returns the value of field 'pkey'. The field 'pkey' has the
     * following description: Is the field public key or not (False
     * by default, being taken from DB)
     * 
     * @return Boolean
     * @return the value of field 'pkey'.
     */
    public java.lang.Boolean getPkey()
    {
        return this._pkey;
    } //-- java.lang.Boolean getPkey() 

    /**
     * Returns the value of field 'readonly'. The field 'readonly'
     * has the following description: Can you change the field
     * 
     * @return Boolean
     * @return the value of field 'readonly'.
     */
    public java.lang.Boolean getReadonly()
    {
        return this._readonly;
    } //-- java.lang.Boolean getReadonly() 

    /**
     * Returns the value of field 'ref'. The field 'ref' has the
     * following description: The reference to source entity field
     * 
     * @return Ref
     * @return the value of field 'ref'.
     */
    public com.queplix.core.jxb.entity.Ref getRef()
    {
        return this._ref;
    } //-- com.queplix.core.jxb.entity.Ref getRef() 

    /**
     * Returns the value of field 'required'. The field 'required'
     * has the following description: Is the field required or not
     * (False by default)
     * 
     * @return Boolean
     * @return the value of field 'required'.
     */
    public java.lang.Boolean getRequired()
    {
        return this._required;
    } //-- java.lang.Boolean getRequired() 

    /**
     * Returns the value of field 'rightAnchored'. The field
     * 'rightAnchored' has the following description: Indicates to
     * use 'right-anchored' options in search
     * 
     * @return Boolean
     * @return the value of field 'rightAnchored'.
     */
    public java.lang.Boolean getRightAnchored()
    {
        return this._rightAnchored;
    } //-- java.lang.Boolean getRightAnchored() 

    /**
     * Returns the value of field 'searchable'. The field
     * 'searchable' has the following description: Can you search
     * by values of the field
     * 
     * @return Boolean
     * @return the value of field 'searchable'.
     */
    public java.lang.Boolean getSearchable()
    {
        return this._searchable;
    } //-- java.lang.Boolean getSearchable() 

    /**
     * Returns the value of field 'selectable'. The field
     * 'selectable' has the following description: Can you select
     * the field from database or not
     * 
     * @return Boolean
     * @return the value of field 'selectable'.
     */
    public java.lang.Boolean getSelectable()
    {
        return this._selectable;
    } //-- java.lang.Boolean getSelectable() 

    /**
     * Returns the value of field 'sendonrequest'. The field
     * 'sendonrequest' has the following description: Return value
     * on request or not (used only for memo datatype)
     * 
     * @return Boolean
     * @return the value of field 'sendonrequest'.
     */
    public java.lang.Boolean getSendonrequest()
    {
        return this._sendonrequest;
    } //-- java.lang.Boolean getSendonrequest() 

    /**
     * Returns the value of field 'sqltype'. The field 'sqltype'
     * has the following description: The real type of field in DB
     * (being taken from DB)
     * 
     * @return SqlSType
     * @return the value of field 'sqltype'.
     */
    public com.queplix.core.jxb.entity.types.SqlSType getSqltype()
    {
        return this._sqltype;
    } //-- com.queplix.core.jxb.entity.types.SqlSType getSqltype() 

    /**
     * Returns the value of field 'transform'. The field
     * 'transform' has the following description: The field
     * transformation
     * 
     * @return String
     * @return the value of field 'transform'.
     */
    public java.lang.String getTransform()
    {
        return this._transform;
    } //-- java.lang.String getTransform() 

    /**
     * Returns the value of field 'unchecked'. The field
     * 'unchecked' has the following description: Unchecked value
     * (for checkbox only)
     * 
     * @return String
     * @return the value of field 'unchecked'.
     */
    public java.lang.String getUnchecked()
    {
        return this._unchecked;
    } //-- java.lang.String getUnchecked() 

    /**
     * Returns the value of field 'updatable'. The field
     * 'updatable' has the following description: Can you save the
     * field in database or not
     * 
     * @return Boolean
     * @return the value of field 'updatable'.
     */
    public java.lang.Boolean getUpdatable()
    {
        return this._updatable;
    } //-- java.lang.Boolean getUpdatable() 

    /**
     * Returns the value of field 'virtual'. The field 'virtual'
     * has the following description: Exist in the table 'dbobject'
     * or not
     * 
     * @return Boolean
     * @return the value of field 'virtual'.
     */
    public java.lang.Boolean getVirtual()
    {
        return this._virtual;
    } //-- java.lang.Boolean getVirtual() 

    /**
     * Returns the value of field 'visible'. The field 'visible'
     * has the following description: Is the field visible on the
     * form
     * 
     * @return Boolean
     * @return the value of field 'visible'.
     */
    public java.lang.Boolean getVisible()
    {
        return this._visible;
    } //-- java.lang.Boolean getVisible() 

    /**
     * Method isValid
     * 
     * 
     * 
     * @return boolean
     */
    public boolean isValid()
    {
        try {
            validate();
        }
        catch (org.exolab.castor.xml.ValidationException vex) {
            return false;
        }
        return true;
    } //-- boolean isValid() 

    /**
     * Method marshal
     * 
     * 
     * 
     * @param out
     */
    public void marshal(java.io.Writer out)
        throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
    {
        
        Marshaller.marshal(this, out);
    } //-- void marshal(java.io.Writer) 

    /**
     * Method marshal
     * 
     * 
     * 
     * @param handler
     */
    public void marshal(org.xml.sax.ContentHandler handler)
        throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
    {
        
        Marshaller.marshal(this, handler);
    } //-- void marshal(org.xml.sax.ContentHandler) 

    /**
     * Sets the value of field 'checked'. The field 'checked' has
     * the following description: Checked value (for checkbox only)
     * 
     * @param checked the value of field 'checked'.
     */
    public void setChecked(java.lang.String checked)
    {
        this._checked = checked;
    } //-- void setChecked(java.lang.String) 

    /**
     * Sets the value of field 'control'. The field 'control' has
     * the following description: The type of filed control
     * 
     * @param control the value of field 'control'.
     */
    public void setControl(com.queplix.core.jxb.entity.types.ControlSType control)
    {
        this._control = control;
    } //-- void setControl(com.queplix.core.jxb.entity.types.ControlSType) 

    /**
     * Sets the value of field 'datasize'. The field 'datasize' has
     * the following description: The size of field value
     * (optional, being taken from DB)
     * 
     * @param datasize the value of field 'datasize'.
     */
    public void setDatasize(java.lang.Integer datasize)
    {
        this._datasize = datasize;
    } //-- void setDatasize(java.lang.Integer) 

    /**
     * Sets the value of field 'datatype'. The field 'datatype' has
     * the following description: The showing type of field
     * ('sqltype' by default)
     * 
     * @param datatype the value of field 'datatype'.
     */
    public void setDatatype(com.queplix.core.jxb.entity.types.DataSType datatype)
    {
        this._datatype = datatype;
    } //-- void setDatatype(com.queplix.core.jxb.entity.types.DataSType) 

    /**
     * Sets the value of field 'descriptive'. The field
     * 'descriptive' has the following description: Attribute means
     * what should be displayed in "Last viewed" section. Atribute
     * is added in core 3.0
     * 
     * @param descriptive the value of field 'descriptive'.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?