org.adempiere.pos.services.POSQueryInterface Maven / Gradle / Ivy
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY; without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us *
* Copyright (C) 2003-2013 E.R.P. Consultores y Asociados, C.A. *
* All Rights Reserved. *
* Contributor(s): Yamel Senih www.erpcya.com *
*****************************************************************************/
package org.adempiere.pos.services;
/**
* @author Yamel Senih, [email protected], ERPCyA http://www.erpcya.com Sep 26, 2015, 10:50:44 PM
*
*/
public interface POSQueryInterface {
/**
* Get Record Identifier after select
* @author Yamel Senih, [email protected], ERPCyA http://www.erpcya.com
* @return
* @return int
*/
public int getRecord_ID();
/**
* Get Value from Form
* @author Yamel Senih, [email protected], ERPCyA http://www.erpcya.com
* @return
* @return String
*/
public String getValue();
/**
* Show the dialog
* @author Yamel Senih, [email protected], ERPCyA http://www.erpcya.com
* @return void
*/
public void showView();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy