public class PropertyInject extends Object
Constructor and Description |
---|
PropertyInject() |
PropertyInject(String name,
Injectable property,
Method method) |
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
String |
getName() |
Injectable |
getProperty() |
void |
setMethod(Method method) |
void |
setName(String name) |
void |
setProperty(Injectable property) |
public PropertyInject()
public PropertyInject(String name, Injectable property, Method method)
public Method getMethod()
public void setMethod(Method method)
public Injectable getProperty()
public void setProperty(Injectable property)
public String getName()
public void setName(String name)
Copyright © 2018 Brandao. All rights reserved.