Package com.gooddata.sdk.model.md
Class Table
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.Table
- All Implemented Interfaces:
Obj,Queryable,Serializable
Represents physical data model table.
Deserialization only.
- See Also:
-
Field Summary
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
metaFields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Method Summary
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
- Returns:
- name of the table in DB
-
getDataLoads
- Returns:
- collection of
TableDataLoad's uris, can return null
-
getWeight
- Returns:
- table weight, can return null
-
getActiveDataLoad
- Returns:
- uri of active
TableDataLoad, can return null
-
toString
- Overrides:
toStringin classAbstractObj
-