Uses of Class
gov.nasa.pds.model.PdsProduct
Packages that use PdsProduct
-
Uses of PdsProduct in gov.nasa.pds.model
Methods in gov.nasa.pds.model that return PdsProductModifier and TypeMethodDescriptionPdsProduct.addInvestigationsItem(Reference investigationsItem) PdsProduct.addObservingSystemComponentsItem(Reference observingSystemComponentsItem) PdsProduct.addTargetsItem(Reference targetsItem) PdsProduct.description(String description) PdsProduct.investigations(List<Reference> investigations) PdsProduct.observingSystemComponents(List<Reference> observingSystemComponents) PdsProduct.properties(Map<String, List<String>> properties) PdsProduct.putPropertiesItem(String key, List<String> propertiesItem) PdsProduct.startDateTime(String startDateTime) PdsProduct.stopDateTime(String stopDateTime) Methods in gov.nasa.pds.model that return types with arguments of type PdsProductModifier and TypeMethodDescription@NotNull @Valid List<PdsProduct>PdsProducts.getData()Get dataMethods in gov.nasa.pds.model with parameters of type PdsProductMethod parameters in gov.nasa.pds.model with type arguments of type PdsProductModifier and TypeMethodDescriptionPdsProducts.data(List<PdsProduct> data) voidPdsProducts.setData(List<PdsProduct> data)