Package com.prowidesoftware.swift.model
Class SettlementInfo
- java.lang.Object
-
- com.prowidesoftware.swift.model.SettlementInfo
-
public class SettlementInfo extends java.lang.ObjectSimple DTO to hold Settlement Information.It is composed of the Settlement Method and Clearing System (Code or Property). Used in combination with MxId to identify a specific MX message function
- Since:
- 9.5.5
-
-
Constructor Summary
Constructors Constructor Description SettlementInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object that)java.lang.StringgetClearingSystemCode()SettlementMethodgetSettlementMethod()inthashCode()voidsetClearingSystemCode(java.lang.String clearingSystemCode)voidsetSettlementMethod(SettlementMethod sttlmMtd)
-
-
-
Method Detail
-
getSettlementMethod
public SettlementMethod getSettlementMethod()
-
setSettlementMethod
public void setSettlementMethod(SettlementMethod sttlmMtd)
-
getClearingSystemCode
public java.lang.String getClearingSystemCode()
-
setClearingSystemCode
public void setClearingSystemCode(java.lang.String clearingSystemCode)
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-