Class ObjectModelDependencyImpl
- java.lang.Object
-
- org.nuiton.eugene.models.object.xml.ObjectModelImplRef
-
- org.nuiton.eugene.models.object.xml.ObjectModelDependencyImpl
-
- All Implemented Interfaces:
ObjectModelDependency
public class ObjectModelDependencyImpl extends ObjectModelImplRef implements ObjectModelDependency
ObjectModelDependencyImpl. Created: april 23th 2009- Author:
- Florian Desbois - desbois@codelutin.com
-
-
Field Summary
-
Fields inherited from class org.nuiton.eugene.models.object.xml.ObjectModelImplRef
name
-
-
Constructor Summary
Constructors Constructor Description ObjectModelDependencyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectModelClassifiergetClient()Client classifier of the dependencyObjectModelClassifiergetSupplier()The object instance of supplier is getting from model when supplier is nullStringgetSupplierName()voidsetClient(ObjectModelClassifierImpl client)voidsetSupplierName(String supplierName)Method call for Digester setting properties of Dependency-
Methods inherited from class org.nuiton.eugene.models.object.xml.ObjectModelImplRef
equals, getName, postInit, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuiton.eugene.models.object.ObjectModelDependency
getName
-
-
-
-
Method Detail
-
setSupplierName
public void setSupplierName(String supplierName)
Method call for Digester setting properties of Dependency- Parameters:
supplierName- supplier name
-
getSupplierName
public String getSupplierName()
-
getSupplier
public ObjectModelClassifier getSupplier()
The object instance of supplier is getting from model when supplier is null- Specified by:
getSupplierin interfaceObjectModelDependency- Returns:
- an ObjectModelClassifier corresponding to the supplier of the dependency
-
setClient
public void setClient(ObjectModelClassifierImpl client)
-
getClient
public ObjectModelClassifier getClient()
Description copied from interface:ObjectModelDependencyClient classifier of the dependency- Specified by:
getClientin interfaceObjectModelDependency- Returns:
- an ObjectModelClassifier
-
-