Package com.collibra.dgc.core.api.model
Interface NamedDescribedResource
- All Superinterfaces:
Entity,NamedResource,Resource,Serializable
- All Known Subinterfaces:
AssetType,AttributeType,BooleanAttributeType,Community,ComplexRelationType,DataQualityRule,DateAttributeType,Domain,DomainType,MultiValueListAttributeType,NumericAttributeType,Organization,Role,Scope,ScriptAttributeType,SingleValueListAttributeType,Status,StringAttributeType,Trait,WorkflowDefinition
Represents a resource that has a name and a description.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the resourceMethods inherited from interface NamedResource
getNameMethods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getDescription
String getDescription()Returns the description of the resource- Returns:
- the description of the resource
-