-
public class MatterProductInfoBean
-
-
Field Summary
Fields Modifier and Type Field Description private StringproductIdprivate intaccessTypeprivate IntegercustomFlowprivate StringcustomFlowURLprivate IntegermodeInitialStepsHintprivate StringmodeInitialStepsInstructionprivate IntegermodeSecondaryStepsHintprivate StringmodeSecondaryStepInstruction
-
Method Summary
Modifier and Type Method Description StringgetProductId()voidsetProductId(String productId)intgetAccessType()voidsetAccessType(int accessType)IntegergetCustomFlow()voidsetCustomFlow(Integer customFlow)StringgetCustomFlowURL()voidsetCustomFlowURL(String customFlowURL)IntegergetModeInitialStepsHint()voidsetModeInitialStepsHint(Integer modeInitialStepsHint)StringgetModeInitialStepsInstruction()voidsetModeInitialStepsInstruction(String modeInitialStepsInstruction)IntegergetModeSecondaryStepsHint()voidsetModeSecondaryStepsHint(Integer modeSecondaryStepsHint)StringgetModeSecondaryStepInstruction()voidsetModeSecondaryStepInstruction(String modeSecondaryStepInstruction)StringtoString()-
-
Method Detail
-
getProductId
String getProductId()
-
setProductId
void setProductId(String productId)
-
getAccessType
int getAccessType()
-
setAccessType
void setAccessType(int accessType)
-
getCustomFlow
Integer getCustomFlow()
-
setCustomFlow
void setCustomFlow(Integer customFlow)
-
getCustomFlowURL
String getCustomFlowURL()
-
setCustomFlowURL
void setCustomFlowURL(String customFlowURL)
-
getModeInitialStepsHint
Integer getModeInitialStepsHint()
-
setModeInitialStepsHint
void setModeInitialStepsHint(Integer modeInitialStepsHint)
-
getModeInitialStepsInstruction
String getModeInitialStepsInstruction()
-
setModeInitialStepsInstruction
void setModeInitialStepsInstruction(String modeInitialStepsInstruction)
-
getModeSecondaryStepsHint
Integer getModeSecondaryStepsHint()
-
setModeSecondaryStepsHint
void setModeSecondaryStepsHint(Integer modeSecondaryStepsHint)
-
getModeSecondaryStepInstruction
String getModeSecondaryStepInstruction()
-
setModeSecondaryStepInstruction
void setModeSecondaryStepInstruction(String modeSecondaryStepInstruction)
-
toString
String toString()
-
-
-
-