Class RelationshipDefinitionImpl
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.relationship.RelationshipDefinitionImpl
- All Implemented Interfaces:
RelationshipDefinition
Relationship definition implementation
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipDefinitionImpl(String uniqueName, RelationshipType type, RelationshipDisplayName displayName) Constructor for creating a relationship definition -
Method Summary
Modifier and TypeMethodDescriptionGets the display name of the relationship definitiongetType()Gets the type of the relationship definitionGets the unique name of the relationship definition
-
Constructor Details
-
RelationshipDefinitionImpl
public RelationshipDefinitionImpl(String uniqueName, RelationshipType type, RelationshipDisplayName displayName) Constructor for creating a relationship definition- Parameters:
uniqueName- The unique name of the relationship definitiontype- The type of the relationship definitiondisplayName- The display name of the relationship definition
-
-
Method Details
-
getUniqueName
Description copied from interface:RelationshipDefinitionGets the unique name of the relationship definition- Specified by:
getUniqueNamein interfaceRelationshipDefinition- Returns:
- The unique name of the relationship definition
- See Also:
-
getType
Description copied from interface:RelationshipDefinitionGets the type of the relationship definition- Specified by:
getTypein interfaceRelationshipDefinition- Returns:
- The type of the relationship definition
- See Also:
-
getDisplayName
Description copied from interface:RelationshipDefinitionGets the display name of the relationship definition- Specified by:
getDisplayNamein interfaceRelationshipDefinition- Returns:
- The display name of the relationship definition
- See Also:
-