com.indexdata.torus
Class Layer

java.lang.Object
  extended by 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

Constructor Summary
Layer()
           
Layer(String name)
           
 
Method Summary
 String getId()
           
 String getLayerName()
           
 List<Object> getOtherElements()
          Returns the elements not matched by the concrete implementation of this class.
 void seLayertName(String name)
          Deprecated. 
 void setId(String id)
           
 void setLayerName(String name)
           
 void setOtherElements(List<Object> otherElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layer

public Layer()

Layer

public Layer(String name)
Method Detail

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.