Package pl.com.bottega.ecommerce.canonicalmodel.publishedlanguage

Examples of pl.com.bottega.ecommerce.canonicalmodel.publishedlanguage.ClientData


  @Inject
  @Transient
  private PaymentFactory paymentFactory;
 
  public ClientData generateSnapshot(){
    return new ClientData(aggregateId, name);
  }
View Full Code Here


import pl.com.bottega.ecommerce.sales.domain.reservation.Reservation.ReservationStatus;

public class ReservationObjectMother {

  public static Reservation emptyReservation() {
    return new Reservation(AggregateId.generate(), ReservationStatus.OPENED, new ClientData(AggregateId.generate()"client 1"), new Date());
  }
View Full Code Here

TOP

Related Classes of pl.com.bottega.ecommerce.canonicalmodel.publishedlanguage.ClientData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.