public class Deployment extends Object
| Constructor and Description |
|---|
Deployment(String tableName,
String propsTableName,
String name,
String packageName) |
Deployment(String tableName,
String propsTableName,
String name,
String packageName,
Iterable<Long> typePKs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJndiName() |
String |
getLPTableName() |
String |
getName() |
String |
getPropsTableName() |
String |
getTableName() |
Collection<Long> |
getTypePKs() |
Deployment |
with(Iterable<Long> typePKs) |
public Deployment(String tableName, String propsTableName, String name, String packageName)
public Deployment with(Iterable<Long> typePKs)
public String getTableName()
public String getLPTableName()
public String getPropsTableName()
public String getName()
public String getJndiName()
public Collection<Long> getTypePKs()
Copyright © 2017 SAP SE. All Rights Reserved.