package org.whole.lang.testentities.model; /** * @generator Whole */ public interface ShortTestEntity extends ITestEntitiesEntity, IDataEntity, ITestEntity { public short getValue(); public void setValue(short value); }