openfuture.masterdata
Interface IMasterDataContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MasterDataContainer, LDMasterDataContainer, LocalizedMasterDataContainer

public interface IMasterDataContainer
extends java.io.Serializable

This interface defines the services a Master Data Container must implement. A Master Data Container is responsible to maintain the Master Data in a list and select a (language dependent) subset of them to be passed from the service to the provider. Creation date: (10.09.00 09:32:25)


Method Summary
 java.util.Vector getData()
          return the contained data Creation date: (10.09.00 10:10:44)
 IMasterDataContainer getMasterData(java.lang.String language)
          Provides another container with master data for the given language Creation date: (10.09.00 10:10:44)
 boolean hasMasterData(java.lang.String language)
          indicates if this container can provide data for a given language.
 void setLanguage(java.lang.String language)
          Insert the method's description here.
 

Method Detail

getData

public java.util.Vector getData()
return the contained data Creation date: (10.09.00 10:10:44)
Returns:
Vector

getMasterData

public IMasterDataContainer getMasterData(java.lang.String language)
Provides another container with master data for the given language Creation date: (10.09.00 10:10:44)
Parameters:
language - java.lang.String
Returns:
IMasterDataContainer

hasMasterData

public boolean hasMasterData(java.lang.String language)
indicates if this container can provide data for a given language. Creation date: (10.09.00 10:10:44)
Parameters:
language - java.lang.String
Returns:
boolean

setLanguage

public void setLanguage(java.lang.String language)
Insert the method's description here. Creation date: (10.09.00 10:10:44)
Parameters:
language - java.lang.String
Returns:
boolean


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.