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.String
getName()
java.lang.String
getNamespace()
void
setName(java.lang.String name)
void
setNamespace(java.lang.String namespace)
-
-
-
Constructor Detail
-
TableInfoDTO
public TableInfoDTO()
-
TableInfoDTO
public TableInfoDTO(JSONObject tableInfoJson) throws JSONException
- Throws:
JSONException
-
-