Package com.gooddata.sdk.model.md
Class DataLoadingColumn
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.DataLoadingColumn
public class DataLoadingColumn extends AbstractObj implements Queryable
Represents datasets' loading column.
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.StringgetColumnUri()java.lang.IntegergetLength()java.lang.StringgetName()java.lang.IntegergetPrecision()java.lang.IntegergetSynchronizeLength()java.lang.IntegergetSynchronizePrecision()java.lang.StringgetSynchronizeType()java.lang.StringgetType()booleanhasTypeInt()booleanhasTypeVarchar()booleanisNullable()booleanisUnique()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
-
getColumnUri
public java.lang.String getColumnUri() -
getName
public java.lang.String getName() -
getType
public java.lang.String getType() -
hasTypeVarchar
public boolean hasTypeVarchar()- Returns:
- true when the type is not null and equal to
VARCHAR, false otherwise
-
hasTypeInt
public boolean hasTypeInt()- Returns:
- true when the type is not null and equal to
INT, false otherwise
-
getLength
public java.lang.Integer getLength() -
getPrecision
public java.lang.Integer getPrecision() -
isUnique
public boolean isUnique() -
isNullable
public boolean isNullable() -
getSynchronizeType
public java.lang.String getSynchronizeType() -
getSynchronizeLength
public java.lang.Integer getSynchronizeLength() -
getSynchronizePrecision
public java.lang.Integer getSynchronizePrecision() -
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractObj
-