Uses of Class
org.openxma.dsl.reference.base.ContactInfo

Packages that use ContactInfo
org.openxma.dsl.reference.dto   
org.openxma.dsl.reference.model   
org.openxma.dsl.reference.model.impl   
 

Uses of ContactInfo in org.openxma.dsl.reference.dto
 

Methods in org.openxma.dsl.reference.dto that return ContactInfo
 ContactInfo SupplierView.getContact()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type ContactInfo
 void SupplierView.setContact(ContactInfo contact)
           
 

Constructors in org.openxma.dsl.reference.dto with parameters of type ContactInfo
SupplierView(java.lang.String oid, java.util.Date version, java.lang.String companyName, SupplierAddress address, ContactInfo contact)
           
 

Uses of ContactInfo in org.openxma.dsl.reference.model
 

Methods in org.openxma.dsl.reference.model that return ContactInfo
 ContactInfo BaseSupplier.getContact()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type ContactInfo
 void BaseSupplier.setContact(ContactInfo contact)
           
 

Uses of ContactInfo in org.openxma.dsl.reference.model.impl
 

Methods in org.openxma.dsl.reference.model.impl that return ContactInfo
 ContactInfo AbstractSupplierImpl.getContact()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type ContactInfo
 void AbstractSupplierImpl.setContact(ContactInfo contact)
           
 



Copyright © 2010. All Rights Reserved.