Package com.gooddata.sdk.model.md
Class Table
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.Table
public class Table extends AbstractObj implements Queryable
Represents physical data model table.
Deserialization only.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Method Summary
Modifier and Type Method Description java.lang.StringgetActiveDataLoad()java.util.Collection<java.lang.String>getDataLoads()java.lang.StringgetDBName()java.lang.IntegergetWeight()java.lang.StringtoString()Methods inherited from class com.gooddata.sdk.model.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 Details
-
getDBName
public java.lang.String getDBName()- Returns:
- name of the table in DB
-
getDataLoads
public java.util.Collection<java.lang.String> getDataLoads()- Returns:
- collection of
TableDataLoad's uris, can return null
-
getWeight
public java.lang.Integer getWeight()- Returns:
- table weight, can return null
-
getActiveDataLoad
public java.lang.String getActiveDataLoad()- Returns:
- uri of active
TableDataLoad, can return null
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractObj
-