Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.masterdata
Interface IMasterDataContainer  view IMasterDataContainer download IMasterDataContainer.java

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

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)


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)


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)


setLanguage

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