public Order shipDate()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Order.java [122:125]


	public Order shipDate(Date value) {
		this.shipDate = value;
		return this;
	}