Class OdlRow

java.lang.Object
overit.geocallapp.wfm.materials.odl.OdlRow

public class OdlRow extends Object
  • Field Details

    • _id

      protected Long _id
    • _order

      protected Long _order
    • _typeId

      protected Long _typeId
    • _typeDescription

      protected String _typeDescription
    • _materials

      protected List<Material> _materials
  • Constructor Details

    • OdlRow

      public OdlRow()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOrder

      public Long getOrder()
    • setOrder

      public void setOrder(Long order)
    • getTypeId

      public Long getTypeId()
    • setTypeId

      public void setTypeId(Long typeId)
    • getTypeDescription

      public String getTypeDescription()
    • setTypeDescription

      public void setTypeDescription(String typeDescription)
    • getMaterials

      public List<Material> getMaterials()
    • setMaterials

      public void setMaterials(List<Material> materials)
    • addMaterial

      public void addMaterial(Material material)
    • removeMaterial

      public void removeMaterial(Material material)