@Entity public class PathToPathLink extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PathToPathLink() |
PathToPathLink(String type,
String sourcePath,
String targetPath,
String description) |
Modifier and Type | Method and Description |
---|---|
PathToPathLink |
clone() |
boolean |
equals(Object o) |
String |
getDescription() |
int |
getId() |
String |
getSourcePath() |
String |
getTargetPath() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setSourcePath(String pathFrom) |
void |
setTargetPath(String pathTo) |
void |
setType(String type) |
public int getId()
public void setId(int id)
public String getSourcePath()
public void setSourcePath(String pathFrom)
public String getTargetPath()
public void setTargetPath(String pathTo)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public PathToPathLink clone()
Copyright © 2017 DocDoku. All rights reserved.