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); }
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); }
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); }
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); }
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"); }
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); }
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); }