Class NewProjectMetadataRestriction


  • public class NewProjectMetadataRestriction
    extends java.lang.Object
    Helper class when creating a project with samples from the cart to indicate which restriction level the metadata attached should have.
    • Constructor Detail

      • NewProjectMetadataRestriction

        public NewProjectMetadataRestriction()
      • NewProjectMetadataRestriction

        public NewProjectMetadataRestriction​(java.lang.Long identifier,
                                             java.lang.String restriction)
    • Method Detail

      • getIdentifier

        public java.lang.Long getIdentifier()
      • setIdentifier

        public void setIdentifier​(java.lang.Long identifier)
      • getRestriction

        public java.lang.String getRestriction()
      • setRestriction

        public void setRestriction​(java.lang.String restriction)