public class RelationshipDefinitionImpl extends Object implements RelationshipDefinition
| Constructor and Description |
|---|
RelationshipDefinitionImpl(String uniqueName,
RelationshipType type,
RelationshipDisplayName displayName)
Constructor for creating a relationship definition
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipDisplayName |
getDisplayName()
Gets the display name of the relationship definition
|
RelationshipType |
getType()
Gets the type of the relationship definition
|
String |
getUniqueName()
Gets the unique name of the relationship definition
|
public RelationshipDefinitionImpl(String uniqueName, RelationshipType type, RelationshipDisplayName displayName)
uniqueName - The unique name of the relationship definitiontype - The type of the relationship definitiondisplayName - The display name of the relationship definitionpublic String getUniqueName()
RelationshipDefinitiongetUniqueName in interface RelationshipDefinitionRelationshipDefinition.getUniqueName()public RelationshipType getType()
RelationshipDefinitiongetType in interface RelationshipDefinitionRelationshipDefinition.getType()public RelationshipDisplayName getDisplayName()
RelationshipDefinitiongetDisplayName in interface RelationshipDefinitionRelationshipDefinition.getDisplayName()Copyright © 2005–2017 Alfresco Software. All rights reserved.