Class TableInfoDTO
- java.lang.Object
-
- com.microstrategy.web.tasks.models.dto.TableInfoDTO
-
public class TableInfoDTO extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableInfoDTO()TableInfoDTO(JSONObject tableInfoJson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetNamespace()voidsetName(java.lang.String name)voidsetNamespace(java.lang.String namespace)
-
-
-
Constructor Detail
-
TableInfoDTO
public TableInfoDTO()
-
TableInfoDTO
public TableInfoDTO(JSONObject tableInfoJson) throws JSONException
- Throws:
JSONException
-
-