org.guvnor.common.services.project.model
@Portable public class GAV extends Object
Constructor and Description |
---|
GAV() |
GAV(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setVersion(String version) |
String |
toString() |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.