com.googlecode.fascinator.access.hibernate
Class HibernateAccessSchema

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

public class HibernateAccessSchema
extends GenericSchema

Hibernate based schema

Author:
Shilo Banihit

Field Summary
 String role
          Role name
 String user
          User name
 
Constructor Summary
HibernateAccessSchema()
           
 
Method Summary
 boolean equals(Object obj)
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public String role
Role name


user

public String user
User name

Constructor Detail

HibernateAccessSchema

public HibernateAccessSchema()
Method Detail

init

public void init(String recordId)
Initialization method

Parameters:
recordId - record id

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2014. All Rights Reserved.