Class PartyIdentifierUtils


  • public class PartyIdentifierUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPartyIdentifier​(Field field, int cdComponent, int accountComponent)  
      static Field setPartyIdentifier​(Field field, int cdComponent, int accountComponent, java.lang.String partyIdentifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartyIdentifierUtils

        public PartyIdentifierUtils()
    • Method Detail

      • getPartyIdentifier

        public static java.lang.String getPartyIdentifier​(Field field,
                                                          int cdComponent,
                                                          int accountComponent)
      • setPartyIdentifier

        public static Field setPartyIdentifier​(Field field,
                                               int cdComponent,
                                               int accountComponent,
                                               java.lang.String partyIdentifier)