|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.eevolution.model.X_HR_Concept
public class X_HR_Concept
Generated Model for HR_Concept
| Field Summary | |
|---|---|
static int |
ACCOUNTSIGN_AD_Reference_ID
AccountSign AD_Reference_ID=118 |
static String |
ACCOUNTSIGN_Credit
Credit = C |
static String |
ACCOUNTSIGN_Debit
Debit = D |
static String |
ACCOUNTSIGN_Natural
Natural = N |
static int |
COLUMNTYPE_AD_Reference_ID
ColumnType AD_Reference_ID=53243 |
static String |
COLUMNTYPE_Amount
Amount = A |
static String |
COLUMNTYPE_Date
Date = D |
static String |
COLUMNTYPE_Quantity
Quantity = Q |
static String |
COLUMNTYPE_Text
Text = T |
static int |
TYPE_AD_Reference_ID
Type AD_Reference_ID=53245 |
static String |
TYPE_Concept
Concept = C |
static String |
TYPE_Information
Information = I |
static String |
TYPE_Reference
Reference = R |
static String |
TYPE_RuleEngine
Rule Engine = E |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_HR_Concept(Properties ctx,
int HR_Concept_ID,
String trxName)
Standard Constructor |
|
X_HR_Concept(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAccountSign()
Get Account Sign. |
String |
getColumnType()
Get Column Type. |
String |
getDescription()
Get Description. |
int |
getHR_Concept_Category_ID()
Get Payroll Concept Category. |
I_HR_Concept_Category |
getHR_Concept_Category()
|
int |
getHR_Concept_ID()
Get Concept. |
int |
getHR_Department_ID()
Get Department. |
I_HR_Department |
getHR_Department()
|
int |
getHR_Job_ID()
Get Job. |
I_HR_Job |
getHR_Job()
|
int |
getHR_Payroll_ID()
Get Payroll. |
I_HR_Payroll |
getHR_Payroll()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getType()
Get Type. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isEmployee()
Get Employee. |
boolean |
isPaid()
Get Paid. |
boolean |
isPrinted()
Get Printed. |
boolean |
isReadWrite()
Get Read Write. |
boolean |
isReceipt()
Get Receipt. |
boolean |
isRegistered()
Get Registered. |
void |
setAccountSign(String AccountSign)
Set Account Sign. |
void |
setColumnType(String ColumnType)
Set Column Type. |
void |
setDescription(String Description)
Set Description. |
void |
setHR_Concept_Category_ID(int HR_Concept_Category_ID)
Set Payroll Concept Category. |
void |
setHR_Concept_ID(int HR_Concept_ID)
Set Concept. |
void |
setHR_Department_ID(int HR_Department_ID)
Set Department. |
void |
setHR_Job_ID(int HR_Job_ID)
Set Job. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsEmployee(boolean IsEmployee)
Set Employee. |
void |
setIsPaid(boolean IsPaid)
Set Paid. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setIsReadWrite(boolean IsReadWrite)
Set Read Write. |
void |
setIsReceipt(boolean IsReceipt)
Set Receipt. |
void |
setIsRegistered(boolean IsRegistered)
Set Registered. |
void |
setName(String Name)
Set Name. |
void |
setType(String Type)
Set Type. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
void |
setValue(String Value)
Set Search Key. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ACCOUNTSIGN_AD_Reference_ID
public static final String ACCOUNTSIGN_Natural
public static final String ACCOUNTSIGN_Debit
public static final String ACCOUNTSIGN_Credit
public static final int COLUMNTYPE_AD_Reference_ID
public static final String COLUMNTYPE_Amount
public static final String COLUMNTYPE_Date
public static final String COLUMNTYPE_Quantity
public static final String COLUMNTYPE_Text
public static final int TYPE_AD_Reference_ID
public static final String TYPE_Concept
public static final String TYPE_RuleEngine
public static final String TYPE_Information
public static final String TYPE_Reference
| Constructor Detail |
|---|
public X_HR_Concept(Properties ctx,
int HR_Concept_ID,
String trxName)
public X_HR_Concept(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAccountSign(String AccountSign)
setAccountSign in interface I_HR_ConceptAccountSign - Indicates the Natural Sign of the Account as a Debit or Creditpublic String getAccountSign()
getAccountSign in interface I_HR_Conceptpublic void setColumnType(String ColumnType)
setColumnType in interface I_HR_ConceptColumnType - Column Typepublic String getColumnType()
getColumnType in interface I_HR_Conceptpublic void setDescription(String Description)
setDescription in interface I_HR_ConceptDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_Concept
public I_HR_Concept_Category getHR_Concept_Category()
throws Exception
getHR_Concept_Category in interface I_HR_ConceptExceptionpublic void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
setHR_Concept_Category_ID in interface I_HR_ConceptHR_Concept_Category_ID - Payroll Concept Categorypublic int getHR_Concept_Category_ID()
getHR_Concept_Category_ID in interface I_HR_Conceptpublic void setHR_Concept_ID(int HR_Concept_ID)
setHR_Concept_ID in interface I_HR_ConceptHR_Concept_ID - Conceptpublic int getHR_Concept_ID()
getHR_Concept_ID in interface I_HR_Concept
public I_HR_Department getHR_Department()
throws Exception
getHR_Department in interface I_HR_ConceptExceptionpublic void setHR_Department_ID(int HR_Department_ID)
setHR_Department_ID in interface I_HR_ConceptHR_Department_ID - Departmentpublic int getHR_Department_ID()
getHR_Department_ID in interface I_HR_Concept
public I_HR_Job getHR_Job()
throws Exception
getHR_Job in interface I_HR_ConceptExceptionpublic void setHR_Job_ID(int HR_Job_ID)
setHR_Job_ID in interface I_HR_ConceptHR_Job_ID - Jobpublic int getHR_Job_ID()
getHR_Job_ID in interface I_HR_Concept
public I_HR_Payroll getHR_Payroll()
throws Exception
getHR_Payroll in interface I_HR_ConceptExceptionpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_ConceptHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Conceptpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_HR_ConceptIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_HR_Conceptpublic void setIsEmployee(boolean IsEmployee)
setIsEmployee in interface I_HR_ConceptIsEmployee - Indicates if this Business Partner is an employeepublic boolean isEmployee()
isEmployee in interface I_HR_Conceptpublic void setIsPaid(boolean IsPaid)
setIsPaid in interface I_HR_ConceptIsPaid - The document is paidpublic boolean isPaid()
isPaid in interface I_HR_Conceptpublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_HR_ConceptIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_HR_Conceptpublic void setIsReadWrite(boolean IsReadWrite)
setIsReadWrite in interface I_HR_ConceptIsReadWrite - Field is read / writepublic boolean isReadWrite()
isReadWrite in interface I_HR_Conceptpublic void setIsReceipt(boolean IsReceipt)
setIsReceipt in interface I_HR_ConceptIsReceipt - This is a sales transaction (receipt)public boolean isReceipt()
isReceipt in interface I_HR_Conceptpublic void setIsRegistered(boolean IsRegistered)
setIsRegistered in interface I_HR_ConceptIsRegistered - The application is registered.public boolean isRegistered()
isRegistered in interface I_HR_Conceptpublic void setName(String Name)
setName in interface I_HR_ConceptName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Conceptpublic void setType(String Type)
setType in interface I_HR_ConceptType - Type of Validation (SQL, Java Script, Java Language)public String getType()
getType in interface I_HR_Conceptpublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_HR_ConceptValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_HR_Conceptpublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_HR_ConceptValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_HR_Conceptpublic void setValue(String Value)
setValue in interface I_HR_ConceptValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_HR_Conceptpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||