public class ConnBundleTO extends AbstractBaseBean
| Constructor and Description |
|---|
ConnBundleTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleName() |
String |
getConnectorName() |
String |
getDisplayName() |
String |
getLocation() |
List<ConnConfPropSchema> |
getProperties() |
String |
getVersion() |
void |
setBundleName(String bundleName) |
void |
setConnectorName(String connectorName) |
void |
setDisplayName(String displayName) |
void |
setLocation(String location) |
void |
setVersion(String version) |
equals, hashCode, toStringpublic String getDisplayName()
public void setDisplayName(String displayName)
public String getLocation()
public void setLocation(String location)
public String getBundleName()
public void setBundleName(String bundleName)
public String getConnectorName()
public void setConnectorName(String connectorName)
public List<ConnConfPropSchema> getProperties()
public String getVersion()
public void setVersion(String version)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.