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
,WorkflowDefinition
public interface NamedDescribedResource extends NamedResource
Represents a resource that has a name and a description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the description of the resource-
Methods inherited from interface NamedResource
getName
-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-