org.shept.beans.support
public class ReloadableAssociation extends Object implements Serializable, FilterDefinition
| Modifier and Type | Field and Description |
|---|---|
private Method |
associationMethod |
private ModelCreation |
newModelTemplate |
private static long |
serialVersionUID |
private Object |
sourceModel |
| Constructor and Description |
|---|
ReloadableAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Method |
getAssociationMethod() |
ModelCreation |
getNewModelTemplate() |
Object |
getSourceModel() |
void |
setAssociationMethod(Method associationMethod) |
void |
setNewModelTemplate(ModelCreation newModelTemplate) |
void |
setSourceModel(Object souceModel) |
private static final long serialVersionUID
private Object sourceModel
private transient Method associationMethod
private ModelCreation newModelTemplate
public Object getSourceModel()
public void setSourceModel(Object souceModel)
souceModel - the souceModel to setpublic Method getAssociationMethod()
public void setAssociationMethod(Method associationMethod)
associationMethod - the associationMethod to setpublic ModelCreation getNewModelTemplate()
getNewModelTemplate in interface FilterDefinitionpublic void setNewModelTemplate(ModelCreation newModelTemplate)
newModelTemplate - the newModelTemplate to setCopyright © 2014. All Rights Reserved.