/**
 * ScheduleStatus.java
 * Created Apr 22, 2008
 * Copyright (c) TANDBERG Television 2007-2008
 */
package com.tandbergtv.watchpoint.pmm.entities;

/**
 * Schedule status
 * 
 * @author Sahil Verma
 */
public enum ScheduleStatus {
	NEW,
	READY,
	APPROVED
}
