|
Package com.dassault_systemes.catweb.databackend.dataType |
java.lang.Object
|
+-com.dassault_systemes.catweb.databackend.dataType.Uuid
|
+-com.dassault_systemes.catweb.databackend.dataType.defaultUuidImpl
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
public class defaultUuidImpl
Class providing a default implementation for the abstract class Uuid.
defaultUuidImpl(String iEnvironment, String iIdentifier)
Constructs an Uuid for a PELeaf or a PELeaf given the environment and its identifier. |
defaultUuidImpl(String iIdentifier)
Constructs an Uuid given its identifier, with a "default" environment. |
| public String |
getEnv()
Returns a String object representing the environment. |
| public String |
getIdent()
Returns a String object representing the unique identifier of a PENode or PELeaf. |
defaultUuidImpl
defaultUuidImpl(String iEnvironment, String iIdentifier)
Constructs an Uuid for a PELeaf or a PELeaf given the environment and its identifier.
- Parameters:
iEnvironment
- The String object representing the environment
iIdentifier
- The String object representing the unique identifier
defaultUuidImpl
defaultUuidImpl(String iIdentifier)
Constructs an Uuid given its identifier, with a "default" environment.
- Parameters:
iIdentifier
- The String Object representing the unique identifier
getEnv
public String getEnv()
Returns a String object representing the environment.
getIdent
public String getIdent()
Returns a String object representing the unique identifier of a PENode or PELeaf.
Copyright © 2000, Dassault Systèmes. All rights reserved