-
public final class FormTitleState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFormTitleState.CancelBehaviour
-
Field Summary
Fields Modifier and Type Field Description private final IntegertitleIdprivate final IntegerdescriptionIdprivate final FormTitleState.CancelBehaviourcancelBehaviour
-
Constructor Summary
Constructors Constructor Description FormTitleState(Integer titleId, Integer descriptionId, FormTitleState.CancelBehaviour cancelBehaviour)
-
Method Summary
Modifier and Type Method Description final IntegergetTitleId()final IntegergetDescriptionId()final FormTitleState.CancelBehaviourgetCancelBehaviour()-
-
Constructor Detail
-
FormTitleState
FormTitleState(Integer titleId, Integer descriptionId, FormTitleState.CancelBehaviour cancelBehaviour)
-
-
Method Detail
-
getTitleId
final Integer getTitleId()
-
getDescriptionId
final Integer getDescriptionId()
-
getCancelBehaviour
final FormTitleState.CancelBehaviour getCancelBehaviour()
-
-
-
-