|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.system.constants.IndividualVariableFactory<T>
public class IndividualVariableFactory<T>
A factory for creating IndividualVariable objects.
Constructor Summary | |
---|---|
IndividualVariableFactory()
|
Method Summary | |
---|---|
T |
getBean()
Gets the bean. |
java.lang.Object |
getObject()
|
java.lang.Class |
getObjectType()
|
java.lang.String |
getVariableName()
Gets the variable name. |
boolean |
isSingleton()
|
void |
setBean(T bean)
Sets the bean. |
void |
setVariableName(java.lang.String variableName)
Sets the variable name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndividualVariableFactory()
Method Detail |
---|
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public T getBean()
public void setBean(T bean)
bean
- the new beanpublic java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
variableName
- the new variable name
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |