com.posco.reuse.transformed
Class AttributeDbManagerImpl
java.lang.Object
com.posco.reuse.transformed.AbstractAttributeManager
com.posco.reuse.transformed.AttributeDbManagerImpl
- All Implemented Interfaces:
- AttributeManager, DisposableBean, InitializingBean
public class AttributeDbManagerImpl
- extends AbstractAttributeManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeDbManagerImpl
public AttributeDbManagerImpl()
getDao
public GlueGenericJdbcDao getDao()
setDao
public void setDao(GlueGenericJdbcDao dao)
- setter method for DI.
- Parameters:
dao -
getQueryId
public String getQueryId()
setQueryId
public void setQueryId(String queryId)
- setter method for DI.
- Parameters:
queryId -
getAttributes
public List<PosTransformAttribute> getAttributes(String id)
- Specified by:
getAttributes in class AbstractAttributeManager
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean- Overrides:
afterPropertiesSet in class AbstractAttributeManager
- Throws:
Exception
Copyright © 2013–2016 POSCO ICT. All rights reserved.