Package com.dassault_systemes.catweb.databackend.dataType

   
Class defaultUuidImpl

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catweb.databackend.dataType.Uuid
        |
        +-com.dassault_systemes.catweb.databackend.dataType.defaultUuidImpl
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public class defaultUuidImpl

Class providing a default implementation for the abstract class Uuid.

Field Summary

Constructor Summary
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.

Method Summary
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.


Field Detail

Constructor Detail

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

Method Detail

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