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

Constructor Index

 o TermsAndConditionsInfo()
Constructs a new TermsAndConditionsInfo object.
 o TermsAndConditionsInfo(boolean, String, String)

Method Index

 o equals(TermsAndConditionsInfo)
 o getAdditionalReqs()
Returns the additionalReqs of TermsAndConditionsInfo.
 o getContents()
 o getDifferencesFrom(TermsAndConditionsInfo)
 o getSecaAgreement()
Returns the secaAgreement of TermsAndConditionsInfo.
 o isPayOnLineEnabled()
Gets payOnLine.
 o setAdditionalReqs(String)
Sets the additionalReqs of TermsAndConditionsInfo.
 o setPayOnLineEnabled(boolean)
Sets payOnLine true or false.
 o setSecaAgreement(String)
Sets the secaAgreement of TermsAndConditionsInfo.

Constructors

 o TermsAndConditionsInfo
 public TermsAndConditionsInfo()
Constructs a new TermsAndConditionsInfo object.

 o TermsAndConditionsInfo
 public TermsAndConditionsInfo(boolean payOnLine,
                               String secaAgreement,
                               String additionalReqs)

Methods

 o setPayOnLineEnabled
 public void setPayOnLineEnabled(boolean b)
Sets payOnLine true or false.

 o isPayOnLineEnabled
 public boolean isPayOnLineEnabled()
Gets payOnLine.

 o setSecaAgreement
 public void setSecaAgreement(String secaAgreement)
Sets the secaAgreement of TermsAndConditionsInfo.

Parameters:
secaAgreement - the secaAgreement of TermsAndConditionsInfo
 o getSecaAgreement
 public String getSecaAgreement()
Returns the secaAgreement of TermsAndConditionsInfo.

 o setAdditionalReqs
 public void setAdditionalReqs(String additionalReqs)
Sets the additionalReqs of TermsAndConditionsInfo.

Parameters:
additionalReqs - the additionalReqs of TermsAndConditionsInfo
 o getAdditionalReqs
 public String getAdditionalReqs()
Returns the additionalReqs of TermsAndConditionsInfo.

 o getContents
 public String getContents()
 o getDifferencesFrom
 public String getDifferencesFrom(TermsAndConditionsInfo old)
 o equals
 public boolean equals(TermsAndConditionsInfo old)

All Packages  Class Hierarchy  This Package  Previous  Next  Index