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.
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.
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.
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.
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.
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.
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.
Getter for the name of the service where data management operations are located
this service is always a part of support servicemodule (and this must be
reflected in the reference)
Getter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores).
Note that this name may not be unique in the namespace of the parent element, because
sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name
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.
Getter for the name of the servicemodule where support services are located
(i.e. Data management service, Reporting service etc.)
setBusinessDomainImplementationModuleName
public void setBusinessDomainImplementationModuleName(String pBusinessDomainImplementationModuleName)(Code)
Setter for the name of the module where business domain implementation is located
setCataloguePathFromTop
public void setCataloguePathFromTop(String pCataloguePathFromTop)(Code)
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.
setCataloguePathToTop
public void setCataloguePathToTop(String pCataloguePathToTop)(Code)
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.
setDataManagementServiceName
public void setDataManagementServiceName(String pDataManagementServiceName)(Code)
Setter for the name of the service where data management operations are located
this service is always a part of support servicemodule (and this must be
reflected in the reference)
setDomainImplementationName
public void setDomainImplementationName(String pDomainImplementationName)(Code)
Setter for the name of the implementation class implementing domain interface
setDomainInterfaceFullName
public void setDomainInterfaceFullName(String pDomainInterfaceFullName)(Code)
Setter for the full name of the interface representing this domain in the bo layer
setDomainInterfaceName
public void setDomainInterfaceName(String pDomainInterfaceName)(Code)
Setter for the name of the interface representing this domain in the bo layer
setDomainPackageName
public void setDomainPackageName(String pDomainPackageName)(Code)
Setter for the name of the package where domain interface representing this domain in the bo layer
Setter for the unique identifier of the corresponding domain
setImplementationFactoryClassName
public void setImplementationFactoryClassName(String pImplementationFactoryClassName)(Code)
Setter for the name of the object factory class instantiating this domain.
Note that this class may reside in any package as chosen by generator
setImplementationPackageDir
public void setImplementationPackageDir(String pImplementationPackageDir)(Code)
Setter for the name of the directory where domain implementation is located
setImplementationPackageName
public void setImplementationPackageName(String pImplementationPackageName)(Code)
Setter for the name of the package where domain implementation is located
setNormalisedName
public void setNormalisedName(String pNormalisedName)(Code)
Setter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores).
Note that this name may not be unique in the namespace of the parent element, because
sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name
setNormalisedTypedName
public void setNormalisedTypedName(String pNormalisedTypedName)(Code)
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.
setStorageFactoryName
public void setStorageFactoryName(String pStorageFactoryName)(Code)
Setter for the name of the domain storage service implementation factory
setStorageImplementationName
public void setStorageImplementationName(String pStorageImplementationName)(Code)
Setter for the name of the domain storage service implementation
setStorageInterfaceFullName
public void setStorageInterfaceFullName(String pStorageInterfaceFullName)(Code)
Setter for the full name of the domain storage service interface
setStorageInterfaceName
public void setStorageInterfaceName(String pStorageInterfaceName)(Code)
Setter for the name of the domain storage service interface
setStoragePackageName
public void setStoragePackageName(String pStoragePackageName)(Code)
Setter for the name of the package where domain storage interface is located
setSupportServicemoduleName
public void setSupportServicemoduleName(String pSupportServicemoduleName)(Code)
Setter for the reference of the servicemodule where support services are located