org.openanzo.server.repository
Class Schema.UsersRoles

java.lang.Object
  extended by org.openanzo.server.repository.Schema.UsersRoles
Enclosing class:
Schema

public static class Schema.UsersRoles
extends java.lang.Object

Schema definition for the UsersRoles Table


Nested Class Summary
static class Schema.UsersRoles.ColumnNames
          Table's column names
 
Field Summary
static Column HEnd
          UsersRoles's hend column
static Column HStart
          UsersRoles's hstart column
static Column IsExplicit
          UsersRoles's isExplicit column
static Column RoleId
          UsersRoles's Role ID column
static Table TableName
          Table name for the UsersRoles table
static Column UserId
          UsersRoles's ID column
 
Constructor Summary
Schema.UsersRoles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TableName

public static final Table TableName
Table name for the UsersRoles table


UserId

public static final Column UserId
UsersRoles's ID column


RoleId

public static final Column RoleId
UsersRoles's Role ID column


IsExplicit

public static final Column IsExplicit
UsersRoles's isExplicit column


HStart

public static final Column HStart
UsersRoles's hstart column


HEnd

public static final Column HEnd
UsersRoles's hend column

Constructor Detail

Schema.UsersRoles

public Schema.UsersRoles()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.