Class ProjectCartSample


  • public class ProjectCartSample
    extends java.lang.Object
    This class is USED ONLY for when a user selects all sample to be added to the cart from the project samples page. Since the samples might not be currently loaded into the table, a minimum representation needs to be returned so that they can properly be added to the updated cart.
    • Method Detail

      • getId

        public long getId()
      • getKey

        public long getKey()
      • getProjectId

        public long getProjectId()
      • getSampleName

        public java.lang.String getSampleName()
      • isOwner

        public boolean isOwner()