Class DeploymentRow


  • public class DeploymentRow
    extends java.lang.Object
    • Constructor Detail

      • DeploymentRow

        public DeploymentRow​(java.util.Map<java.lang.String,​java.lang.Object> rowValues)
    • Method Detail

      • getColumnValue

        public java.lang.Object getColumnValue​(java.lang.String columnName)
      • getColumns

        public java.util.Set<java.lang.String> getColumns()
      • withChangedTypeSystem

        public DeploymentRow withChangedTypeSystem​(java.lang.String typeSystemName)
      • withChangedTableName

        public DeploymentRow withChangedTableName​(java.lang.String tableName)
      • withChangedPropsTableName

        public DeploymentRow withChangedPropsTableName​(java.lang.String propsTableName)
      • isTypeSystemRelated

        public boolean isTypeSystemRelated()
      • getTableName

        public java.lang.String getTableName()
      • getPropsTableName

        public java.lang.String getPropsTableName()