|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.migration.model22.impl.instance.Instance22Impl
Field Summary | |
protected java.lang.String |
componentRef
|
protected ContainerContext |
ctx
|
protected java.lang.String |
instanceId
|
protected java.lang.Long |
key
|
protected Preferences |
preferences
|
protected java.util.Map |
preferencesMap
|
Constructor Summary | |
Instance22Impl()
|
|
Instance22Impl(ContainerContext ctx,
java.lang.String id)
|
Method Summary | |
java.lang.String |
getComponentRef()
Return the handle to the component this object instantiate. |
InstanceContainer |
getContainer()
Return the container of this object. |
java.lang.String |
getId()
Return the id in the scope of its container. |
java.lang.String |
getInstanceId()
|
protected java.lang.Long |
getKey()
|
Preferences |
getPreferences()
Return the preferences held by the instance or null if it does not have any. |
java.util.Map |
getPreferencesMap()
|
void |
setComponentRef(java.lang.String componentRef)
Set the component handle of this instance. |
void |
setInstanceId(java.lang.String instanceId)
|
protected void |
setKey(java.lang.Long key)
|
void |
setPreferencesMap(java.util.Map preferences)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Long key
protected java.lang.String instanceId
protected java.lang.String componentRef
protected java.util.Map preferencesMap
protected ContainerContext ctx
protected Preferences preferences
Constructor Detail |
public Instance22Impl()
public Instance22Impl(ContainerContext ctx, java.lang.String id)
Method Detail |
protected java.lang.Long getKey()
protected void setKey(java.lang.Long key)
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
public java.util.Map getPreferencesMap()
public void setPreferencesMap(java.util.Map preferences)
public java.lang.String getComponentRef()
Instance
getComponentRef
in interface Instance
public void setComponentRef(java.lang.String componentRef)
Instance
setComponentRef
in interface Instance
componentRef
- the new component handlepublic java.lang.String getId()
Instance
public InstanceContainer getContainer()
Instance
getContainer
in interface Instance
public Preferences getPreferences()
Instance
getPreferences
in interface Instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |