Class TableCreateInfo
- java.lang.Object
-
- com.microstrategy.web.tasks.models.TableCreateInfo
-
public class TableCreateInfo extends java.lang.ObjectCreated by yuan on 5/26/17.
-
-
Constructor Summary
Constructors Constructor Description TableCreateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionInfogetConnectionInfo()EnumConnectorTypegetConnectorType()java.lang.StringgetTableName()voidsetConnectionInfo(ConnectionInfo connectionInfo)voidsetConnectorType(EnumConnectorType connectorType)voidsetTableName(java.lang.String tableName)
-
-
-
Method Detail
-
getConnectorType
public EnumConnectorType getConnectorType()
-
setConnectorType
public void setConnectorType(EnumConnectorType connectorType)
-
getTableName
public java.lang.String getTableName()
-
setTableName
public void setTableName(java.lang.String tableName)
-
getConnectionInfo
public ConnectionInfo getConnectionInfo()
-
setConnectionInfo
public void setConnectionInfo(ConnectionInfo connectionInfo)
-
-