psdi.mbo

Class ViewColumnInfoBase

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class ViewColumnInfoBase
    extends CachedObject
    A class to represents information about a MAXIMO view column used by a business object. The column information is obtained from the maxviewcolumn table.
    See Also:
    Serialized Form
    • Method Detail

      • getSameStorageAs

        public java.lang.String getSameStorageAs()
        Returns the name of the view column that same data value as this view column.
        Returns:
        the name of the view column that same data value as this view column.
      • setSameStorageAs

        public void setSameStorageAs(java.lang.String sameStorageAs)
        Sets the name of the view column that same data value as this view column.
        Parameters:
        sameStorageAs - name of the view column that same data value as this view column.
      • getTableColumnName

        public java.lang.String getTableColumnName()
        Returns the name of the table's column that has data for this column.
        Returns:
        the name of the table's column that has data for this column.
      • setTableColumnName

        public void setTableColumnName(java.lang.String tableColumnName)
        Sets the name of the table's column that has data for this column.
        Parameters:
        tableColumnName - name of the table's column that has data for this column.
      • getTableName

        public java.lang.String getTableName()
        Returns the name of the table that has data for this column.
        Returns:
        the name of the table that has data for this column.
      • setTableName

        public void setTableName(java.lang.String tableName)
        Sets the name of the table that has data for this column.
        Parameters:
        tableName - the name of the table that has data for this column.
      • getViewColumnName

        public java.lang.String getViewColumnName()
        Returns the view column name.
        Returns:
        view column name.
      • setViewColumnName

        public void setViewColumnName(java.lang.String viewColumnName)
        Sets the view column name.
        Parameters:
        viewColumnName - the view column name.
      • getViewName

        public java.lang.String getViewName()
        Returns the name of the view that has this column information.
        Returns:
        the name of the view that has this column information.
      • setViewName

        public void setViewName(java.lang.String viewName)
        Sets the name of the view that has this column information.
        Parameters:
        viewName - the name of the view that has this column information.
      • getCacheName

        public java.lang.String getCacheName()
        Description copied from class: CachedObject
        Return the identifier of the repository name for this cached object
        Specified by:
        getCacheName in class CachedObject
        Returns: