Package org.compiere.model
Interface I_AD_Package_Exp
-
- All Known Implementing Classes:
MPackageExp
,X_AD_Package_Exp
public interface I_AD_Package_Exp
Generated Interface for AD_Package_Exp- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Package_Exp_ID
Column name AD_Package_Exp_IDstatic String
COLUMNNAME_AD_Package_Exp_UU
Column name AD_Package_Exp_UUstatic String
COLUMNNAME_AD_Package_Type
Column name AD_Package_Typestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateFrom
Column name DateFromstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EMail
Column name EMailstatic String
COLUMNNAME_File_Directory
Column name File_Directorystatic String
COLUMNNAME_Instructions
Column name Instructionsstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsExportDictionaryEntity
Column name IsExportDictionaryEntitystatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PK_Version
Column name PK_Versionstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_ReleaseNo
Column name ReleaseNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_UserName
Column name UserNamestatic String
COLUMNNAME_Version
Column name Versionstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=50005static String
Table_Name
TableName=AD_Package_Exp
-
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.int
getAD_Package_Exp_ID()
Get Package Exp.String
getAD_Package_Exp_UU()
Get AD_Package_Exp_UUString
getAD_Package_Type()
Get Package TypeTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateFrom()
Get Date From.String
getDescription()
Get Description.String
getEMail()
Get EMail Address.String
getFile_Directory()
Get File_DirectoryString
getInstructions()
Get InstructionsString
getName()
Get Name.String
getPK_Version()
Get Package VersionString
getReleaseNo()
Get Release No.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getUserName()
Get User NameString
getVersion()
Get Version.boolean
isActive()
Get Active.boolean
isExportDictionaryEntity()
Get Export Dictionary Entityboolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Package_Exp_ID(int AD_Package_Exp_ID)
Set Package Exp.void
setAD_Package_Exp_UU(String AD_Package_Exp_UU)
Set AD_Package_Exp_UUvoid
setAD_Package_Type(String AD_Package_Type)
Set Package Typevoid
setDateFrom(Timestamp DateFrom)
Set Date From.void
setDescription(String Description)
Set Description.void
setEMail(String EMail)
Set EMail Address.void
setFile_Directory(String File_Directory)
Set File_Directoryvoid
setInstructions(String Instructions)
Set Instructionsvoid
setIsActive(boolean IsActive)
Set Active.void
setIsExportDictionaryEntity(boolean IsExportDictionaryEntity)
Set Export Dictionary Entityvoid
setName(String Name)
Set Name.void
setPK_Version(String PK_Version)
Set Package Versionvoid
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setReleaseNo(String ReleaseNo)
Set Release No.void
setUserName(String UserName)
Set User Namevoid
setVersion(String Version)
Set Version.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Package_Exp- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=50005- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
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_AD_Package_Exp_ID
static final String COLUMNNAME_AD_Package_Exp_ID
Column name AD_Package_Exp_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Package_Exp_UU
static final String COLUMNNAME_AD_Package_Exp_UU
Column name AD_Package_Exp_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Package_Type
static final String COLUMNNAME_AD_Package_Type
Column name AD_Package_Type- 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_DateFrom
static final String COLUMNNAME_DateFrom
Column name DateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EMail
static final String COLUMNNAME_EMail
Column name EMail- See Also:
- Constant Field Values
-
COLUMNNAME_File_Directory
static final String COLUMNNAME_File_Directory
Column name File_Directory- See Also:
- Constant Field Values
-
COLUMNNAME_Instructions
static final String COLUMNNAME_Instructions
Column name Instructions- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsExportDictionaryEntity
static final String COLUMNNAME_IsExportDictionaryEntity
Column name IsExportDictionaryEntity- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PK_Version
static final String COLUMNNAME_PK_Version
Column name PK_Version- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_ReleaseNo
static final String COLUMNNAME_ReleaseNo
Column name ReleaseNo- 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
-
COLUMNNAME_UserName
static final String COLUMNNAME_UserName
Column name UserName- See Also:
- Constant Field Values
-
COLUMNNAME_Version
static final String COLUMNNAME_Version
Column name Version- 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
-
setAD_Package_Exp_ID
void setAD_Package_Exp_ID(int AD_Package_Exp_ID)
Set Package Exp.
-
getAD_Package_Exp_ID
int getAD_Package_Exp_ID()
Get Package Exp.
-
setAD_Package_Exp_UU
void setAD_Package_Exp_UU(String AD_Package_Exp_UU)
Set AD_Package_Exp_UU
-
getAD_Package_Exp_UU
String getAD_Package_Exp_UU()
Get AD_Package_Exp_UU
-
setAD_Package_Type
void setAD_Package_Type(String AD_Package_Type)
Set Package Type
-
getAD_Package_Type
String getAD_Package_Type()
Get Package Type
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateFrom
void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range
-
getDateFrom
Timestamp getDateFrom()
Get Date From. Starting date for a range
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEMail
void setEMail(String EMail)
Set EMail Address. Electronic Mail Address
-
getEMail
String getEMail()
Get EMail Address. Electronic Mail Address
-
setFile_Directory
void setFile_Directory(String File_Directory)
Set File_Directory
-
getFile_Directory
String getFile_Directory()
Get File_Directory
-
setInstructions
void setInstructions(String Instructions)
Set Instructions
-
getInstructions
String getInstructions()
Get Instructions
-
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
-
setIsExportDictionaryEntity
void setIsExportDictionaryEntity(boolean IsExportDictionaryEntity)
Set Export Dictionary Entity
-
isExportDictionaryEntity
boolean isExportDictionaryEntity()
Get Export Dictionary Entity
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPK_Version
void setPK_Version(String PK_Version)
Set Package Version
-
getPK_Version
String getPK_Version()
Get Package Version
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setReleaseNo
void setReleaseNo(String ReleaseNo)
Set Release No. Internal Release Number
-
getReleaseNo
String getReleaseNo()
Get Release No. Internal Release Number
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUserName
void setUserName(String UserName)
Set User Name
-
getUserName
String getUserName()
Get User Name
-
setVersion
void setVersion(String Version)
Set Version. Version of the table definition
-
getVersion
String getVersion()
Get Version. Version of the table definition
-
-