|
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.compiere.model.X_PA_Achievement
public class X_PA_Achievement
Generated Model for PA_Achievement
| Field Summary |
|---|
| 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 |
| Fields inherited from interface org.compiere.model.I_PA_Achievement |
|---|
accessLevel, COLUMNNAME_DateDoc, COLUMNNAME_Description, COLUMNNAME_IsAchieved, COLUMNNAME_ManualActual, COLUMNNAME_Name, COLUMNNAME_Note, COLUMNNAME_PA_Achievement_ID, COLUMNNAME_PA_Measure_ID, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_PA_Achievement(Properties ctx,
int PA_Achievement_ID,
String trxName)
Standard Constructor |
|
X_PA_Achievement(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getDateDoc()
Get Document Date. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getManualActual()
Get Manual Actual. |
String |
getName()
Get Name. |
String |
getNote()
Get Note. |
int |
getPA_Achievement_ID()
Get Achievement. |
int |
getPA_Measure_ID()
Get Measure. |
I_PA_Measure |
getPA_Measure()
|
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isAchieved()
Get Achieved. |
void |
setDateDoc(Timestamp DateDoc)
Set Document Date. |
void |
setDescription(String Description)
Set Description. |
void |
setIsAchieved(boolean IsAchieved)
Set Achieved. |
void |
setManualActual(BigDecimal ManualActual)
Set Manual Actual. |
void |
setName(String Name)
Set Name. |
void |
setNote(String Note)
Set Note. |
void |
setPA_Achievement_ID(int PA_Achievement_ID)
Set Achievement. |
void |
setPA_Measure_ID(int PA_Measure_ID)
Set Measure. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
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 |
| Constructor Detail |
|---|
public X_PA_Achievement(Properties ctx,
int PA_Achievement_ID,
String trxName)
public X_PA_Achievement(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 setDateDoc(Timestamp DateDoc)
setDateDoc in interface I_PA_AchievementDateDoc - Date of the Documentpublic Timestamp getDateDoc()
getDateDoc in interface I_PA_Achievementpublic void setDescription(String Description)
setDescription in interface I_PA_AchievementDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_PA_Achievementpublic void setIsAchieved(boolean IsAchieved)
setIsAchieved in interface I_PA_AchievementIsAchieved - The goal is achievedpublic boolean isAchieved()
isAchieved in interface I_PA_Achievementpublic void setManualActual(BigDecimal ManualActual)
setManualActual in interface I_PA_AchievementManualActual - Manually entered actual valuepublic BigDecimal getManualActual()
getManualActual in interface I_PA_Achievementpublic void setName(String Name)
setName in interface I_PA_AchievementName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_PA_Achievementpublic KeyNamePair getKeyNamePair()
public void setNote(String Note)
setNote in interface I_PA_AchievementNote - Optional additional user defined informationpublic String getNote()
getNote in interface I_PA_Achievementpublic void setPA_Achievement_ID(int PA_Achievement_ID)
setPA_Achievement_ID in interface I_PA_AchievementPA_Achievement_ID - Performance Achievementpublic int getPA_Achievement_ID()
getPA_Achievement_ID in interface I_PA_Achievement
public I_PA_Measure getPA_Measure()
throws Exception
getPA_Measure in interface I_PA_AchievementExceptionpublic void setPA_Measure_ID(int PA_Measure_ID)
setPA_Measure_ID in interface I_PA_AchievementPA_Measure_ID - Concrete Performance Measurementpublic int getPA_Measure_ID()
getPA_Measure_ID in interface I_PA_Achievementpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_PA_AchievementSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_PA_Achievement
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||