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 DetailsOfTheContactPerson
InvoiceLine. appendNewDetailsOfTheContactPerson()
Creates a DetailsOfTheContactPerson object and appends it to the list obtainable by a call to getInvoiceLine.getDetailsOfTheContactPersons()
DetailsOfTheContactPerson
DetailsOfTheContactPerson. setContactEmailAddress(String value)
DetailsOfTheContactPerson
DetailsOfTheContactPerson. setContactName(String value)
DetailsOfTheContactPerson
DetailsOfTheContactPerson. setDepartmentName(String value)
DetailsOfTheContactPerson
DetailsOfTheContactPerson. setFaxNumber(String value)
DetailsOfTheContactPerson
DetailsOfTheContactPerson. 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()
-