Class DependencyEntity

java.lang.Object
org.craftercms.studio.api.v1.dal.DependencyEntity
All Implemented Interfaces:
Serializable

public class DependencyEntity extends Object implements Serializable
Author:
Dejan Brkic
See Also:
  • Constructor Details

    • DependencyEntity

      public DependencyEntity()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getSite

      public String getSite()
    • setSite

      public void setSite(String site)
    • getSourcePath

      public String getSourcePath()
    • setSourcePath

      public void setSourcePath(String sourcePath)
    • getTargetPath

      public String getTargetPath()
    • setTargetPath

      public void setTargetPath(String targetPath)
    • getType

      public String getType()
    • setType

      public void setType(String type)