private static java.lang.Long getId(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO
         instance) {
   return (java.lang.Long)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .inventario
               .objeto
               .SalidaDetalleTO
               .class,
           instance,
           "id");
 }
 private static java.lang.Float getValorUnitario(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO
         instance) {
   return (java.lang.Float)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .inventario
               .objeto
               .SalidaDetalleTO
               .class,
           instance,
           "valorUnitario");
 }
 private static boolean getAnulado(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO
         instance) {
   return (java.lang.Boolean)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .inventario
               .objeto
               .SalidaDetalleTO
               .class,
           instance,
           "anulado");
 }
 private static int getValor(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.compra.enumerador.TipoEstadoPedidoEnum
         instance) {
   return (java.lang.Integer)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .compra
               .enumerador
               .TipoEstadoPedidoEnum
               .class,
           instance,
           "valor");
 }
 private static java.lang.String getNameToken(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.compra.enumerador.TipoEstadoPedidoEnum
         instance) {
   return (java.lang.String)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .compra
               .enumerador
               .TipoEstadoPedidoEnum
               .class,
           instance,
           "nameToken");
 }
 private static com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.articulo.objeto.ReferenciaTO
     getReferencia(
         com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO
             instance) {
   return (com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.articulo.objeto.ReferenciaTO)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .inventario
               .objeto
               .SalidaDetalleTO
               .class,
           instance,
           "referencia");
 }
 private static com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaTO
     getSalidaInv(
         com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO
             instance) {
   return (com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaTO)
       ReflectionHelper.getField(
           com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
               .inventario
               .objeto
               .SalidaDetalleTO
               .class,
           instance,
           "salidaInv");
 }