vishnu.model.persistents
Class PersistentTable

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by vishnu.model.persistents.AbstractPersistentTable
          extended by vishnu.model.persistents.PersistentTable
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, Table

public class PersistentTable
extends AbstractPersistentTable

Author:
Mariano Tepper TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
PersistentTable(vishnu.model.persistents.PersistentTableContext ptc, UserContext context, java.lang.String tableName, TableSignature signature)
           
 
Method Summary
 Database getDatabase()
           
 boolean hasDatabase()
           
 void order()
           
 java.lang.String orderedBy()
          Devuelve el nombre de columna por el que esta ordenada la tabla.
 
Methods inherited from class vishnu.model.persistents.AbstractPersistentTable
createRecord, name, recordSet, signature
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentTable

public PersistentTable(vishnu.model.persistents.PersistentTableContext ptc,
                       UserContext context,
                       java.lang.String tableName,
                       TableSignature signature)
Method Detail

orderedBy

public java.lang.String orderedBy()
Description copied from interface: Table
Devuelve el nombre de columna por el que esta ordenada la tabla.

Returns:
el nombre de la columna por la que esta ordenada, null si no lo esta.

order

public void order()

getDatabase

public Database getDatabase()

hasDatabase

public boolean hasDatabase()