Class EmSampleSupport

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmSampleSupport
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmSampleSupport
extends DelegatingCategory
Data items in the EM_SAMPLE_SUPPORT category record details of the electron microscope grid type, grid support film and pretreatment of whole before sample is applied
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getId

      public StrColumn getId()
      The value of _em_sample_support.id must uniquely identify the sample support.
      Returns:
      StrColumn
    • getFilmMaterial

      public StrColumn getFilmMaterial()
      The support material covering the em grid.
      Returns:
      StrColumn
    • getMethod

      public StrColumn getMethod()
      A description of the method used to produce the support film.
      Returns:
      StrColumn
    • getGridMaterial

      public StrColumn getGridMaterial()
      The name of the material from which the grid is made.
      Returns:
      StrColumn
    • getGridMeshSize

      public IntColumn getGridMeshSize()
      The value of the mesh size (divisions per inch) of the em grid.
      Returns:
      IntColumn
    • getGridType

      public StrColumn getGridType()
      A description of the grid type.
      Returns:
      StrColumn
    • getPretreatment

      public StrColumn getPretreatment()
      A description of the grid plus support film pretreatment.
      Returns:
      StrColumn
    • getDetails

      public StrColumn getDetails()
      Any additional details concerning the sample support.
      Returns:
      StrColumn
    • getSpecimenId

      public StrColumn getSpecimenId()
      This data item is a pointer to _em_sample_preparation.id in the EM_SPECIMEN category.
      Returns:
      StrColumn
    • getCitationId

      public StrColumn getCitationId()
      This data item is a pointer to _citation.id in the CITATION category.
      Returns:
      StrColumn