public class DiagramInfo extends Object implements Serializable
Constructor and Description |
---|
DiagramInfo(long moduleId,
String name,
String diagramUri,
String diagramId)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getDiagramId()
Gets the diagram identifier.
|
String |
getDiagramUri()
Gets the URI of the diagram.
|
long |
getModuleId()
Gets the ID of a module this diagram is defined in.
|
String |
getName()
Gets the diagram name.
|
String |
toString() |
public DiagramInfo(long moduleId, String name, String diagramUri, String diagramId)
moduleId
- the identifier of the module in which the diagram is definedname
- the display name of the diagramdiagramUri
- the URI of the diagram which contains also the resource
identificationdiagramId
- the identifier of the diagram which is unique within the
resource in which the diagram is definedpublic long getModuleId()
public String getDiagramId()
public String getDiagramUri()
public String getName()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.