Class HDBSchemaDefinitionModel
java.lang.Object
com.codbex.kronos.parser.hdbschema.models.HDBSchemaDefinitionModel
The Class HDBSchemaDefinitionModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the schema name.inthashCode()Hash code.voidsetSchemaName(String schemaName) Sets the schema name.
-
Constructor Details
-
HDBSchemaDefinitionModel
public HDBSchemaDefinitionModel()Instantiates a new HDB schema definition model.
-
-
Method Details
-
getSchemaName
Gets the schema name.- Returns:
- the schema name
-
setSchemaName
Sets the schema name.- Parameters:
schemaName- the new schema name
-
equals
Equals. -
hashCode
public int hashCode()Hash code.
-