Class X_A_Asset_Type

    • Constructor Detail

      • X_A_Asset_Type

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

      • 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
      • 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
      • 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
      • 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