public class DependencyEntity extends Object implements Serializable
Constructor and Description |
---|
DependencyEntity() |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getSite() |
String |
getSourcePath() |
String |
getTargetPath() |
String |
getType() |
void |
setId(long id) |
void |
setSite(String site) |
void |
setSourcePath(String sourcePath) |
void |
setTargetPath(String targetPath) |
void |
setType(String type) |
public long getId()
public void setId(long id)
public String getSite()
public void setSite(String site)
public String getSourcePath()
public void setSourcePath(String sourcePath)
public String getTargetPath()
public void setTargetPath(String targetPath)
public String getType()
public void setType(String type)
Copyright © 2023 CrafterCMS. All rights reserved.