Package com.gooddata.md
Class DataLoadingColumn
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.DataLoadingColumn
-
- All Implemented Interfaces:
Obj,Queryable,Serializable
public class DataLoadingColumn extends AbstractObj implements Queryable
Represents datasets' loading column. 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 StringgetColumnUri()IntegergetLength()StringgetName()IntegergetPrecision()IntegergetSynchronizeLength()IntegergetSynchronizePrecision()StringgetSynchronizeType()StringgetType()booleanhasTypeInt()booleanhasTypeVarchar()booleanisNullable()booleanisUnique()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
-
getColumnUri
public String getColumnUri()
-
getName
public String getName()
-
getType
public 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 Integer getLength()
-
getPrecision
public Integer getPrecision()
-
isUnique
public boolean isUnique()
-
isNullable
public boolean isNullable()
-
getSynchronizeType
public String getSynchronizeType()
-
getSynchronizeLength
public Integer getSynchronizeLength()
-
getSynchronizePrecision
public Integer getSynchronizePrecision()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-