public final class LinkedEntityImpl extends PropertyElementImpl implements LinkedEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Integer |
max |
protected Integer |
min |
protected String |
relation |
protected String |
source |
protected String |
target |
DESCRIPTION_PROPERTY, MAX_PROPERTY, MIN_PROPERTY, NAME, RELATION_PROPERTY, SOURCE_PROPERTY, TARGET_PROPERTYDESCRIPTION, VERSIONCLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTYDESCRIPTION, NAME, VERSION| Constructor and Description |
|---|
LinkedEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getMax() |
Integer |
getMin() |
String |
getRelation() |
String |
getSource() |
String |
getTarget() |
void |
setDescription(String description) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setRelation(String relation) |
void |
setSource(String source) |
void |
setTarget(String target) |
toStringprotected String source
protected String relation
protected String target
protected String description
protected Integer min
protected Integer max
public String getSource()
getSource in interface LinkedEntitypublic void setSource(String source)
setSource in interface LinkedEntitypublic String getRelation()
getRelation in interface LinkedEntitypublic void setRelation(String relation)
setRelation in interface LinkedEntitypublic String getTarget()
getTarget in interface LinkedEntitypublic void setTarget(String target)
setTarget in interface LinkedEntitypublic String getDescription()
getDescription in interface LinkedEntitypublic void setDescription(String description)
setDescription in interface LinkedEntitypublic Integer getMin()
getMin in interface LinkedEntitypublic void setMin(Integer min)
setMin in interface LinkedEntitypublic Integer getMax()
getMax in interface LinkedEntitypublic void setMax(Integer max)
setMax in interface LinkedEntityCopyright © 2020. All Rights Reserved.