public class NetworkDerridaAnalysis<T> extends Object implements Serializable
| Constructor and Description |
|---|
NetworkDerridaAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
com.banda.core.domain.um.User |
getCreatedBy() |
Long |
getId() |
Network<T> |
getNetwork() |
Integer |
getRepetitions() |
com.banda.math.domain.StatsSequence |
getResult() |
Integer |
getRunTime() |
Date |
getTimeCreated() |
Long |
getVersion() |
void |
setCreatedBy(com.banda.core.domain.um.User createdBy) |
void |
setId(Long id) |
void |
setNetwork(Network<T> network) |
void |
setRepetitions(Integer repetitions) |
void |
setResult(com.banda.math.domain.StatsSequence result) |
void |
setRunTime(Integer runTime) |
void |
setTimeCreated(Date timeCreated) |
void |
setVersion(Long version) |
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public Integer getRepetitions()
public void setRepetitions(Integer repetitions)
public Integer getRunTime()
public void setRunTime(Integer runTime)
public com.banda.math.domain.StatsSequence getResult()
public void setResult(com.banda.math.domain.StatsSequence result)
Copyright © 2018. All Rights Reserved.