Package gov.nasa.pds.registry.model
Class ObjectRef
- java.lang.Object
- 
- gov.nasa.pds.registry.model.Identifiable
- 
- gov.nasa.pds.registry.model.ObjectRef
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ObjectRef extends Identifiable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ObjectRef()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGuidRef()StringgetHomeRef()voidsetGuidRef(String guidRef)voidsetHomeRef(String homeRef)
 
- 
- 
- 
Method Detail- 
getGuidRefpublic String getGuidRef() - Returns:
- the guidRef
 
 - 
setGuidRefpublic void setGuidRef(String guidRef) - Parameters:
- guidRef- the guidRef to set
 
 - 
getHomeRefpublic String getHomeRef() - Returns:
- the homeRef
 
 - 
setHomeRefpublic void setHomeRef(String homeRef) - Parameters:
- homeRef- the homeRef to set
 
 
- 
 
-