Uses of Class
com.fourjs.report.facturx.profiles.extended.ContactTypeCodeContentType
-
Packages that use ContactTypeCodeContentType Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ContactTypeCodeContentType in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ContactTypeCodeContentType Modifier and Type Method Description static ContactTypeCodeContentType
ContactTypeCodeContentType. fromString(String value)
ContactTypeCodeContentType
BuyerAgent. getBuyerAgentTypeCode()
EXT:CONTACT - TypeContactTypeCodeContentType
Payer. getPayerTypeCode()
EXT:CONTACT - TypeContactTypeCodeContentType
SalesAgent. getSalesAgentTypeCode()
EXT:Sales Agent CONTACT - Typestatic ContactTypeCodeContentType
ContactTypeCodeContentType. valueOf(String value)
Methods in com.fourjs.report.facturx.profiles.extended with parameters of type ContactTypeCodeContentType Modifier and Type Method Description BuyerAgent
BuyerAgent. setBuyerAgentTypeCode(ContactTypeCodeContentType value)
Payer
Payer. setPayerTypeCode(ContactTypeCodeContentType value)
SalesAgent
SalesAgent. setSalesAgentTypeCode(ContactTypeCodeContentType value)
-