@Entity public class Association extends RegistryObject
Constructor and Description |
---|
Association() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAssociationType() |
String |
getSourceObject() |
String |
getTargetObject() |
int |
hashCode() |
void |
setAssociationType(String associationType) |
void |
setSourceObject(String sourceObject) |
void |
setTargetObject(String targetObject) |
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName
public String getAssociationType()
public void setAssociationType(String associationType)
associationType
- the type of association between the source and targetpublic String getSourceObject()
public void setSourceObject(String sourceObject)
public String getTargetObject()
public void setTargetObject(String targetObject)
public int hashCode()
hashCode
in class RegistryObject
public boolean equals(Object obj)
equals
in class RegistryObject
Copyright © 2010–2018 Planetary Data System. All rights reserved.