public class DependencyEntity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
_id
properties
|
protected String |
_site |
protected String |
_sourcePath |
protected String |
_targetPath |
protected String |
_type |
Constructor and Description |
---|
DependencyEntity()
default constructor
|
DependencyEntity(String site,
String sourcePath)
constructor
|
DependencyEntity(String site,
String sourcePath,
String targetPath,
String type)
constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getSite() |
String |
getSourcePath() |
String |
getTargetPath() |
String |
getType() |
void |
setId(String id) |
void |
setSite(String site) |
void |
setSourcePath(String sourcePath) |
void |
setTargetPath(String targetPath) |
void |
setType(String type) |
String |
toString() |
protected String _id
protected String _site
protected String _sourcePath
protected String _targetPath
protected String _type
public DependencyEntity()
public DependencyEntity(String site, String sourcePath)
site
- sourcePath
- public String getId()
public void setId(String 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 © 2020 CrafterCMS. All rights reserved.