|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--openfuture.util.masterdata.RBMasterDataSource
Source of master data using resource bundles.
Created: Wed Jan 10 10:36:15 2001
| Constructor Summary | |
RBMasterDataSource(java.lang.String type,
java.util.Vector bundles,
java.util.Vector keys,
java.lang.String prefix)
Creates a new RBMasterDataSource instance. |
|
| Method Summary | |
protected LocalizedMasterDataContainer |
getContainer()
Get the value of container. |
IMasterDataContainer |
getMasterData(java.lang.String type)
If getType() returns null or is equal to
type, the container with master data is
returned. |
java.lang.String |
getType()
Get the value of type. |
protected void |
setContainer(LocalizedMasterDataContainer v)
Set the value of container. |
protected void |
setType(java.lang.String v)
Set the value of type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RBMasterDataSource(java.lang.String type,
java.util.Vector bundles,
java.util.Vector keys,
java.lang.String prefix)
RBMasterDataSource instance. For
each given ResourceBundle,
a vector of LDMasterData
is added, one for each of the given keys. The description is
retreived from the given resource bundle. The given search string
in the resource bundle is the concatenation of the given prefix
and the respective key.
null or
an empty string, the empty string is added as key and as value
for each resource bundle.
type - type of master databundles - vector of ResourceBundle
objects.locales - a Vector of
Locale objectskeys - vector of String objects.prefix - prefix of the resource bundle entries.| Method Detail |
public IMasterDataContainer getMasterData(java.lang.String type)
getType() returns null or is equal to
type, the container with master data is
returned. Otherwise, null will be returned.getMasterData in interface IMasterDataSourcetype - master data typepublic java.lang.String getType()
protected void setType(java.lang.String v)
v - Value to assign to type.protected LocalizedMasterDataContainer getContainer()
protected void setContainer(LocalizedMasterDataContainer v)
v - Value to assign to container.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||