/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * 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 * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ /** Generated Model - DO NOT CHANGE */ package org.compiere.model; import java.math.BigDecimal; import java.sql.ResultSet; import java.util.Properties; import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Remuneration * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="C_Remuneration") public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_C_Remuneration (Properties ctx, int C_Remuneration_ID, String trxName) { super (ctx, C_Remuneration_ID, trxName); /** if (C_Remuneration_ID == 0) { setC_Remuneration_ID (0); setGrossRAmt (Env.ZERO); setGrossRCost (Env.ZERO); setName (null); setOvertimeAmt (Env.ZERO); setOvertimeCost (Env.ZERO); setRemunerationType (null); setStandardHours (0); } */ } /** Standard Constructor */ public X_C_Remuneration (Properties ctx, int C_Remuneration_ID, String trxName, String ... virtualColumns) { super (ctx, C_Remuneration_ID, trxName, virtualColumns); /** if (C_Remuneration_ID == 0) { setC_Remuneration_ID (0); setGrossRAmt (Env.ZERO); setGrossRCost (Env.ZERO); setName (null); setOvertimeAmt (Env.ZERO); setOvertimeCost (Env.ZERO); setRemunerationType (null); setStandardHours (0); } */ } /** Standard Constructor */ public X_C_Remuneration (Properties ctx, String C_Remuneration_UU, String trxName) { super (ctx, C_Remuneration_UU, trxName); /** if (C_Remuneration_UU == null) { setC_Remuneration_ID (0); setGrossRAmt (Env.ZERO); setGrossRCost (Env.ZERO); setName (null); setOvertimeAmt (Env.ZERO); setOvertimeCost (Env.ZERO); setRemunerationType (null); setStandardHours (0); } */ } /** Standard Constructor */ public X_C_Remuneration (Properties ctx, String C_Remuneration_UU, String trxName, String ... virtualColumns) { super (ctx, C_Remuneration_UU, trxName, virtualColumns); /** if (C_Remuneration_UU == null) { setC_Remuneration_ID (0); setGrossRAmt (Env.ZERO); setGrossRCost (Env.ZERO); setName (null); setOvertimeAmt (Env.ZERO); setOvertimeCost (Env.ZERO); setRemunerationType (null); setStandardHours (0); } */ } /** Load Constructor */ public X_C_Remuneration (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 2 - Client */ protected int get_AccessLevel() { return accessLevel.intValue(); } /** Load Meta Data */ protected POInfo initPO (Properties ctx) { POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); return poi; } public String toString() { StringBuilder sb = new StringBuilder ("X_C_Remuneration[") .append(get_ID()).append(",Name=").append(getName()).append("]"); return sb.toString(); } /** Set Remuneration. @param C_Remuneration_ID Wage or Salary */ public void setC_Remuneration_ID (int C_Remuneration_ID) { if (C_Remuneration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, null); else set_ValueNoCheck (COLUMNNAME_C_Remuneration_ID, Integer.valueOf(C_Remuneration_ID)); } /** Get Remuneration. @return Wage or Salary */ public int getC_Remuneration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Remuneration_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_Remuneration_UU. @param C_Remuneration_UU C_Remuneration_UU */ public void setC_Remuneration_UU (String C_Remuneration_UU) { set_Value (COLUMNNAME_C_Remuneration_UU, C_Remuneration_UU); } /** Get C_Remuneration_UU. @return C_Remuneration_UU */ public String getC_Remuneration_UU() { return (String)get_Value(COLUMNNAME_C_Remuneration_UU); } /** Set Description. @param Description Optional short description of the record */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); } /** Get Description. @return Optional short description of the record */ public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Gross Amount. @param GrossRAmt Gross Remuneration Amount */ public void setGrossRAmt (BigDecimal GrossRAmt) { set_Value (COLUMNNAME_GrossRAmt, GrossRAmt); } /** Get Gross Amount. @return Gross Remuneration Amount */ public BigDecimal getGrossRAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Gross Cost. @param GrossRCost Gross Remuneration Costs */ public void setGrossRCost (BigDecimal GrossRCost) { set_Value (COLUMNNAME_GrossRCost, GrossRCost); } /** Get Gross Cost. @return Gross Remuneration Costs */ public BigDecimal getGrossRCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_GrossRCost); if (bd == null) return Env.ZERO; return bd; } /** Set Comment/Help. @param Help Comment or Hint */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); } /** Get Comment/Help. @return Comment or Hint */ public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Name. @param Name Alphanumeric identifier of the entity */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); } /** Get Name. @return Alphanumeric identifier of the entity */ public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), getName()); } /** Set Overtime Amount. @param OvertimeAmt Hourly Overtime Rate */ public void setOvertimeAmt (BigDecimal OvertimeAmt) { set_Value (COLUMNNAME_OvertimeAmt, OvertimeAmt); } /** Get Overtime Amount. @return Hourly Overtime Rate */ public BigDecimal getOvertimeAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Overtime Cost. @param OvertimeCost Hourly Overtime Cost */ public void setOvertimeCost (BigDecimal OvertimeCost) { set_Value (COLUMNNAME_OvertimeCost, OvertimeCost); } /** Get Overtime Cost. @return Hourly Overtime Cost */ public BigDecimal getOvertimeCost() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_OvertimeCost); if (bd == null) return Env.ZERO; return bd; } /** RemunerationType AD_Reference_ID=346 */ public static final int REMUNERATIONTYPE_AD_Reference_ID=346; /** Bi-Weekly = B */ public static final String REMUNERATIONTYPE_Bi_Weekly = "B"; /** Daily = D */ public static final String REMUNERATIONTYPE_Daily = "D"; /** Hourly = H */ public static final String REMUNERATIONTYPE_Hourly = "H"; /** Monthly = M */ public static final String REMUNERATIONTYPE_Monthly = "M"; /** Twice Monthly = T */ public static final String REMUNERATIONTYPE_TwiceMonthly = "T"; /** Weekly = W */ public static final String REMUNERATIONTYPE_Weekly = "W"; /** Set Remuneration Type. @param RemunerationType Type of Remuneration */ public void setRemunerationType (String RemunerationType) { set_Value (COLUMNNAME_RemunerationType, RemunerationType); } /** Get Remuneration Type. @return Type of Remuneration */ public String getRemunerationType() { return (String)get_Value(COLUMNNAME_RemunerationType); } /** Set Standard Hours. @param StandardHours Standard Work Hours based on Remuneration Type */ public void setStandardHours (int StandardHours) { set_Value (COLUMNNAME_StandardHours, Integer.valueOf(StandardHours)); } /** Get Standard Hours. @return Standard Work Hours based on Remuneration Type */ public int getStandardHours() { Integer ii = (Integer)get_Value(COLUMNNAME_StandardHours); if (ii == null) return 0; return ii.intValue(); } }