Method Summary |
|
public String | getAssociationRef() |
public String | getCataloguePathFromTop() Getter for the relative path from the top to the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public String | getCataloguePathToTop() Getter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public String | getNormalisedName() Getter for the normalised name of the element. |
public String | getNormalisedTypedName() Getter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope. |
public String | getStoragePackageName() |
public String | getStorageRecordFullName() Getter for the full name of the of the storage record representing this association in the services layer. |
public String | getStorageRecordName() Getter for the name of the of the storage record representing this association in the services layer. |
public void | setAssociationRef(String pAssociationRef) |
public void | setCataloguePathFromTop(String pCataloguePathFromTop) Setter for the relative path from the top to the catalogue where information related to this object is located
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public void | setCataloguePathToTop(String pCataloguePathToTop) Setter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public void | setNormalisedName(String pNormalisedName) Setter for the normalised name of the element. |
public void | setNormalisedTypedName(String pNormalisedTypedName) Setter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope. |
public void | setStoragePackageName(String pStoragePackageName) |
public void | setStorageRecordFullName(String pStorageRecordFullName) Setter for the full name of the of the storage record representing this association in the services layer. |
public void | setStorageRecordName(String pStorageRecordName) Setter for the name of the of the storage record representing this association in the services layer. |