Class Relationship
java.lang.Object
org.javastro.ivoa.entities.regtap.Relationship
- All Implemented Interfaces:
Serializable
RegTAP relationship.
- Author:
- Paul Harrison <paul.harrison@manchester.ac.uk> 04-Feb-2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToResource(Resource resource) getIvoid()voidsetRelatedId(String relatedId) voidsetRelatedName(String relatedName) voidsetRelationshipType(String relationshipType)
-
Constructor Details
-
Relationship
public Relationship() -
Relationship
- Parameters:
relationshipType-relatedId-relatedName-
-
-
Method Details
-
getResource
-
addToResource
-
getRelationshipType
- Returns:
- the relationshipType
-
setRelationshipType
- Parameters:
relationshipType- the relationshipType to set
-
getRelatedId
- Returns:
- the relatedId
-
setRelatedId
- Parameters:
relatedId- the relatedId to set
-
getRelatedName
- Returns:
- the relatedName
-
setRelatedName
- Parameters:
relatedName- the relatedName to set
-
getIvoid
- Returns:
- the ivoid
-