Package com.gooddata.sdk.model.md
Class Column
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.Column
- All Implemented Interfaces:
Obj,Queryable,Serializable
Represents physical data model column. Doesn't implement all fields right now.
Deserialization only.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
-
Field Details
-
TYPE_PK
- See Also:
-
TYPE_INPUT_PK
- See Also:
-
TYPE_FK
- See Also:
-
TYPE_FACT
- See Also:
-
TYPE_DISPLAY_FORM
- See Also:
-
-
Method Details
-
getTableUri
- Returns:
- uri of physical
Table
-
getType
- Returns:
- type of column, one of
pk,inputpk,fk,fact,displayFormor null
-
getDBName
- Returns:
- name of the column in DB
-
isPk
public boolean isPk()- Returns:
- true when type is
pk, false otherwise
-
isInputPk
public boolean isInputPk()- Returns:
- true when type is
inputpk, false otherwise
-
isFk
public boolean isFk()- Returns:
- true when type is
fk, false otherwise
-
isFact
public boolean isFact()- Returns:
- true when type is
fact, false otherwise
-
isDisplayForm
public boolean isDisplayForm()- Returns:
- true when type is
pk, false otherwise
-
toString
- Overrides:
toStringin classAbstractObj
-