public interface LinkedEntity extends PropertyElement
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION_PROPERTY |
static String |
MAX_PROPERTY |
static String |
MIN_PROPERTY |
static String |
NAME |
static String |
RELATION_PROPERTY |
static String |
SOURCE_PROPERTY |
static String |
TARGET_PROPERTY |
DESCRIPTION, VERSIONCLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY| 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) |
static final String NAME
static final String SOURCE_PROPERTY
static final String RELATION_PROPERTY
static final String TARGET_PROPERTY
static final String DESCRIPTION_PROPERTY
static final String MIN_PROPERTY
static final String MAX_PROPERTY
String getSource()
void setSource(String source)
String getRelation()
void setRelation(String relation)
String getTarget()
void setTarget(String target)
String getDescription()
void setDescription(String description)
Integer getMin()
void setMin(Integer min)
Integer getMax()
void setMax(Integer max)
Copyright © 2020. All Rights Reserved.