|
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_AD_ComponentReg
public class X_AD_ComponentReg
Generated Model for AD_ComponentReg
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
COMPONENTTYPE_AD_Reference_ID
ComponentType AD_Reference_ID=437 |
static String |
COMPONENTTYPE_ApplicationComponent
Application Component = A |
static String |
COMPONENTTYPE_CoreDictionary
Core Dictionary = C |
static String |
COMPONENTTYPE_DataComponent
Data Component = D |
static String |
COMPONENTTYPE_Translation
Translation = T |
static int |
DISTRIBUTIONTYPE_AD_Reference_ID
DistributionType AD_Reference_ID=438 |
static String |
DISTRIBUTIONTYPE_BusinessPartnerRelation
Business Partner Relation = R |
static String |
DISTRIBUTIONTYPE_BusinessPartnerUser
Business Partner (User) = B |
static String |
DISTRIBUTIONTYPE_Free_Unlimited
Free - Unlimited = F |
static String |
DISTRIBUTIONTYPE_License
License = L |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=1001 |
static String |
Table_Name
TableName=AD_ComponentReg |
static long |
updatedMS
Last Updated Timestamp 2008-07-02 11:12:33.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_AD_ComponentReg(Ctx ctx,
int AD_ComponentReg_ID,
String trxName)
Standard Constructor |
|
X_AD_ComponentReg(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_ComponentReg_ID()
Get Component Registration. |
int |
getAD_User_ID()
Get User/Contact. |
String |
getApprovalComment()
Get Approval Comment. |
byte[] |
getBinaryData()
Get BinaryData. |
int |
getC_BPartner_ID()
Get Business Partner. |
String |
getComponentName()
Get Component Name. |
String |
getComponentType()
Get Component Type. |
String |
getDescription()
Get Description. |
String |
getDistributionType()
Get Distribution Type. |
String |
getDocumentationText()
Get Documentation Text. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_PriceList_Version_ID()
Get Price List Version. |
int |
getM_Product_Category_ID()
Get Product Category. |
int |
getM_Product_ID()
Get Product. |
String |
getName()
Get Name. |
BigDecimal |
getPriceStd()
Get Standard Price. |
String |
getRequireCompiereVersion()
Get Prerequisite Version. |
String |
getRequireComponentVersion()
Get Prerequisite Applications. |
BigDecimal |
getSuggestedPrice()
Get Suggested Price. |
int |
getTrialPhaseDays()
Get Trial Phase Days. |
String |
getVersion()
Get Version. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isComponentTypeValid(String test)
Is test a valid value. |
boolean |
isDistributionTypeValid(String test)
Is test a valid value. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isPublished()
Get Published. |
void |
setAD_ComponentReg_ID(int AD_ComponentReg_ID)
Set Component Registration. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setApprovalComment(String ApprovalComment)
Set Approval Comment. |
void |
setBinaryData(byte[] BinaryData)
Set BinaryData. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. |
void |
setComponentName(String ComponentName)
Set Component Name. |
void |
setComponentType(String ComponentType)
Set Component Type. |
void |
setDescription(String Description)
Set Description. |
void |
setDistributionType(String DistributionType)
Set Distribution Type. |
void |
setDocumentationText(String DocumentationText)
Set Documentation Text. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setIsPublished(boolean IsPublished)
Set Published. |
void |
setM_PriceList_Version_ID(int M_PriceList_Version_ID)
Set Price List Version. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setName(String Name)
Set Name. |
void |
setPriceStd(BigDecimal PriceStd)
Set Standard Price. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRequireCompiereVersion(String RequireCompiereVersion)
Set Prerequisite Version. |
void |
setRequireComponentVersion(String RequireComponentVersion)
Set Prerequisite Applications. |
void |
setSuggestedPrice(BigDecimal SuggestedPrice)
Set Suggested Price. |
void |
setTrialPhaseDays(int TrialPhaseDays)
Set Trial Phase Days. |
void |
setVersion(String Version)
Set Version. |
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
public static final int COMPONENTTYPE_AD_Reference_ID
public static final String COMPONENTTYPE_ApplicationComponent
public static final String COMPONENTTYPE_CoreDictionary
public static final String COMPONENTTYPE_DataComponent
public static final String COMPONENTTYPE_Translation
public static final int DISTRIBUTIONTYPE_AD_Reference_ID
public static final String DISTRIBUTIONTYPE_BusinessPartnerUser
public static final String DISTRIBUTIONTYPE_Free_Unlimited
public static final String DISTRIBUTIONTYPE_License
public static final String DISTRIBUTIONTYPE_BusinessPartnerRelation
| Constructor Detail |
|---|
public X_AD_ComponentReg(Ctx ctx,
int AD_ComponentReg_ID,
String trxName)
ctx - contextAD_ComponentReg_ID - idtrxName - transaction
public X_AD_ComponentReg(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 setAD_ComponentReg_ID(int AD_ComponentReg_ID)
AD_ComponentReg_ID - Component Registrationpublic int getAD_ComponentReg_ID()
public void setAD_User_ID(int AD_User_ID)
AD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
public void setApprovalComment(String ApprovalComment)
ApprovalComment - Comment about approvalpublic String getApprovalComment()
public void setBinaryData(byte[] BinaryData)
BinaryData - Binary Datapublic byte[] getBinaryData()
public void setC_BPartner_ID(int C_BPartner_ID)
C_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
public void setComponentName(String ComponentName)
ComponentName - Entity Type or Component Namepublic String getComponentName()
public KeyNamePair getKeyNamePair()
public boolean isComponentTypeValid(String test)
test - testvalue
public void setComponentType(String ComponentType)
ComponentType - Type of Componentpublic String getComponentType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public boolean isDistributionTypeValid(String test)
test - testvalue
public void setDistributionType(String DistributionType)
DistributionType - Type of Distributionpublic String getDistributionType()
public void setDocumentationText(String DocumentationText)
DocumentationText - Documentationpublic String getDocumentationText()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsApproved(boolean IsApproved)
IsApproved - Indicates if this document requires approvalpublic boolean isApproved()
public void setIsPublished(boolean IsPublished)
IsPublished - The entry is published and can be viewedpublic boolean isPublished()
public void setM_PriceList_Version_ID(int M_PriceList_Version_ID)
M_PriceList_Version_ID - Identifies a unique instance of a Price Listpublic int getM_PriceList_Version_ID()
public void setM_Product_Category_ID(int M_Product_Category_ID)
M_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
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 void setPriceStd(BigDecimal PriceStd)
PriceStd - Standard Pricepublic BigDecimal getPriceStd()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public void setRequireCompiereVersion(String RequireCompiereVersion)
RequireCompiereVersion - Prerequisite Compiere Base Versionpublic String getRequireCompiereVersion()
public void setRequireComponentVersion(String RequireComponentVersion)
RequireComponentVersion - Prerequisite Applications with optional Versionpublic String getRequireComponentVersion()
public void setSuggestedPrice(BigDecimal SuggestedPrice)
SuggestedPrice - Suggested Pricepublic BigDecimal getSuggestedPrice()
public void setTrialPhaseDays(int TrialPhaseDays)
TrialPhaseDays - Days for a Trailpublic int getTrialPhaseDays()
public void setVersion(String Version)
Version - Version of the table definitionpublic String getVersion()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||