|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.netuix.application.definition.ShellDefinition
ShellDefinition
| Constructor Summary | |
ShellDefinition(LocalizationResource localizationResource,
MarkupDefinitionId markupDefinitionId,
String webAppName,
String shellFile,
boolean deleted)
Constructor to create a new ShellDefinition object. |
|
| Method Summary | |
LocalizationIntersectionId |
getLocalizationIntersectionId()
Returns the LocalizationIntersectionId for this shell.
|
LocalizationResource |
getLocalizationResource()
Returns the LocalizationResource associated with this
ShellDefinition based on the locale of the request used
for retrieving the ShellDefinition. |
MarkupDefinitionId |
getMarkupDefinitionId()
Returns the MarkupDefinitionId for the MarkupDefinition
associated with this shell. |
ShellDefinitionId |
getShellDefinitionId()
Returns the ShellDefinitionId for this shell.
|
String |
getShellFile()
Returns the path to the shell file for this shell. |
String |
getWebAppName()
Returns the name of the J2EE web application this shell is scoped to. |
boolean |
isDeleted()
Returns whether this shell is deleted. |
void |
setDeleted(boolean deleted)
Sets whether this shell is deleted |
void |
setLocalizationResource(LocalizationResource localizationResource)
Sets the LocalizationResource for this shell. |
void |
setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
Sets the MarkupDefinitionId for this shell. |
void |
setShellFile(String shellFile)
Sets the shell file path for this shell. |
void |
setWebAppName(String webAppName)
Scopes this shell to specified J2EE web application |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ShellDefinition(LocalizationResource localizationResource,
MarkupDefinitionId markupDefinitionId,
String webAppName,
String shellFile,
boolean deleted)
ShellDefinition object.
| Method Detail |
public LocalizationIntersectionId getLocalizationIntersectionId()
LocalizationIntersectionId for this shell.
Returns NULL if no LocalizationResource is associated with
this shell. A LocalizationIntersectionId is a reference to all
localized versions of title and description for an entity.
LocalizationIntersectionId for this shellpublic LocalizationResource getLocalizationResource()
LocalizationResource associated with this
ShellDefinition based on the locale of the request used
for retrieving the ShellDefinition.
LocalizationResource associated with this shellpublic MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId for the MarkupDefinition
associated with this shell.
MarkupDefinitionIdMarkupDefinitionpublic ShellDefinitionId getShellDefinitionId()
ShellDefinitionId for this shell.
Returns NULL when the ShellDefinition has not been retrieved
by using the persistence API.
ShellDefinitionId for this shellpublic String getShellFile()
public String getWebAppName()
public boolean isDeleted()
public void setDeleted(boolean deleted)
deleted - public void setLocalizationResource(LocalizationResource localizationResource)
LocalizationResource for this shell.
localizationResource - public void setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
MarkupDefinitionId for this shell.
markupDefinitionId - public void setShellFile(String shellFile)
shellFile - public void setWebAppName(String webAppName)
webAppName - name of the web application to scope this shell topublic String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||