コード例 #1
0
 private static void setSalidaInv(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO instance,
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaTO value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO.class,
       instance,
       "salidaInv",
       value);
 }
コード例 #2
0
 private static void setReferencia(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO instance,
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.articulo.objeto.ReferenciaTO value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO.class,
       instance,
       "referencia",
       value);
 }
コード例 #3
0
 private static void setId(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO instance,
     java.lang.Long value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO.class,
       instance,
       "id",
       value);
 }
コード例 #4
0
 private static void setAnulado(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO instance,
     boolean value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.inventario.objeto.SalidaDetalleTO.class,
       instance,
       "anulado",
       value);
 }
コード例 #5
0
 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");
 }
コード例 #6
0
 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");
 }
コード例 #7
0
 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");
 }
コード例 #8
0
 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");
 }
コード例 #9
0
 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");
 }
コード例 #10
0
 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");
 }
コード例 #11
0
 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");
 }
コード例 #12
0
 private static void setValor(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.compra.enumerador.TipoEstadoPedidoEnum
         instance,
     int value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
           .compra
           .enumerador
           .TipoEstadoPedidoEnum
           .class,
       instance,
       "valor",
       value);
 }
コード例 #13
0
 private static void setNameToken(
     com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared.compra.enumerador.TipoEstadoPedidoEnum
         instance,
     java.lang.String value) {
   ReflectionHelper.setField(
       com.cpcoriente.cidecuero.springgwt.MrpCrrmM.shared
           .compra
           .enumerador
           .TipoEstadoPedidoEnum
           .class,
       instance,
       "nameToken",
       value);
 }