Class X_C_SubscriptionType

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_SubscriptionType
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_SubscriptionType, I_Persistent, Evaluatee

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

  • Constructor Details

    • X_C_SubscriptionType

      public X_C_SubscriptionType(Properties ctx, int C_SubscriptionType_ID, String trxName)
      Standard Constructor
    • X_C_SubscriptionType

      public X_C_SubscriptionType(Properties ctx, int C_SubscriptionType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SubscriptionType

      public X_C_SubscriptionType(Properties ctx, String C_SubscriptionType_UU, String trxName)
      Standard Constructor
    • X_C_SubscriptionType

      public X_C_SubscriptionType(Properties ctx, String C_SubscriptionType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SubscriptionType

      public X_C_SubscriptionType(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:
      2 - Client
    • initPO

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

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

      public void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
      Set Subscription Type.
      Specified by:
      setC_SubscriptionType_ID in interface I_C_SubscriptionType
      Parameters:
      C_SubscriptionType_ID - Type of subscription
    • getC_SubscriptionType_ID

      public int getC_SubscriptionType_ID()
      Get Subscription Type.
      Specified by:
      getC_SubscriptionType_ID in interface I_C_SubscriptionType
      Returns:
      Type of subscription
    • setC_SubscriptionType_UU

      public void setC_SubscriptionType_UU(String C_SubscriptionType_UU)
      Set C_SubscriptionType_UU.
      Specified by:
      setC_SubscriptionType_UU in interface I_C_SubscriptionType
      Parameters:
      C_SubscriptionType_UU - C_SubscriptionType_UU
    • getC_SubscriptionType_UU

      public String getC_SubscriptionType_UU()
      Get C_SubscriptionType_UU.
      Specified by:
      getC_SubscriptionType_UU in interface I_C_SubscriptionType
      Returns:
      C_SubscriptionType_UU
    • setDescription

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

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

      public void setFrequency(int Frequency)
      Set Frequency.
      Specified by:
      setFrequency in interface I_C_SubscriptionType
      Parameters:
      Frequency - Frequency of events
    • getFrequency

      public int getFrequency()
      Get Frequency.
      Specified by:
      getFrequency in interface I_C_SubscriptionType
      Returns:
      Frequency of events
    • setFrequencyType

      public void setFrequencyType(String FrequencyType)
      Set Frequency Type.
      Specified by:
      setFrequencyType in interface I_C_SubscriptionType
      Parameters:
      FrequencyType - Frequency of event
    • getFrequencyType

      public String getFrequencyType()
      Get Frequency Type.
      Specified by:
      getFrequencyType in interface I_C_SubscriptionType
      Returns:
      Frequency of event
    • setName

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

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

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