Package org.compiere.model
Interface I_C_Subscription
-
- All Known Implementing Classes:
X_C_Subscription
public interface I_C_Subscription
Generated Interface for C_Subscription- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Subscription_ID
Column name C_Subscription_IDstatic String
COLUMNNAME_C_Subscription_UU
Column name C_Subscription_UUstatic String
COLUMNNAME_C_SubscriptionType_ID
Column name C_SubscriptionType_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDue
Column name IsDuestatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PaidUntilDate
Column name PaidUntilDatestatic String
COLUMNNAME_RenewalDate
Column name RenewalDatestatic String
COLUMNNAME_StartDate
Column name StartDatestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=669static String
Table_Name
TableName=C_Subscription
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.int
getC_Subscription_ID()
Get Subscription.String
getC_Subscription_UU()
Get C_Subscription_UUI_C_SubscriptionType
getC_SubscriptionType()
int
getC_SubscriptionType_ID()
Get Subscription Type.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.Timestamp
getPaidUntilDate()
Get Paid Until.Timestamp
getRenewalDate()
Get Renewal DateTimestamp
getStartDate()
Get Start Date.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isDue()
Get Due.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Subscription_ID(int C_Subscription_ID)
Set Subscription.void
setC_Subscription_UU(String C_Subscription_UU)
Set C_Subscription_UUvoid
setC_SubscriptionType_ID(int C_SubscriptionType_ID)
Set Subscription Type.void
setIsActive(boolean IsActive)
Set Active.void
setIsDue(boolean IsDue)
Set Due.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setName(String Name)
Set Name.void
setPaidUntilDate(Timestamp PaidUntilDate)
Set Paid Until.void
setRenewalDate(Timestamp RenewalDate)
Set Renewal Datevoid
setStartDate(Timestamp StartDate)
Set Start Date.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_Subscription- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=669- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_Subscription_ID
static final String COLUMNNAME_C_Subscription_ID
Column name C_Subscription_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_SubscriptionType_ID
static final String COLUMNNAME_C_SubscriptionType_ID
Column name C_SubscriptionType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Subscription_UU
static final String COLUMNNAME_C_Subscription_UU
Column name C_Subscription_UU- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDue
static final String COLUMNNAME_IsDue
Column name IsDue- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PaidUntilDate
static final String COLUMNNAME_PaidUntilDate
Column name PaidUntilDate- See Also:
- Constant Field Values
-
COLUMNNAME_RenewalDate
static final String COLUMNNAME_RenewalDate
Column name RenewalDate- See Also:
- Constant Field Values
-
COLUMNNAME_StartDate
static final String COLUMNNAME_StartDate
Column name StartDate- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_Subscription_ID
void setC_Subscription_ID(int C_Subscription_ID)
Set Subscription. Subscription of a Business Partner of a Product to renew
-
getC_Subscription_ID
int getC_Subscription_ID()
Get Subscription. Subscription of a Business Partner of a Product to renew
-
setC_SubscriptionType_ID
void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
Set Subscription Type. Type of subscription
-
getC_SubscriptionType_ID
int getC_SubscriptionType_ID()
Get Subscription Type. Type of subscription
-
getC_SubscriptionType
I_C_SubscriptionType getC_SubscriptionType() throws RuntimeException
- Throws:
RuntimeException
-
setC_Subscription_UU
void setC_Subscription_UU(String C_Subscription_UU)
Set C_Subscription_UU
-
getC_Subscription_UU
String getC_Subscription_UU()
Get C_Subscription_UU
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDue
void setIsDue(boolean IsDue)
Set Due. Subscription Renewal is Due
-
isDue
boolean isDue()
Get Due. Subscription Renewal is Due
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPaidUntilDate
void setPaidUntilDate(Timestamp PaidUntilDate)
Set Paid Until. Subscription is paid/valid until this date
-
getPaidUntilDate
Timestamp getPaidUntilDate()
Get Paid Until. Subscription is paid/valid until this date
-
setRenewalDate
void setRenewalDate(Timestamp RenewalDate)
Set Renewal Date
-
getRenewalDate
Timestamp getRenewalDate()
Get Renewal Date
-
setStartDate
void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)
-
getStartDate
Timestamp getStartDate()
Get Start Date. First effective day (inclusive)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-