Uses of Class
com.genologics.ri.Address
Packages that use Address
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Provides classes for representing and managing laboratory entities in the Clarity LIMS system.
-
Uses of Address in com.genologics.ri
Methods in com.genologics.ri that return Address -
Uses of Address in com.genologics.ri.lab
Fields in com.genologics.ri.lab declared as AddressModifier and TypeFieldDescriptionprotected AddressLab.billingAddressThe billing address for the lab.protected AddressLab.shippingAddressThe shipping address for the lab.Methods in com.genologics.ri.lab that return AddressModifier and TypeMethodDescriptionLab.getBillingAddress()Gets the billing address of the lab.Lab.getShippingAddress()Gets the shipping address of the lab.Methods in com.genologics.ri.lab with parameters of type AddressModifier and TypeMethodDescriptionvoidLab.setBillingAddress(Address value) Sets the billing address of the lab.voidLab.setShippingAddress(Address value) Sets the shipping address of the lab.