Jeospace API

org.jeospace.designation
Class Identification

java.lang.Object
  extended byorg.jeospace.designation.Identification

public class Identification
extends java.lang.Object

Object containing identifiers of a simulation object

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static java.lang.String NAME
          Common name key
 
Constructor Summary
Identification(java.lang.String id, Classification type, java.util.Map assoc)
          Constructor
Identification(java.lang.String id, Classification type, java.lang.String name)
          Constructor
 
Method Summary
 java.util.Map getAssociations()
          Return the associations map of the object
 Classification getClassification()
          Return the type of the object
 java.lang.String getID()
          Return the unique identifier of the object
 java.lang.String getName()
          Return the common name of the object
 java.lang.String toString()
          Return the unique identifier of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Common name key

See Also:
Constant Field Values
Constructor Detail

Identification

public Identification(java.lang.String id,
                      Classification type,
                      java.lang.String name)
Constructor


Identification

public Identification(java.lang.String id,
                      Classification type,
                      java.util.Map assoc)
Constructor

Method Detail

getName

public java.lang.String getName()
Return the common name of the object

Returns:
the common name of the object

getClassification

public Classification getClassification()
Return the type of the object

Returns:
the type of the object

getID

public java.lang.String getID()
Return the unique identifier of the object

Returns:
the unique identifier of the object

getAssociations

public java.util.Map getAssociations()
Return the associations map of the object

Returns:
the associations map of the object

toString

public java.lang.String toString()
Return the unique identifier of the object

Returns:
the unique identifier of the object

Jeospace API

Copyright © 2006 - jeospace.org