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

Quick Search    Search Deep

openfuture.masterdata.test
Class PaintDataSource  view PaintDataSource download PaintDataSource.java

java.lang.Object
  extended byopenfuture.masterdata.test.PaintDataSource
All Implemented Interfaces:
openfuture.masterdata.IMasterDataSource

public class PaintDataSource
extends java.lang.Object
implements openfuture.masterdata.IMasterDataSource

The class PaintDataSource is a simple (example) data source for the master data class Paint Creation date: (09.09.00 22:02:54)


Constructor Summary
PaintDataSource()
          PaintDataSource constructor comment.
 
Method Summary
 openfuture.masterdata.IMasterDataContainer getMasterData(java.lang.String type)
          Provide some instances of Paint as simple example
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaintDataSource

public PaintDataSource()
PaintDataSource constructor comment.

Method Detail

getMasterData

public openfuture.masterdata.IMasterDataContainer getMasterData(java.lang.String type)
Provide some instances of Paint as simple example

Specified by:
getMasterData in interface openfuture.masterdata.IMasterDataSource