All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.ole.pojo.edi.BuyerAdditionalPartyIdentifier Maven / Gradle / Ivy

package org.kuali.ole.pojo.edi;

/**
 * Created by palanivel on 14/8/14.
 */
public class BuyerAdditionalPartyIdentifier {
    private BuyerIdentifier buyerIdentifier;

    public BuyerIdentifier getBuyerIdentifier() {
        return buyerIdentifier;
    }

    public void setBuyerIdentifier(BuyerIdentifier buyerIdentifier) {
        this.buyerIdentifier = buyerIdentifier;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy