com.indexdata.torus
Class Record
java.lang.Object
com.indexdata.torus.Record
public class Record
- extends Object
Represents a single TORUS record.
- Author:
- jakub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Record
public Record()
Record
public Record(String type)
getType
public final String getType()
setType
public final void setType(String type)
getUri
public final URI getUri()
setUri
public final void setUri(URI uri)
getLayers
public final List<Layer> getLayers()
setLayers
public final void setLayers(List<Layer> layers)
Copyright © 2012. All Rights Reserved.