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 TypeMethodDescriptionbooleanCompares the specified object with thisPageTransitionDefinitionfor equality.getEvent()Return the source event name causing this page transition.Return the targetPageStateDefinition's ID.inthashCode()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 thisPageTransitionDefinitionfor equality. -
hashCode
int hashCode()Returns the hash code value for thisPageTransitionDefinition.
-