Package DTOs.Relations
Class RelationDTO
java.lang.Object
DTOs.Relations.RelationDTO
-
Constructor Summary
ConstructorsConstructorDescriptionRelationDTO(String weight, SourceRelationDTO source, TargetRelationDTO target) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSource(SourceRelationDTO source) voidsetTarget(TargetRelationDTO target) void
-
Constructor Details
-
RelationDTO
-
-
Method Details
-
getWeight
-
setWeight
-
getSource
-
setSource
-
getTarget
-
setTarget
-