@Entity public class PathDataMaster extends Object implements Serializable
PathDataIteration
.Constructor and Description |
---|
PathDataMaster() |
Modifier and Type | Method and Description |
---|---|
PathDataIteration |
createNextIteration() |
boolean |
equals(Object o) |
int |
getId() |
PathDataIteration |
getLastIteration() |
String |
getPath() |
List<PathDataIteration> |
getPathDataIterations() |
int |
hashCode() |
void |
setId(int id) |
void |
setPath(String path) |
void |
setPathDataIterations(List<PathDataIteration> pathDataIterations) |
public int getId()
public void setId(int id)
public String getPath()
public void setPath(String path)
public List<PathDataIteration> getPathDataIterations()
public void setPathDataIterations(List<PathDataIteration> pathDataIterations)
public PathDataIteration createNextIteration()
public PathDataIteration getLastIteration()
Copyright © 2017 DocDoku. All rights reserved.