Package org.compiere.model
Class X_A_Asset_Class
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_A_Asset_Class
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_A_Asset_Class
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MAssetClass
public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent
Generated Model for A_Asset_Class- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
-
Fields inherited from interface org.compiere.model.I_A_Asset_Class
accessLevel, COLUMNNAME_A_Asset_Class_ID, COLUMNNAME_A_Asset_Class_UU, COLUMNNAME_A_Life_Period_2004, COLUMNNAME_A_Life_Period_Max, COLUMNNAME_A_Life_Period_Min, COLUMNNAME_A_Value_2004, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_IsActive, COLUMNNAME_MFX_Clasa, COLUMNNAME_MFX_Grupa, COLUMNNAME_MFX_SubClasa, COLUMNNAME_MFX_SubGrupa, COLUMNNAME_Name, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_Value, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_A_Asset_Class(Properties ctx, int A_Asset_Class_ID, String trxName)
Standard ConstructorX_A_Asset_Class(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get_AccessLevel()
AccessLevelint
getA_Asset_Class_ID()
Get Asset class.String
getA_Asset_Class_UU()
Get A_Asset_Class_UU.int
getA_Life_Period_2004()
Get Life Periods 2004 (min).int
getA_Life_Period_Max()
Get Life periods (max).int
getA_Life_Period_Min()
Get Life periods (min).String
getA_Value_2004()
Get Value 2004.String
getDescription()
Get Description.int
getMFX_Clasa()
Get Fixed Asset Class.int
getMFX_Grupa()
Get Fixed Asset Group.int
getMFX_SubClasa()
Get Fixed Asset Subclass.int
getMFX_SubGrupa()
Get Fixed Asset Subgroup.String
getName()
Get Name.String
getValue()
Get Search Key.protected POInfo
initPO(Properties ctx)
Load Meta Datavoid
setA_Asset_Class_ID(int A_Asset_Class_ID)
Set Asset class.void
setA_Asset_Class_UU(String A_Asset_Class_UU)
Set A_Asset_Class_UU.void
setA_Life_Period_2004(int A_Life_Period_2004)
Set Life Periods 2004 (min).void
setA_Life_Period_Max(int A_Life_Period_Max)
Set Life periods (max).void
setA_Life_Period_Min(int A_Life_Period_Min)
Set Life periods (min).void
setA_Value_2004(String A_Value_2004)
Set Value 2004.void
setDescription(String Description)
Set Description.void
setMFX_Clasa(int MFX_Clasa)
Set Fixed Asset Class.void
setMFX_Grupa(int MFX_Grupa)
Set Fixed Asset Group.void
setMFX_SubClasa(int MFX_SubClasa)
Set Fixed Asset Subclass.void
setMFX_SubGrupa(int MFX_SubGrupa)
Set Fixed Asset Subgroup.void
setName(String Name)
Set Name.void
setValue(String Value)
Set Search Key.String
toString()
String representation-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock, update_Tree, validForeignKeys
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.compiere.model.I_A_Asset_Class
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
-
-
-
Constructor Detail
-
X_A_Asset_Class
public X_A_Asset_Class(Properties ctx, int A_Asset_Class_ID, String trxName)
Standard Constructor
-
X_A_Asset_Class
public X_A_Asset_Class(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 7 - System - Client - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
setA_Asset_Class_ID
public void setA_Asset_Class_ID(int A_Asset_Class_ID)
Set Asset class.- Specified by:
setA_Asset_Class_ID
in interfaceI_A_Asset_Class
- Parameters:
A_Asset_Class_ID
- Asset class
-
getA_Asset_Class_ID
public int getA_Asset_Class_ID()
Get Asset class.- Specified by:
getA_Asset_Class_ID
in interfaceI_A_Asset_Class
- Returns:
- Asset class
-
setA_Asset_Class_UU
public void setA_Asset_Class_UU(String A_Asset_Class_UU)
Set A_Asset_Class_UU.- Specified by:
setA_Asset_Class_UU
in interfaceI_A_Asset_Class
- Parameters:
A_Asset_Class_UU
- A_Asset_Class_UU
-
getA_Asset_Class_UU
public String getA_Asset_Class_UU()
Get A_Asset_Class_UU.- Specified by:
getA_Asset_Class_UU
in interfaceI_A_Asset_Class
- Returns:
- A_Asset_Class_UU
-
setA_Life_Period_2004
public void setA_Life_Period_2004(int A_Life_Period_2004)
Set Life Periods 2004 (min).- Specified by:
setA_Life_Period_2004
in interfaceI_A_Asset_Class
- Parameters:
A_Life_Period_2004
- Life Periods 2004 (min)
-
getA_Life_Period_2004
public int getA_Life_Period_2004()
Get Life Periods 2004 (min).- Specified by:
getA_Life_Period_2004
in interfaceI_A_Asset_Class
- Returns:
- Life Periods 2004 (min)
-
setA_Life_Period_Max
public void setA_Life_Period_Max(int A_Life_Period_Max)
Set Life periods (max).- Specified by:
setA_Life_Period_Max
in interfaceI_A_Asset_Class
- Parameters:
A_Life_Period_Max
- Life periods (max)
-
getA_Life_Period_Max
public int getA_Life_Period_Max()
Get Life periods (max).- Specified by:
getA_Life_Period_Max
in interfaceI_A_Asset_Class
- Returns:
- Life periods (max)
-
setA_Life_Period_Min
public void setA_Life_Period_Min(int A_Life_Period_Min)
Set Life periods (min).- Specified by:
setA_Life_Period_Min
in interfaceI_A_Asset_Class
- Parameters:
A_Life_Period_Min
- Life periods (min)
-
getA_Life_Period_Min
public int getA_Life_Period_Min()
Get Life periods (min).- Specified by:
getA_Life_Period_Min
in interfaceI_A_Asset_Class
- Returns:
- Life periods (min)
-
setA_Value_2004
public void setA_Value_2004(String A_Value_2004)
Set Value 2004.- Specified by:
setA_Value_2004
in interfaceI_A_Asset_Class
- Parameters:
A_Value_2004
- Value 2004
-
getA_Value_2004
public String getA_Value_2004()
Get Value 2004.- Specified by:
getA_Value_2004
in interfaceI_A_Asset_Class
- Returns:
- Value 2004
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescription
in interfaceI_A_Asset_Class
- Parameters:
Description
- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescription
in interfaceI_A_Asset_Class
- Returns:
- Optional short description of the record
-
setMFX_Clasa
public void setMFX_Clasa(int MFX_Clasa)
Set Fixed Asset Class.- Specified by:
setMFX_Clasa
in interfaceI_A_Asset_Class
- Parameters:
MFX_Clasa
- Fixed Asset Class
-
getMFX_Clasa
public int getMFX_Clasa()
Get Fixed Asset Class.- Specified by:
getMFX_Clasa
in interfaceI_A_Asset_Class
- Returns:
- Fixed Asset Class
-
setMFX_Grupa
public void setMFX_Grupa(int MFX_Grupa)
Set Fixed Asset Group.- Specified by:
setMFX_Grupa
in interfaceI_A_Asset_Class
- Parameters:
MFX_Grupa
- Fixed Asset Group
-
getMFX_Grupa
public int getMFX_Grupa()
Get Fixed Asset Group.- Specified by:
getMFX_Grupa
in interfaceI_A_Asset_Class
- Returns:
- Fixed Asset Group
-
setMFX_SubClasa
public void setMFX_SubClasa(int MFX_SubClasa)
Set Fixed Asset Subclass.- Specified by:
setMFX_SubClasa
in interfaceI_A_Asset_Class
- Parameters:
MFX_SubClasa
- Fixed Asset Subclass
-
getMFX_SubClasa
public int getMFX_SubClasa()
Get Fixed Asset Subclass.- Specified by:
getMFX_SubClasa
in interfaceI_A_Asset_Class
- Returns:
- Fixed Asset Subclass
-
setMFX_SubGrupa
public void setMFX_SubGrupa(int MFX_SubGrupa)
Set Fixed Asset Subgroup.- Specified by:
setMFX_SubGrupa
in interfaceI_A_Asset_Class
- Parameters:
MFX_SubGrupa
- Fixed Asset Subgroup
-
getMFX_SubGrupa
public int getMFX_SubGrupa()
Get Fixed Asset Subgroup.- Specified by:
getMFX_SubGrupa
in interfaceI_A_Asset_Class
- Returns:
- Fixed Asset Subgroup
-
setName
public void setName(String Name)
Set Name.- Specified by:
setName
in interfaceI_A_Asset_Class
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
public String getName()
Get Name.- Specified by:
getName
in interfaceI_A_Asset_Class
- Returns:
- Alphanumeric identifier of the entity
-
setValue
public void setValue(String Value)
Set Search Key.- Specified by:
setValue
in interfaceI_A_Asset_Class
- Parameters:
Value
- Search key for the record in the format required - must be unique
-
getValue
public String getValue()
Get Search Key.- Specified by:
getValue
in interfaceI_A_Asset_Class
- Returns:
- Search key for the record in the format required - must be unique
-
-