|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.wcb.foundation.ComponentBundleDefinitionImpl
public class ComponentBundleDefinitionImpl
Simple bean class that descibes the configuration of a ComponentBundle.
| Constructor Summary | |
|---|---|
ComponentBundleDefinitionImpl()
|
|
| Method Summary | |
|---|---|
org.osgi.framework.BundleContext |
getBundleContext()
|
ComponentDefinition[] |
getComponentDefinitions()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDomain()
Return the Domain of this WCB |
java.lang.String |
getId()
|
java.lang.String[] |
getLanguageResources()
default getter |
java.lang.String |
getName()
|
java.lang.String |
getNameSpace()
Returns the namespace of this WCB |
Version |
getVersion()
|
java.lang.String |
getWCBId()
Return the WCB ID of this WCB |
java.lang.String |
getWCBKey()
Return the WCB key for this WCB |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
|
void |
setComponentDefinitions(ComponentDefinition[] componentDefinitions)
|
void |
setDescription(java.lang.String description)
basis setter. |
void |
setDomain(java.lang.String domain)
Sets the Domain of this WCB |
void |
setId(java.lang.String id)
basis setter. |
void |
setLanguageResources(java.lang.String[] languageResources)
set the languageResouces for this bundle optional, by default all the files from the messages dir are used |
void |
setName(java.lang.String name)
basis setter. |
void |
setNameSpace(java.lang.String nameSpace)
Sets the namespace of this WCB |
void |
setVersion(Version commercialVersion)
basis setter. |
void |
setWCBId(java.lang.String wcbId)
Sets the WCB ID of this WCB |
void |
setWCBKey(java.lang.String wcbKey)
Sets the key for the WCB ID of this ComponentBundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentBundleDefinitionImpl()
| Method Detail |
|---|
public java.lang.String getId()
getId in interface ComponentBundleDefinitionpublic void setId(java.lang.String id)
id - public java.lang.String getWCBId()
getWCBId in interface ComponentBundleDefinitionpublic void setWCBId(java.lang.String wcbId)
wcbId - the WCB ID to setpublic java.lang.String getWCBKey()
getWCBKey in interface ComponentBundleDefinitionpublic void setWCBKey(java.lang.String wcbKey)
wcbKey - the key for the WCB IDpublic java.lang.String getDomain()
getDomain in interface ComponentBundleDefinitionpublic void setDomain(java.lang.String domain)
domain - the Domain to setpublic java.lang.String getName()
getName in interface ComponentBundleDefinitionpublic void setName(java.lang.String name)
name - the namepublic java.lang.String getDescription()
getDescription in interface ComponentBundleDefinitionpublic void setDescription(java.lang.String description)
description - the descriptionpublic Version getVersion()
getVersion in interface ComponentBundleDefinitionpublic void setVersion(Version commercialVersion)
commercialVersion - the commercial versionpublic void setLanguageResources(java.lang.String[] languageResources)
ComponentBundleDefinition
setLanguageResources in interface ComponentBundleDefinitionlanguageResources - language resourcespublic java.lang.String[] getLanguageResources()
ComponentBundleDefinition
getLanguageResources in interface ComponentBundleDefinitionpublic void setComponentDefinitions(ComponentDefinition[] componentDefinitions)
componentDefinitions - the componentDefinitionspublic ComponentDefinition[] getComponentDefinitions()
getComponentDefinitions in interface ComponentBundleDefinitionpublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in interface ComponentBundleDefinitionpublic org.osgi.framework.BundleContext getBundleContext()
getBundleContext in interface ComponentBundleDefinitionpublic java.lang.String getNameSpace()
getNameSpace in interface ComponentBundleDefinitionpublic void setNameSpace(java.lang.String nameSpace)
setNameSpace in interface ComponentBundleDefinitionnameSpace - to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||