Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.resource
Class ResourceAdaptorTypeIDImpl  view ResourceAdaptorTypeIDImpl download ResourceAdaptorTypeIDImpl.java

java.lang.Object
  extended byorg.mobicents.slee.container.management.ComponentIDImpl
      extended byorg.mobicents.slee.resource.ResourceAdaptorTypeIDImpl
All Implemented Interfaces:
java.io.Serializable

public class ResourceAdaptorTypeIDImpl
extends org.mobicents.slee.container.management.ComponentIDImpl
implements java.io.Serializable

An implementation of the ResourceAdaptorType ID.


Field Summary
private  java.lang.String description
           
 
Fields inherited from class org.mobicents.slee.container.management.ComponentIDImpl
componentType, EVENT_TYPE_ID, id, PROFILE_SPECIFICATION_ID, RESOURCE_ADAPTOR_ID, RESOURCE_ADAPTOR_TYPE_ID, SBB_ID, SERVICE_ID
 
Constructor Summary
ResourceAdaptorTypeIDImpl(org.mobicents.slee.container.management.ComponentKey componentKey)
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class org.mobicents.slee.container.management.ComponentIDImpl
equals, getAsText, getComponentKey, hashCode, isEventTypeID, isProfileSpecificationID, isResourceAdaptorTypeID, isSbbID, isServiceID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

private java.lang.String description
Constructor Detail

ResourceAdaptorTypeIDImpl

public ResourceAdaptorTypeIDImpl(org.mobicents.slee.container.management.ComponentKey componentKey)
Method Detail

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()