|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_Subscription
public class X_C_Subscription
Generated Model for C_Subscription
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=669 |
static String |
Table_Name
TableName=C_Subscription |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_Subscription(Ctx ctx,
int C_Subscription_ID,
String trxName)
Standard Constructor |
|
X_C_Subscription(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BPartner_ID()
Get Business Partner. |
int |
getC_Subscription_ID()
Get Subscription. |
int |
getC_SubscriptionType_ID()
Get Subscription Type. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_ID()
Get Product. |
String |
getName()
Get Name. |
Timestamp |
getPaidUntilDate()
Get Paid Until. |
Timestamp |
getRenewalDate()
Get Renewal Date. |
Timestamp |
getStartDate()
Get Start Date. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isDue()
Get Due. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. |
void |
setC_Subscription_ID(int C_Subscription_ID)
Set Subscription. |
void |
setC_SubscriptionType_ID(int C_SubscriptionType_ID)
Set Subscription Type. |
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 Date. |
void |
setStartDate(Timestamp StartDate)
Set Start Date. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_Subscription(Ctx ctx,
int C_Subscription_ID,
String trxName)
ctx - contextC_Subscription_ID - idtrxName - transaction
public X_C_Subscription(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_BPartner_ID(int C_BPartner_ID)
C_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
public void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
C_SubscriptionType_ID - Type of subscriptionpublic int getC_SubscriptionType_ID()
public void setC_Subscription_ID(int C_Subscription_ID)
C_Subscription_ID - Subscription of a Business Partner of a Product to renewpublic int getC_Subscription_ID()
public void setIsDue(boolean IsDue)
IsDue - Subscription Renewal is Duepublic boolean isDue()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPaidUntilDate(Timestamp PaidUntilDate)
PaidUntilDate - Subscription is paid/valid until this datepublic Timestamp getPaidUntilDate()
public void setRenewalDate(Timestamp RenewalDate)
RenewalDate - Renewal Datepublic Timestamp getRenewalDate()
public void setStartDate(Timestamp StartDate)
StartDate - First effective day (inclusive)public Timestamp getStartDate()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||