java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.demo.enterprise.client.version.DependencyDTO

public final class DependencyDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • DependencyDTO

      protected DependencyDTO()
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • create

      public static DependencyDTO create(String groupId, String artifactId, String type, String version, String scope)
      Replacement constructor. Creates a new native DependencyDTO.
      Returns:
      The new instance.
    • from

      public static DependencyDTO from(String groupId, String artifactId, String type, String version, String scope)
    • to

      public static com.levigo.jadice.web.shared.service.internal.versions.Dependency to(DependencyDTO dto)