Package org.wildfly.plugins.bombuilder
Class ParentDependency
- java.lang.Object
-
- org.wildfly.plugins.bombuilder.ParentDependency
-
public class ParentDependency extends Object
- Author:
- Kabir Khan
-
-
Constructor Summary
Constructors Constructor Description ParentDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()StringgetParentId()StringgetParentVersion()StringgetRelativePath()voidsetGroupId(String groupId)voidsetParentId(String parentId)voidsetParentVersion(String parentVersion)voidsetRelativePath(String relativePath)
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
setGroupId
public void setGroupId(String groupId)
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
getParentVersion
public String getParentVersion()
-
setParentVersion
public void setParentVersion(String parentVersion)
-
getRelativePath
public String getRelativePath()
-
setRelativePath
public void setRelativePath(String relativePath)
-
-