public class Relationship extends Object
| Constructor and Description |
|---|
Relationship() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getObject() |
String |
getSubject() |
String |
getType() |
void |
setComment(String comment) |
void |
setObject(String object) |
void |
setSubject(String subject) |
void |
setType(String type) |
public void setSubject(String subject)
public String getSubject()
public void setObject(String object)
public String getObject()
public void setType(String type)
public String getType()
public void setComment(String comment)
public String getComment()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.