Package com.opencloud.slee
Class OIDSuffixMappingDescriptorID
- java.lang.Object
-
- javax.slee.ComponentID
-
- com.opencloud.slee.OIDSuffixMappingDescriptorID
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable
public class OIDSuffixMappingDescriptorID extends ComponentID
The
OIDSuffixMappingDescriptorID
class encapsulates OID suffix mapping descriptor identity. AOIDSuffixMappingDescriptorID
object is also known as an OID suffix mapping descriptor identifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OIDSuffixMappingDescriptorID(String name, String vendor, String version)
Create a new OID suffix mapping descriptor identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Create a copy of this OID suffix mapping descriptor identifier.int
compareTo(Object obj)
-
Methods inherited from class javax.slee.ComponentID
equals, getName, getVendor, getVersion, hashCode, toString
-
-
-
-
Constructor Detail
-
OIDSuffixMappingDescriptorID
public OIDSuffixMappingDescriptorID(String name, String vendor, String version)
Create a new OID suffix mapping descriptor identifier.
- Parameters:
name
- the name of the OID suffix mapping descriptor.vendor
- the vendor of the OID suffix mapping descriptor.version
- the version of the OID suffix mapping descriptor.- Throws:
NullPointerException
- if any argument isnull
.
-
-
Method Detail
-
compareTo
public final int compareTo(Object obj)
- Specified by:
compareTo
in interfaceComparable
- Specified by:
compareTo
in classComponentID
-
clone
public Object clone()
Create a copy of this OID suffix mapping descriptor identifier.
- Returns:
- a copy of this OID suffix mapping descriptor identifier.
- See Also:
Object.clone()
-
-