|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.maven.projectsupport.bundlelist.BaseBundle
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.Bundle
public class Bundle
A bundle.
Constructor Summary | |
---|---|
Bundle()
|
Method Summary | |
---|---|
String |
getArtifactId()
Get the artifactId field. |
String |
getClassifier()
Get the classifier field. |
String |
getGroupId()
Get the groupId field. |
int |
getStartLevel()
Get the startLevel field. |
String |
getType()
Get the type field. |
String |
getVersion()
Get the version field. |
void |
setArtifactId(String artifactId)
Set the artifactId field. |
void |
setClassifier(String classifier)
Set the classifier field. |
void |
setGroupId(String groupId)
Set the groupId field. |
void |
setStartLevel(int startLevel)
Set the startLevel field. |
void |
setType(String type)
Set the type field. |
void |
setVersion(String version)
Set the version field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bundle()
Method Detail |
---|
public String getArtifactId()
getArtifactId
in class BaseBundle
public String getClassifier()
getClassifier
in class BaseBundle
public String getGroupId()
getGroupId
in class BaseBundle
public int getStartLevel()
getStartLevel
in class BaseBundle
public String getType()
getType
in class BaseBundle
public String getVersion()
getVersion
in class BaseBundle
public void setArtifactId(String artifactId)
artifactId
- public void setClassifier(String classifier)
classifier
- public void setGroupId(String groupId)
groupId
- public void setStartLevel(int startLevel)
startLevel
- public void setType(String type)
type
- public void setVersion(String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |