com.banda.network.domain
Class NodeFunction<T>
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.network.domain.NodeFunction<T>
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
public class NodeFunction<T>
- extends com.banda.core.domain.TechnicalDomainObject
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| 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 |
NodeFunction
public NodeFunction()
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 com.banda.core.domain.DomainObject<Long>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.