com.banda.network.domain
Class NetworkWeightSetting<T>

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.network.domain.AbstractNetworkWeightSetting<T>
              extended by com.banda.network.domain.NetworkWeightSetting<T>
All Implemented Interfaces:
KeyHolder<Long>, Serializable, Comparable<AbstractTopology>

public class NetworkWeightSetting<T>
extends AbstractNetworkWeightSetting<T>

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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
NetworkWeightSetting()
           
 
Method Summary
 void addWeight(T weight)
           
 List<T> getWeights()
           
 boolean isTemplate()
           
 void setWeights(List<T> weights)
           
 
Methods inherited from class com.banda.network.domain.AbstractNetworkWeightSetting
addLayerWeightSetting, compareTo, getIndex, getLayerWeightSettings, getName, getParentWeightSetting, getTimeCreated, removeLayerWeightSetting, setIndex, setLayerWeightSettings, setName, setParentWeightSetting, setTimeCreated, toString
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkWeightSetting

public NetworkWeightSetting()
Method Detail

getWeights

public List<T> getWeights()

setWeights

public void setWeights(List<T> weights)

addWeight

public void addWeight(T weight)

isTemplate

public boolean isTemplate()
Specified by:
isTemplate in class AbstractNetworkWeightSetting<T>


Copyright © 2012. All Rights Reserved.