Package csw.location.models
Class ComponentId
- java.lang.Object
 - 
- csw.location.models.ComponentId
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Equals,scala.Product
public class ComponentId extends java.lang.Object implements scala.Product, java.io.SerializableRepresents a component based on its prefix and type.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ComponentId(Prefix prefix, ComponentType componentType) 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static Rapply(T1 v1, T2 v2)ComponentTypecomponentType()java.lang.StringfullName()Represents the name and componentTypePrefixprefix()static java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
ComponentId
public ComponentId(Prefix prefix, ComponentType componentType)
 
 - 
 
- 
Method Detail
- 
apply
public abstract static R apply(T1 v1, T2 v2) 
- 
toString
public static java.lang.String toString()
 
- 
prefix
public Prefix prefix()
 
- 
componentType
public ComponentType componentType()
 
- 
fullName
public java.lang.String fullName()
Represents the name and componentType- Returns:
 - (undocumented)
 
 
 - 
 
 -