EventChildInterface.as
449 Bytes
/**
* Generated by Gas3 v2.1.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 extends ModelInterface {
function set id(value:EventPk):void;
function get id():EventPk;
function set jpaVersionField(value:int):void;
function get jpaVersionField():int;
}
}