Package com.gooddata.sdk.model.md
Class AbstractObj
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnalyticalDashboard,Column,DashboardFilterContext,DataLoadingColumn,Dataset,Dimension,DisplayForm,Fact,Kpi,KpiAlert,Metric,NestedAttribute,ProjectDashboard,Report,ReportDefinition,ScheduledMail,Table,TableDataLoad,VisualizationClass,VisualizationObject
Metadata object (common part)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()getId()Returns internally generated ID of the object (that's part of the object URI).Returns user-specified identifier of the object.getTags()getTitle()getUri()booleanbooleanisLocked()booleanbooleanbooleanvoidsetCategory(String category) voidsetDeprecated(Boolean deprecated) voidvoidsetIdentifier(String identifier) voidvoidsetProduction(Boolean production) voidsetSharedWithSomeone(Boolean sharedWithSomeone) voidsetSummary(String summary) voidvoidvoidsetUnlisted(Boolean unlisted) toString()uris(T... objs) Get list of URIs of the givenObjs
-
Field Details
-
meta
-
-
Constructor Details
-
AbstractObj
-
-
Method Details
-
uris
Get list of URIs of the givenObjs- Type Parameters:
T- Obj type- Parameters:
objs- metadata objects- Returns:
- list of URIs
-
getId
Returns internally generated ID of the object (that's part of the object URI).- Returns:
- internal ID of the object
-
getAuthor
-
getContributor
-
getCreated
-
getSummary
-
setSummary
-
getTitle
-
setTitle
-
getUpdated
-
getCategory
-
setCategory
-
getTags
-
setTags
-
getUri
-
isDeprecated
public boolean isDeprecated() -
setDeprecated
-
getIdentifier
Returns user-specified identifier of the object.- Returns:
- user-specified object identifier
-
setIdentifier
-
isLocked
public boolean isLocked() -
setLocked
-
isUnlisted
public boolean isUnlisted() -
setUnlisted
-
isProduction
public boolean isProduction() -
setProduction
-
getFlags
-
setFlags
-
toString
-