Class DropInfo
-
- All Implemented Interfaces:
public final class DropInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StoryStepstoryUnitprivate final IntegerpositionFrom
-
Method Summary
Modifier and Type Method Description final StoryStepgetStoryUnit()final IntegergetPositionFrom()-
-
Constructor Detail
-
DropInfo
DropInfo(StoryStep storyUnit, Integer positionFrom)
-
-
Method Detail
-
getStoryUnit
final StoryStep getStoryUnit()
-
getPositionFrom
final Integer getPositionFrom()
-
-
-
-