com.banda.network.domain
Class SpatialNeighborhood

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.network.domain.SpatialNeighborhood
All Implemented Interfaces:
com.banda.core.domain.KeyHolder<Long>, Serializable

public class SpatialNeighborhood
extends com.banda.core.domain.TechnicalDomainObject

Since:
2013
Author:
© Peter Banda
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
SpatialNeighborhood()
           
 
Method Summary
 void addNeighbor(SpatialNeighbor neighbor)
           
 String getName()
           
 List<SpatialNeighbor> getNeighbors()
           
 void setName(String name)
           
protected  void setNeighbors(List<SpatialNeighbor> neighbors)
           
 
Methods inherited from class com.banda.core.domain.TechnicalDomainObject
getId, getKey, getVersion, setId, setKey, setVersion
 
Methods inherited from class com.banda.core.domain.DomainObject
copyFrom, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpatialNeighborhood

public SpatialNeighborhood()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getNeighbors

public List<SpatialNeighbor> getNeighbors()

setNeighbors

protected void setNeighbors(List<SpatialNeighbor> neighbors)

addNeighbor

public void addNeighbor(SpatialNeighbor neighbor)


Copyright © 2013. All Rights Reserved.