gcs
Class GcsBuilder

java.lang.Object
  extended by gcs.GcsBuilder

public class GcsBuilder
extends java.lang.Object

A class which objects can store the specific GcsFactory objects.

Author:
tkob

Constructor Summary
GcsBuilder(GcsFactory factory)
          The class constructor, sets the factory reference.
 
Method Summary
 GcsFactory getFactory()
          Returns the factory object stored in the GcsBuilder object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GcsBuilder

public GcsBuilder(GcsFactory factory)
The class constructor, sets the factory reference.

Parameters:
factory - a factory object which should be stored
Method Detail

getFactory

public GcsFactory getFactory()
Returns the factory object stored in the GcsBuilder object.

Returns:
the factory object