package org.whole.lang.frames.model; /** * @generator Whole */ public interface Version extends IFramesEntity { public String getValue(); public void setValue(String value); }