org.isam.exehda.services.cib
Class ResourceImpl

java.lang.Object
  |
  +--org.isam.exehda.services.cib.ResourceImpl
All Implemented Interfaces:
CellInformationBase.Resource

public class ResourceImpl
extends java.lang.Object
implements CellInformationBase.Resource

Author:
frainer

Field Summary
(package private)  java.util.Map attributes
           
(package private)  CellInformationBase.ResourceName rn
           
 
Constructor Summary
ResourceImpl(CellInformationBase.ResourceName rn)
          Creates a new instance of ResourceImpl
 
Method Summary
 java.lang.String getAttribute(java.lang.String n)
          Describe getAttribute method here.
 CellInformationBase.ResourceName getName()
          Describe getName method here.
 void setAttribute(java.lang.String n, java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

java.util.Map attributes

rn

CellInformationBase.ResourceName rn
Constructor Detail

ResourceImpl

public ResourceImpl(CellInformationBase.ResourceName rn)
Creates a new instance of ResourceImpl

Method Detail

getAttribute

public java.lang.String getAttribute(java.lang.String n)
Description copied from interface: CellInformationBase.Resource
Describe getAttribute method here.

Specified by:
getAttribute in interface CellInformationBase.Resource
Parameters:
n - a String value
Returns:
a String value

setAttribute

public void setAttribute(java.lang.String n,
                         java.lang.String v)

getName

public CellInformationBase.ResourceName getName()
Description copied from interface: CellInformationBase.Resource
Describe getName method here.

Specified by:
getName in interface CellInformationBase.Resource
Returns:
a ResourceName value