public class ReverseRelationship extends Object implements Serializable
Constructor and Description |
---|
ReverseRelationship(String name,
RelationshipType type,
ArtifactSummary sourceArtifact) |
ReverseRelationship(String name,
RelationshipType type,
String sourceUuid,
String sourceName,
String sourceModel,
String sourceType) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ArtifactSummary |
getSourceArtifact() |
RelationshipType |
getType() |
void |
setName(String name) |
void |
setSourceArtifact(ArtifactSummary sourceArtifact) |
void |
setType(RelationshipType type) |
public ReverseRelationship(String name, RelationshipType type, ArtifactSummary sourceArtifact)
public String getName()
public void setName(String name)
public RelationshipType getType()
public void setType(RelationshipType type)
public ArtifactSummary getSourceArtifact()
public void setSourceArtifact(ArtifactSummary sourceArtifact)
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.