psdi.mbo

Class ViewColumnInfo

  • All Implemented Interfaces:
    java.io.Serializable


    public class ViewColumnInfo
    extends CachedObjectPointer
    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.
      • 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.
      • 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.
      • getViewColumnName

        public java.lang.String getViewColumnName()
        Returns the view column name.
        Returns:
        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.
      • isTenantOwned

        public boolean isTenantOwned()