public class DataEngineSchemaType extends Object
| Constructor and Description |
|---|
DataEngineSchemaType(SchemaType schemaType,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
getSchemaType()
Retrieve the SchemaType being maintained.
|
String |
getUserId()
Retrieve the user maintaining the SchemaType
|
void |
setSchemaType(SchemaType schemaType)
Set the SchemaType to be maintained.
|
void |
setUserId(String userId)
Set the user maintaining the SchemaType
|
public DataEngineSchemaType(SchemaType schemaType, String userId)
schemaType - the SchemaType to be maintaineduserId - the user maintaining the SchemaTypepublic SchemaType getSchemaType()
public void setSchemaType(SchemaType schemaType)
schemaType - the SchemaType to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the SchemaTypeCopyright © 2018–2019 ODPi. All rights reserved.