public class InjectSpecificationImpl extends org.apache.hivemind.impl.BaseLocatable implements InjectSpecification
| Constructor and Description |
|---|
InjectSpecificationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getObject()
Returns the string used to indentify a particular object.
|
java.lang.String |
getProperty()
Returns the name of the property to be created.
|
java.lang.String |
getType()
Returns the type of injection.
|
void |
setObject(java.lang.String object) |
void |
setProperty(java.lang.String name) |
void |
setType(java.lang.String type) |
public InjectSpecificationImpl()
public java.lang.String getObject()
InjectSpecificationgetObject in interface InjectSpecificationpublic void setObject(java.lang.String object)
setObject in interface InjectSpecificationpublic java.lang.String getProperty()
InjectSpecificationgetProperty in interface InjectSpecificationpublic void setProperty(java.lang.String name)
setProperty in interface InjectSpecificationpublic java.lang.String getType()
InjectSpecificationobject property differently. Ultimately, the type is used to select the
correct InjectEnhancementWorker.getType in interface InjectSpecificationpublic void setType(java.lang.String type)
setType in interface InjectSpecification