public class DeploymentRow extends Object
| Constructor and Description |
|---|
DeploymentRow(Map<String,Object> rowValues) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getColumns() |
Object |
getColumnValue(String columnName) |
String |
getPropsTableName() |
String |
getTableName() |
boolean |
isTypeSystemRelated() |
DeploymentRow |
withChangedPropsTableName(String propsTableName) |
DeploymentRow |
withChangedTableName(String tableName) |
DeploymentRow |
withChangedTypeSystem(String typeSystemName) |
public DeploymentRow withChangedTypeSystem(String typeSystemName)
public DeploymentRow withChangedTableName(String tableName)
public DeploymentRow withChangedPropsTableName(String propsTableName)
public boolean isTypeSystemRelated()
public String getTableName()
public String getPropsTableName()
Copyright © 2017 SAP SE. All Rights Reserved.