com.indexdata.torus
Class Records

java.lang.Object
  extended by com.indexdata.torus.Records

public class Records
extends Object

A collection of TORUS records for listing purposes.

Author:
jakub

Constructor Summary
Records()
           
 
Method Summary
 Collection<Record> getRecords()
           
 URI getUri()
           
 void setRecords(Collection<Record> records)
           
 void setUri(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Records

public Records()
Method Detail

getRecords

public final Collection<Record> getRecords()

setRecords

public final void setRecords(Collection<Record> records)

getUri

public final URI getUri()

setUri

public final void setUri(URI uri)


Copyright © 2012. All Rights Reserved.