com.googlecode.fascinator.access.derby
Class DerbySchema

java.lang.Object
  extended by com.googlecode.fascinator.common.access.GenericSchema
      extended by com.googlecode.fascinator.access.derby.DerbySchema
All Implemented Interfaces:
AccessControlSchema

public class DerbySchema
extends GenericSchema

A Derby schema object

Author:
Greg Pendlebury

Field Summary
 String role
          Role name
 
Constructor Summary
DerbySchema()
           
 
Method Summary
 void init(String recordId)
          Initialization method
 
Methods inherited from class com.googlecode.fascinator.common.access.GenericSchema
describeMetadata, get, getRecordId, getSource, set, setRecordId, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public String role
Role name

Constructor Detail

DerbySchema

public DerbySchema()
Method Detail

init

public void init(String recordId)
Initialization method

Parameters:
recordId - record id


Copyright © 2009-2012. All Rights Reserved.