package com.tandbergtv.watchpoint.pmm.entities;

/**
 * Represents an ordered list of titles.
 * 
 * @author spuranik
 * 
 */
public class TitleList extends AssetList {

	@Override
	public TitleListType getType() {
		return TitleListType.TITLELIST;
	}

}
