/**
 * 
 */
package com.tandbergtv.metadatamanager.model;

/**
 * @author aseth
 *
 */
public enum AssetState {
	INACTIVE,
	ACTIVE;
}
