net.sf.bigyo.model
Class ComponentConfig
java.lang.Object
net.sf.bigyo.model.ComponentConfig
public class ComponentConfig
- extends Object
Egy komponens leirasa, tartalmazza a nevet, hogy milyen profile-ban szerepel -
lehet null -, s hogy milyen objektumoktol fugg.
Created on 2004.03.31.
- Author:
- zsombor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConfig
public ComponentConfig()
getConfigBean
public Object getConfigBean()
- Returns:
- Returns the configBean.
setConfigBean
public void setConfigBean(Object configBean)
- Parameters:
configBean
- The configBean to set.
getNeededObjects
public List getNeededObjects()
- Returns:
- Returns the neededObjects.
setNeededObjects
public void setNeededObjects(List neededObjects)
- Parameters:
neededObjects
- The neededObjects to set.
getClassAlias
public String getClassAlias()
- Returns:
- Returns the classAlias.
setClassAlias
public void setClassAlias(String classAlias)
- Parameters:
classAlias
- The classAlias to set.
getInstanceName
public String getInstanceName()
- Returns:
- Returns the instanceName.
setInstanceName
public void setInstanceName(String instanceName)
- Parameters:
instanceName
- The instanceName to set.
addDependency
public void addDependency(ObjectDependency d)
getLifeCycle
public String getLifeCycle()
- Returns:
- Returns the lifeCycle.
setLifeCycle
public void setLifeCycle(String lifeCycle)
- Parameters:
lifeCycle
- The lifeCycle to set.
getProfile
public final String getProfile()
- Returns:
- Returns the profile.
setProfile
public final void setProfile(String profile)
- Parameters:
profile
- The profile to set.
isStartupComponent
public boolean isStartupComponent()
Copyright © 2004 Sourceforge.net. All Rights Reserved.