Class SettlementAccount


  • public class SettlementAccount
    extends java.lang.Object
    Represents the Settlement Account as known to TrAPI
    • Constructor Summary

      Constructors 
      Constructor Description
      SettlementAccount​(com.caplin.ret.trapi.admin.Account account)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLongName()
      Getter for property 'longName'.
      java.lang.String getName()
      Getter for property 'name'.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SettlementAccount

        public SettlementAccount​(com.caplin.ret.trapi.admin.Account account)
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for property 'name'.
        Returns:
        Value for property 'name'.
      • getLongName

        public java.lang.String getLongName()
        Getter for property 'longName'.
        Returns:
        Value for property 'longName'.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object