All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.TermsAndConditionsInfo
java.lang.Object
|
+----semper.BApp.bargainer.messages.TermsAndConditionsInfo
- public class TermsAndConditionsInfo
- extends Object
- implements Serializable
-
TermsAndConditionsInfo()
- Constructs a new TermsAndConditionsInfo object.
-
TermsAndConditionsInfo(boolean, String, String)
-
-
equals(TermsAndConditionsInfo)
-
-
getAdditionalReqs()
- Returns the additionalReqs of TermsAndConditionsInfo.
-
getContents()
-
-
getDifferencesFrom(TermsAndConditionsInfo)
-
-
getSecaAgreement()
- Returns the secaAgreement of TermsAndConditionsInfo.
-
isPayOnLineEnabled()
- Gets payOnLine.
-
setAdditionalReqs(String)
- Sets the additionalReqs of TermsAndConditionsInfo.
-
setPayOnLineEnabled(boolean)
- Sets payOnLine true or false.
-
setSecaAgreement(String)
- Sets the secaAgreement of TermsAndConditionsInfo.
TermsAndConditionsInfo
public TermsAndConditionsInfo()
- Constructs a new TermsAndConditionsInfo object.
TermsAndConditionsInfo
public TermsAndConditionsInfo(boolean payOnLine,
String secaAgreement,
String additionalReqs)
setPayOnLineEnabled
public void setPayOnLineEnabled(boolean b)
- Sets payOnLine true or false.
isPayOnLineEnabled
public boolean isPayOnLineEnabled()
- Gets payOnLine.
setSecaAgreement
public void setSecaAgreement(String secaAgreement)
- Sets the secaAgreement of TermsAndConditionsInfo.
- Parameters:
- secaAgreement - the secaAgreement of TermsAndConditionsInfo
getSecaAgreement
public String getSecaAgreement()
- Returns the secaAgreement of TermsAndConditionsInfo.
setAdditionalReqs
public void setAdditionalReqs(String additionalReqs)
- Sets the additionalReqs of TermsAndConditionsInfo.
- Parameters:
- additionalReqs - the additionalReqs of TermsAndConditionsInfo
getAdditionalReqs
public String getAdditionalReqs()
- Returns the additionalReqs of TermsAndConditionsInfo.
getContents
public String getContents()
getDifferencesFrom
public String getDifferencesFrom(TermsAndConditionsInfo old)
equals
public boolean equals(TermsAndConditionsInfo old)
All Packages Class Hierarchy This Package Previous Next Index