module fb { export class VaerdebevakareDO extends VaerdebevakareDOGen { getPrimaryKey(): any { return this.VaerdebevakareId ? this.VaerdebevakareId.value : null; } /* constructor(data: any) { super(data, false); } */ /* getPrimaryKey(): any { return this.VaerdebevakareId && this.VaerdebevakareId.value; } getForeignKeyObject(): fb.IForeignKeyObject { return { entity: fb.ForeignKeyEntity.MAEKLAROBJEKT, key: this.MaeklarObjektId.value } } */ } }