-
public class MatterProductInfoBean
-
-
Field Summary
Fields Modifier and Type Field Description private String
productId
private int
accessType
private Integer
customFlow
private String
customFlowURL
private Integer
modeInitialStepsHint
private String
modeInitialStepsInstruction
private Integer
modeSecondaryStepsHint
private String
modeSecondaryStepInstruction
-
Method Summary
Modifier and Type Method Description String
getProductId()
void
setProductId(String productId)
int
getAccessType()
void
setAccessType(int accessType)
Integer
getCustomFlow()
void
setCustomFlow(Integer customFlow)
String
getCustomFlowURL()
void
setCustomFlowURL(String customFlowURL)
Integer
getModeInitialStepsHint()
void
setModeInitialStepsHint(Integer modeInitialStepsHint)
String
getModeInitialStepsInstruction()
void
setModeInitialStepsInstruction(String modeInitialStepsInstruction)
Integer
getModeSecondaryStepsHint()
void
setModeSecondaryStepsHint(Integer modeSecondaryStepsHint)
String
getModeSecondaryStepInstruction()
void
setModeSecondaryStepInstruction(String modeSecondaryStepInstruction)
String
toString()
-
-
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()
-
-
-
-