Package com.dassault_systemes.catweb.databackend.dataType |
java.lang.Object
|
+-com.dassault_systemes.catweb.databackend.dataType.Uuid
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
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 is a String object to specify the environment,
it can be a "default" environment.
- The identifier is a String object, the unique identifier of the PELeaf or the PENode within this environment.
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
Uuid
Uuid()
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