org.kuali.ole.pojo.edi
Class BuyerPartyQualifier

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

public class BuyerPartyQualifier
extends Object

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


Constructor Summary
BuyerPartyQualifier()
           
 
Method Summary
 String getBuyer()
           
 BuyerInformation getBuyerInformation()
           
 void setBuyer(String buyer)
           
 void setBuyerInformation(BuyerInformation buyerInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyerPartyQualifier

public BuyerPartyQualifier()
Method Detail

getBuyer

public String getBuyer()

setBuyer

public void setBuyer(String buyer)

getBuyerInformation

public BuyerInformation getBuyerInformation()

setBuyerInformation

public void setBuyerInformation(BuyerInformation buyerInformation)


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