|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.application.definition.PlaceholderDefinition
public class PlaceholderDefinition
This class represents a persistent placeholder.
| Constructor Summary | |
|---|---|
PlaceholderDefinition(LocalizationResource localizationResource,
MarkupDefinitionId markupDefinitionId,
int location)
Constructor to create a new PlaceholderDefinition object. |
|
| Method Summary | |
|---|---|
LocalizationResource |
getLocalizationResource()
Returns the LocalizationResource associated with this
PlaceholderDefinition based on the locale of the request used
for retrieving the PlaceholderDefinition. |
int |
getLocation()
Returns the location of this placeholder. |
MarkupDefinitionId |
getMarkupDefinitionId()
Returns the MarkupDefinitionId for the MarkupDefinition
associated with this placeholder. |
PlaceholderDefinitionId |
getPlaceholderDefinitionId()
Returns the PlaceholderDefinitionId for this placeholder. |
void |
setLocalizationResource(LocalizationResource localizationResource)
Sets the LocalizationResource for this placeholder. |
void |
setLocation(int location)
Sets the location of this placeholder. |
void |
setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
Sets the MarkupDefinitionId for this placeholder. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlaceholderDefinition(LocalizationResource localizationResource,
MarkupDefinitionId markupDefinitionId,
int location)
PlaceholderDefinition object.
localizationResource - localized title and descriptionmarkupDefinitionId - reference to a persisted MarkupDefinition
that specifies the markup for this placeholderlocation - location of this placeholder in its layout| Method Detail |
|---|
public PlaceholderDefinitionId getPlaceholderDefinitionId()
PlaceholderDefinitionId for this placeholder.
Returns null when the PlaceholderDefinition has not been retrieved
by using the persistence API.
PlaceholderDefinitionId for this placeholderpublic MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId for the MarkupDefinition
associated with this placeholder.
MarkupDefinitionIdMarkupDefinitionpublic void setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
MarkupDefinitionId for this placeholder.
markupDefinitionId - public LocalizationResource getLocalizationResource()
LocalizationResource associated with this
PlaceholderDefinition based on the locale of the request used
for retrieving the PlaceholderDefinition.
LocalizationResource associated with this placeholderpublic void setLocalizationResource(LocalizationResource localizationResource)
LocalizationResource for this placeholder.
localizationResource - public int getLocation()
public void setLocation(int location)
location - public String toString()
toString in class Object
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||