EventChildInterface.as 426 Bytes
/**
 * Generated by Gas3 v2.2.0 (Granite Data Services).
 *
 * WARNING: DO NOT CHANGE THIS FILE. IT MAY BE OVERWRITTEN EACH TIME YOU USE
 * THE GENERATOR.
 */

package fi.insomnia.bortal.model {

    public interface EventChildInterface {

        function set id(value:EventPk):void;
        function get id():EventPk;

        function set jpaVersionField(value:int):void;
        function get jpaVersionField():int;
    }
}