com.banda.network.domain
Class NodeFunction<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.NodeFunction<T>
All Implemented Interfaces:
KeyHolder<Long>, Serializable

public class NodeFunction<T>
extends TechnicalDomainObject

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
NodeFunction()
           
 
Method Summary
 AbstractFunction<T,T> getFunction()
           
 Integer getIndex()
           
 NetworkFunction<T> getNetworkFunction()
           
 void setFunction(AbstractFunction<T,T> function)
           
 void setIndex(Integer index)
           
 void setNetworkFunction(NetworkFunction<T> networkFunction)
           
 String 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

NodeFunction

public NodeFunction()
Method Detail

getIndex

public Integer getIndex()

setIndex

public void setIndex(Integer index)

getFunction

public AbstractFunction<T,T> getFunction()

setFunction

public void setFunction(AbstractFunction<T,T> function)

getNetworkFunction

public NetworkFunction<T> getNetworkFunction()

setNetworkFunction

public void setNetworkFunction(NetworkFunction<T> networkFunction)

toString

public String toString()
Overrides:
toString in class DomainObject<Long>
See Also:
Object.toString()


Copyright © 2012. All Rights Reserved.