dermi.registry
Class RegistryRecord

java.lang.Object
  extended by dermi.registry.RegistryRecord
All Implemented Interfaces:
java.io.Serializable

public class RegistryRecord
extends java.lang.Object
implements java.io.Serializable

This class encapsulates a record in the registry

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Constructor Summary
RegistryRecord(java.util.Properties ref)
          Constructor
 
Method Summary
 java.util.Collection getChildren()
          Get object's children in the hierarchy
 java.lang.String getObjectName()
          Get object's name
 java.lang.String getObjectURI()
          Get object's URI
 java.util.Properties getProperties()
          Get all object's properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryRecord

public RegistryRecord(java.util.Properties ref)
Constructor

Parameters:
ref - Properties Object properties
Method Detail

getObjectURI

public java.lang.String getObjectURI()
Get object's URI

Returns:
String Object's URI

getObjectName

public java.lang.String getObjectName()
Get object's name

Returns:
String Object's name

getChildren

public java.util.Collection getChildren()
Get object's children in the hierarchy

Returns:
Collection Object's children

getProperties

public java.util.Properties getProperties()
Get all object's properties

Returns:
Properties Object's properties