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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_BPartner_IDstatic final StringColumn name C_Subscription_IDstatic final StringColumn name C_Subscription_UUstatic final StringColumn name C_SubscriptionType_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name IsDuestatic final StringColumn name M_Product_IDstatic final StringColumn name Namestatic final StringColumn name PaidUntilDatestatic final StringColumn name RenewalDatestatic final StringColumn name StartDatestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=669static final StringTableName=C_Subscription -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Business Partner.intGet Subscription.Get C_Subscription_UUDeprecated.intGet Subscription Type.Get Created.intGet Created By.Deprecated.intGet Product.getName()Get Name.Get Paid Until.Get Renewal DateGet Start Date.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanisDue()Get Due.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID) Set Business Partner.voidsetC_Subscription_ID(int C_Subscription_ID) Set Subscription.voidsetC_Subscription_UU(String C_Subscription_UU) Set C_Subscription_UUvoidsetC_SubscriptionType_ID(int C_SubscriptionType_ID) Set Subscription Type.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDue(boolean IsDue) Set Due.voidsetM_Product_ID(int M_Product_ID) Set Product.voidSet Name.voidsetPaidUntilDate(Timestamp PaidUntilDate) Set Paid Until.voidsetRenewalDate(Timestamp RenewalDate) Set Renewal DatevoidsetStartDate(Timestamp StartDate) Set Start Date.
-
Field Details
-
Table_Name
TableName=C_Subscription- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=669- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_SubscriptionType_ID
Column name C_SubscriptionType_ID- See Also:
-
COLUMNNAME_C_Subscription_ID
Column name C_Subscription_ID- See Also:
-
COLUMNNAME_C_Subscription_UU
Column name C_Subscription_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDue
Column name IsDue- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PaidUntilDate
Column name PaidUntilDate- See Also:
-
COLUMNNAME_RenewalDate
Column name RenewalDate- See Also:
-
COLUMNNAME_StartDate
Column name StartDate- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- Throws:
RuntimeException
-
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_Subscription_UU
Set C_Subscription_UU -
getC_Subscription_UU
String getC_Subscription_UU()Get C_Subscription_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
Deprecated.- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPaidUntilDate
Set Paid Until. Subscription is paid/valid until this date -
getPaidUntilDate
Timestamp getPaidUntilDate()Get Paid Until. Subscription is paid/valid until this date -
setRenewalDate
Set Renewal Date -
getRenewalDate
Timestamp getRenewalDate()Get Renewal Date -
setStartDate
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
-