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.
|
toStringpublic String getArtifactId()
getArtifactId in class BaseBundlepublic String getClassifier()
getClassifier in class BaseBundlepublic String getGroupId()
getGroupId in class BaseBundlepublic String getRunModes()
public int getStartLevel()
getStartLevel in class BaseBundlepublic String getType()
getType in class BaseBundlepublic String getVersion()
getVersion in class BaseBundlepublic 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.