Uses of Class
com.fourjs.report.facturx.profiles.extended.DetailsOfTheContactPerson
-
Packages that use DetailsOfTheContactPerson Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of DetailsOfTheContactPerson in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return DetailsOfTheContactPerson Modifier and Type Method Description DetailsOfTheContactPersonInvoiceLine. appendNewDetailsOfTheContactPerson()Creates a DetailsOfTheContactPerson object and appends it to the list obtainable by a call to getInvoiceLine.getDetailsOfTheContactPersons()DetailsOfTheContactPersonDetailsOfTheContactPerson. setContactEmailAddress(String value)DetailsOfTheContactPersonDetailsOfTheContactPerson. setContactName(String value)DetailsOfTheContactPersonDetailsOfTheContactPerson. setDepartmentName(String value)DetailsOfTheContactPersonDetailsOfTheContactPerson. setFaxNumber(String value)DetailsOfTheContactPersonDetailsOfTheContactPerson. setTelephoneNumber(String value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type DetailsOfTheContactPerson Modifier and Type Method Description List<DetailsOfTheContactPerson>InvoiceLine. getDetailsOfTheContactPersons()Returns a list of DetailsOfTheContactPerson objects previously created by calls toInvoiceLine.appendNewDetailsOfTheContactPerson()
-