org.openxma.dsl.reference.model.impl
Class AbstractSupplierImpl
java.lang.Object
org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
org.openxma.dsl.reference.model.impl.AbstractSupplierImpl
- All Implemented Interfaces:
- BaseEntity, BaseSupplier
- Direct Known Subclasses:
- SupplierImpl
@Component(value="supplierPrototype")
@Scope(value="prototype")
public abstract class AbstractSupplierImpl
- extends BaseEntityImpl
- implements BaseSupplier
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AbstractSupplierImpl
public AbstractSupplierImpl()
setCompanyName
public void setCompanyName(java.lang.String companyName)
- Specified by:
setCompanyName in interface BaseSupplier
getCompanyName
public java.lang.String getCompanyName()
- Specified by:
getCompanyName in interface BaseSupplier
setAddress
public void setAddress(SupplierAddress address)
- Specified by:
setAddress in interface BaseSupplier
getAddress
public SupplierAddress getAddress()
- Specified by:
getAddress in interface BaseSupplier
setContact
public void setContact(ContactInfo contact)
- Specified by:
setContact in interface BaseSupplier
getContact
public ContactInfo getContact()
- Specified by:
getContact in interface BaseSupplier
toString
public java.lang.String toString()
- Overrides:
toString in class BaseEntityImpl
Copyright © 2010. All Rights Reserved.