Class X_A_Asset_Type

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_A_Asset_Type
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_A_Asset_Type, I_Persistent, Evaluatee
Direct Known Subclasses:
MAssetType

public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent
Generated Model for A_Asset_Type
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_A_Asset_Type

      public X_A_Asset_Type(Properties ctx, int A_Asset_Type_ID, String trxName)
      Standard Constructor
    • X_A_Asset_Type

      public X_A_Asset_Type(Properties ctx, int A_Asset_Type_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Type

      public X_A_Asset_Type(Properties ctx, String A_Asset_Type_UU, String trxName)
      Standard Constructor
    • X_A_Asset_Type

      public X_A_Asset_Type(Properties ctx, String A_Asset_Type_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_A_Asset_Type

      public X_A_Asset_Type(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setA_Asset_Type_ID

      public void setA_Asset_Type_ID(int A_Asset_Type_ID)
      Set Asset Type.
      Specified by:
      setA_Asset_Type_ID in interface I_A_Asset_Type
      Parameters:
      A_Asset_Type_ID - Asset Type
    • getA_Asset_Type_ID

      public int getA_Asset_Type_ID()
      Get Asset Type.
      Specified by:
      getA_Asset_Type_ID in interface I_A_Asset_Type
      Returns:
      Asset Type
    • setA_Asset_Type_UU

      public void setA_Asset_Type_UU(String A_Asset_Type_UU)
      Set A_Asset_Type_UU.
      Specified by:
      setA_Asset_Type_UU in interface I_A_Asset_Type
      Parameters:
      A_Asset_Type_UU - A_Asset_Type_UU
    • getA_Asset_Type_UU

      public String getA_Asset_Type_UU()
      Get A_Asset_Type_UU.
      Specified by:
      getA_Asset_Type_UU in interface I_A_Asset_Type
      Returns:
      A_Asset_Type_UU
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_A_Asset_Type
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_A_Asset_Type
      Returns:
      Optional short description of the record
    • setIsDepreciable

      public void setIsDepreciable(String IsDepreciable)
      Set Is Depreciable.
      Specified by:
      setIsDepreciable in interface I_A_Asset_Type
      Parameters:
      IsDepreciable - This asset CAN be depreciated
    • getIsDepreciable

      public String getIsDepreciable()
      Get Is Depreciable.
      Specified by:
      getIsDepreciable in interface I_A_Asset_Type
      Returns:
      This asset CAN be depreciated
    • setIsInPosession

      public void setIsInPosession(String IsInPosession)
      Set In Possession.
      Specified by:
      setIsInPosession in interface I_A_Asset_Type
      Parameters:
      IsInPosession - The asset is in the possession of the organization
    • getIsInPosession

      public String getIsInPosession()
      Get In Possession.
      Specified by:
      getIsInPosession in interface I_A_Asset_Type
      Returns:
      The asset is in the possession of the organization
    • setIsOwned

      public void setIsOwned(String IsOwned)
      Set Owned.
      Specified by:
      setIsOwned in interface I_A_Asset_Type
      Parameters:
      IsOwned - The asset is owned by the organization
    • getIsOwned

      public String getIsOwned()
      Get Owned.
      Specified by:
      getIsOwned in interface I_A_Asset_Type
      Returns:
      The asset is owned by the organization
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_A_Asset_Type
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_A_Asset_Type
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_A_Asset_Type
      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 interface I_A_Asset_Type
      Returns:
      Search key for the record in the format required - must be unique