org.openxma.dsl.reference.model.impl
Class AbstractSupplierImpl

java.lang.Object
  extended by org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
      extended by 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


Constructor Summary
AbstractSupplierImpl()
           
 
Method Summary
 SupplierAddress getAddress()
           
 java.lang.String getCompanyName()
           
 ContactInfo getContact()
           
 void setAddress(SupplierAddress address)
           
 void setCompanyName(java.lang.String companyName)
           
 void setContact(ContactInfo contact)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
equals, getOid, getVersion, hashCode, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openxma.dsl.reference.base.model.BaseEntity
getOid, getVersion
 

Constructor Detail

AbstractSupplierImpl

public AbstractSupplierImpl()
Method Detail

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.