package com.hepl.tunefortwo.dto;

public enum OrderPosition {
	ORDER_SAVED,ORDER_CONFIRMED,SONG_COMPOSING,SONG_RECORDING,DELIVERED

}
