nl.cloudfarming.client.area.field
Class AreaFieldModule

java.lang.Object
  extended by nl.cloudfarming.client.area.field.AreaFieldModule
All Implemented Interfaces:
PersistingModule

public final class AreaFieldModule
extends Object
implements PersistingModule

Persisting module for module area-field

Author:
Timon Veenstra

Field Summary
static String MODULE_NAME
          The name of this module
static String PERSISTENCE_UNIT
          Name of the persistence unit for this module
 
Constructor Summary
AreaFieldModule()
           
 
Method Summary
 String getModuleName()
           
 String getPersistenceUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_NAME

public static final String MODULE_NAME
The name of this module

See Also:
Constant Field Values

PERSISTENCE_UNIT

public static final String PERSISTENCE_UNIT
Name of the persistence unit for this module

See Also:
Constant Field Values
Constructor Detail

AreaFieldModule

public AreaFieldModule()
Method Detail

getPersistenceUnit

public final String getPersistenceUnit()
Specified by:
getPersistenceUnit in interface PersistingModule

getModuleName

public final String getModuleName()
Specified by:
getModuleName in interface PersistingModule


Copyright © 2011. All Rights Reserved.