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

public class NetworkConfiguration<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
NetworkConfiguration()
           
 
Method Summary
 List<T> getStates()
           
 Integer getStep()
           
 void setStates(List<T> states)
           
 void setStep(Integer step)
           
 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

NetworkConfiguration

public NetworkConfiguration()
Method Detail

getStates

public List<T> getStates()

setStates

public void setStates(List<T> states)

getStep

public Integer getStep()

setStep

public void setStep(Integer step)

toString

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


Copyright © 2013. All Rights Reserved.