Package com.gooddata.md
Class Table
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.Table
-
- All Implemented Interfaces:
Obj,Queryable,Serializable
public class Table extends AbstractObj implements Queryable
Represents physical data model table. Deserialization only.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gooddata.md.AbstractObj
meta
-
Fields inherited from interface com.gooddata.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_TEMPLATE, OBJ_URI, URI
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActiveDataLoad()Collection<String>getDataLoads()StringgetDBName()IntegergetWeight()StringtoString()-
Methods inherited from class com.gooddata.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
-
-
-
Method Detail
-
getDBName
public String getDBName()
- Returns:
- name of the table in DB
-
getDataLoads
public Collection<String> getDataLoads()
- Returns:
- collection of
TableDataLoad's uris, can return null
-
getWeight
public Integer getWeight()
- Returns:
- table weight, can return null
-
getActiveDataLoad
public String getActiveDataLoad()
- Returns:
- uri of active
TableDataLoad, can return null
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-