Interface PageTransitionDefinition
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPageTransitionDefinition
Page Transition Definition abstraction, defining the source event name and target
PageStateDefinition
's ID.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares the specified object with thisPageTransitionDefinition
for equality.getEvent()
Return the source event name causing this page transition.Return the targetPageStateDefinition
's ID.int
hashCode()
Returns the hash code value for thisPageTransitionDefinition
.
-
Method Details
-
getEvent
String getEvent()Return the source event name causing this page transition.- Returns:
- the source event name causing this page transition
-
getTargetPageStateDefinitionId
String getTargetPageStateDefinitionId()Return the targetPageStateDefinition
's ID.- Returns:
- the target
PageStateDefinition
's ID
-
equals
Compares the specified object with thisPageTransitionDefinition
for equality. -
hashCode
int hashCode()Returns the hash code value for thisPageTransitionDefinition
.
-