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 Summary
Constructors Constructor Description ObjectRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGuidRef()
String
getHomeRef()
void
setGuidRef(String guidRef)
void
setHomeRef(String homeRef)
-
-
-
Method Detail
-
getGuidRef
public String getGuidRef()
- Returns:
- the guidRef
-
setGuidRef
public void setGuidRef(String guidRef)
- Parameters:
guidRef
- the guidRef to set
-
getHomeRef
public String getHomeRef()
- Returns:
- the homeRef
-
setHomeRef
public void setHomeRef(String homeRef)
- Parameters:
homeRef
- the homeRef to set
-
-