Class CartSampleModel


  • public class CartSampleModel
    extends java.lang.Object
    Used to represent a Sample on the UI Cart Page. Keeping this as simple as possible as there could be a lot of these asked for.
    • Constructor Summary

      Constructors 
      Constructor Description
      CartSampleModel​(Sample sample, boolean owner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getId()  
      java.lang.String getLabel()  
      boolean isOwner()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CartSampleModel

        public CartSampleModel​(Sample sample,
                               boolean owner)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getLabel

        public java.lang.String getLabel()
      • isOwner

        public boolean isOwner()