com.bea.dsp.management.ref
Class DataSourceId

java.lang.Object
  extended by com.bea.dsp.management.ref.DataSourceId
All Implemented Interfaces:
java.io.Serializable

public final class DataSourceId
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class DataSourceId.ContentType
           
 
Constructor Summary
DataSourceId(java.lang.String id, DataSourceId.ContentType type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 DataSourceId.ContentType getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceId

public DataSourceId(java.lang.String id,
                    DataSourceId.ContentType type)
Method Detail

getId

public java.lang.String getId()

getType

public DataSourceId.ContentType getType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 BEA Systems Inc. All Rights Reserved.