Package com.dassault_systemes.catweb.databackend.dataType

   
Class Uuid

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

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public abstract class Uuid

Abstract Class to identify a PELeaf or a PENode.
Every PELeaf or PENode is identified with its Uuid.
An Uuid contains at least an environment and an identifier.

The environment and the identifier are used when the PELeaf is bookmarked.

See Also:
com.dassault_systemes.catweb.databackend.dataType.EnvironmentIF
com.dassault_systemes.catweb.databackend.dataType.persistantDataIF
Field Summary

Constructor Summary
Uuid()

Method Summary
String getEnv()
String getIdent()
String toString()
String toStringInstanceUuid()
String toFullString()


Field Detail

Constructor Detail

Uuid

    Uuid()


Method Detail

getEnv

    String getEnv()

Returns a String object representing the environment of a PENode or PELeaf..


getIdent

    String getIdent()

Returns a String object representing the unique identifier of a PENode or PELeaf.


toString

    String toString()

Returns a String object that is the concatenation of the environment and the identifier.


toStringInstanceUuid

    String toStringInstanceUuid()


toFullString

    String toFullString()

Returns a String object that is the full representation of the pure identifier.



Copyright © 2000, Dassault Systèmes. All rights reserved