public class RealizationRelationship extends Relationship
Constructor and Description |
---|
RealizationRelationship() |
RealizationRelationship(Element client,
Element supplier,
java.lang.String name,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Element |
getClient() |
Element |
getSupplier() |
int |
hashCode() |
void |
setClient(Element client) |
void |
setSupplier(Element supplier) |
getId, getName, getStereotypes, getType, removeStereotype, setId, setName, setStereotype, setStereotypes, setType
public RealizationRelationship(Element client, Element supplier, java.lang.String name, java.lang.String id)
public RealizationRelationship()
public Element getClient()
public void setClient(Element client)
client
- the client to setpublic Element getSupplier()
public void setSupplier(Element supplier)
supplier
- the supplier to setpublic int hashCode()
hashCode
in class Relationship
public boolean equals(java.lang.Object obj)
equals
in class Relationship