com.indexdata.torus
Class Layer
java.lang.Object
com.indexdata.torus.Layer
- Direct Known Subclasses:
- CategoryTypeLayer, IdentityTypeLayer, SearchableTypeLayer
public abstract class Layer
- extends Object
Represents a single abstract layer within a record.
- Author:
- jakub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Layer
public Layer()
Layer
public Layer(String name)
getLayerName
public final String getLayerName()
seLayertName
@Deprecated
public final void seLayertName(String name)
- Deprecated.
setLayerName
public final void setLayerName(String name)
getId
public String getId()
setId
public void setId(String id)
getOtherElements
public List<Object> getOtherElements()
- Returns the elements not matched by the concrete implementation
of this class.
- Returns:
- a list of Elements or JAXBElements objects
setOtherElements
public void setOtherElements(List<Object> otherElements)
Copyright © 2012. All Rights Reserved.