org.kuali.ole.pojo.edi
Class BuyerInformation

java.lang.Object
  extended by org.kuali.ole.pojo.edi.BuyerInformation

public class BuyerInformation
extends Object

Created by IntelliJ IDEA. User: palanivel Date: 3/6/12 Time: 3:57 PM To change this template use File | Settings | File Templates.


Constructor Summary
BuyerInformation()
           
 
Method Summary
 String getBuyerCodeIdentification()
           
 String getBuyerCodeListAgency()
           
 String getBuyerPartyIdentificationCode()
           
 void setBuyerCodeIdentification(String buyerCodeIdentification)
           
 void setBuyerCodeListAgency(String buyerCodeListAgency)
           
 void setBuyerPartyIdentificationCode(String buyerPartyIdentificationCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyerInformation

public BuyerInformation()
Method Detail

getBuyerCodeIdentification

public String getBuyerCodeIdentification()

setBuyerCodeIdentification

public void setBuyerCodeIdentification(String buyerCodeIdentification)

getBuyerPartyIdentificationCode

public String getBuyerPartyIdentificationCode()

setBuyerPartyIdentificationCode

public void setBuyerPartyIdentificationCode(String buyerPartyIdentificationCode)

getBuyerCodeListAgency

public String getBuyerCodeListAgency()

setBuyerCodeListAgency

public void setBuyerCodeListAgency(String buyerCodeListAgency)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.