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
public abstract String getEnv()
Returns a String object representing the environment of a PENode or PELeaf..
public abstract String getIdent()
Returns a String object representing the unique identifier of a PENode or PELeaf.
public String toFullString()
Returns a String object that is the full representation of the pure identifier.
public String toString()
Returns a String object that is the concatenation of the environment and the identifier.
public String toStringInstanceUuid()


Field Detail

Constructor Detail

Uuid

    Uuid()


Method Detail

getEnv

    public abstract String getEnv()

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


getIdent

    public abstract String getIdent()

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


toFullString

    public String toFullString()

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


toString

    public String toString()

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


toStringInstanceUuid

    public String toStringInstanceUuid()



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