Uses of Class
de.dlr.proseo.api.prip.rest.model.CscAttribute
Packages that use CscAttribute
-
Uses of CscAttribute in de.dlr.proseo.api.prip.rest.model
Fields in de.dlr.proseo.api.prip.rest.model with type parameters of type CscAttributeModifier and TypeFieldDescriptionprotected List<CscAttribute> CscProduct.attributesThe variable attributes of the product (as requested by the $expand option)Methods in de.dlr.proseo.api.prip.rest.model that return types with arguments of type CscAttributeModifier and TypeMethodDescription@Valid List<CscAttribute> CscProduct.getAttributes()Returns the attributes.Method parameters in de.dlr.proseo.api.prip.rest.model with type arguments of type CscAttributeModifier and TypeMethodDescriptionvoidCscProduct.setAttributes(List<CscAttribute> attributes) Set the attributes.