public final class SbbPartID extends ComponentID
SbbPartID class encapsulates SBB Part component identity.
An SbbPartID object is also known as an SBB part identifier.| Constructor and Description |
|---|
SbbPartID(String name,
String vendor,
String version)
Create a new SBB part component identifier.
|
public SbbPartID(String name, String vendor, String version)
name - the name of the SBB part component.vendor - the vendor of the SBB part component.version - the version of the SBB part component.NullPointerException - if any argument is null.public final int compareTo(Object obj)
compareTo in interface ComparablecompareTo in class ComponentIDpublic Object clone()
clone in class ObjectObject.clone()