Package org.ivoa.dm.registry.voresource
Class ResourceKey
java.lang.Object
org.ivoa.dm.registry.voresource.ResourceKey
- All Implemented Interfaces:
 Serializable
@VoDml(id="VOResource:ResourceKey",
       role=primitiveType)
@Embeddable
public class ResourceKey
extends Object
implements Serializable
.
  PrimitiveType ResourceKey :
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.Creates a new ResourceKey Primitive Type instance, using the base type.copy constructor. - 
Method Summary
 
- 
Constructor Details
- 
ResourceKey
protected ResourceKey()no arg constructor. - 
ResourceKey
copy constructor.- Parameters:
 c- the object to be copied.
 - 
ResourceKey
Creates a new ResourceKey Primitive Type instance, using the base type.- Parameters:
 v- the base type.
 
 - 
 - 
Method Details