public class Bundle extends BaseBundle implements Serializable
Constructor and Description |
---|
Bundle() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the artifactId field.
|
String |
getClassifier()
Get the classifier field.
|
String |
getGroupId()
Get the groupId field.
|
String |
getRunModes()
Get the runModes 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 |
setRunModes(String runModes)
Set the runModes 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.
|
toString
public String getArtifactId()
getArtifactId
in class BaseBundle
public String getClassifier()
getClassifier
in class BaseBundle
public String getGroupId()
getGroupId
in class BaseBundle
public String getRunModes()
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 setRunModes(String runModes)
runModes
- public void setStartLevel(int startLevel)
startLevel
- public void setType(String type)
type
- public void setVersion(String version)
version
- Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.