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