package com.quantum.model; /** * @author BC */ public interface View extends Entity { public Integer getSize(); }