// Model generated: 15-02-19 16:10 module fb { export class ObjIntressentBytRollDOGen extends ResourceBase { ObjIntressentId: ChangeTrack; NyRoll: ChangeTrack; GammalRoll: ChangeTrack; public static $rootName = 'ObjIntressentBytRollDO'; constructor(data: any) { super(data, true, ObjIntressentBytRollDO.$rootName); } validation(){ this.ObjIntressentId.required = true; this.NyRoll.required = true; this.GammalRoll.required = true; var self = this; } getPrimaryKey(): any { return this.ObjIntressentId.value+ '_' +this.NyRoll.value+ '_' +this.GammalRoll.value; } } }