Package org.eevolution.model
Interface I_DD_NetworkDistribution
-
- All Known Implementing Classes:
X_DD_NetworkDistribution
public interface I_DD_NetworkDistribution
Generated Interface for DD_NetworkDistribution- 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_CopyFrom
Column name CopyFromstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DD_NetworkDistribution_ID
Column name DD_NetworkDistribution_IDstatic String
COLUMNNAME_DD_NetworkDistribution_UU
Column name DD_NetworkDistribution_UUstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Revision
Column name Revisionstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ValidFrom
Column name ValidFromstatic String
COLUMNNAME_ValidTo
Column name ValidTostatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53060static String
Table_Name
TableName=DD_NetworkDistribution
-
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.String
getCopyFrom()
Get Copy From.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getDD_NetworkDistribution_ID()
Get Network DistributionString
getDD_NetworkDistribution_UU()
Get DD_NetworkDistribution_UUString
getDescription()
Get Description.String
getDocumentNo()
Get Document No.String
getHelp()
Get Comment/Help.I_M_ChangeNotice
getM_ChangeNotice()
int
getM_ChangeNotice_ID()
Get Change Notice.String
getName()
Get Name.String
getRevision()
Get RevisionTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.Timestamp
getValidFrom()
Get Valid from.Timestamp
getValidTo()
Get Valid to.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setCopyFrom(String CopyFrom)
Set Copy From.void
setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distributionvoid
setDD_NetworkDistribution_UU(String DD_NetworkDistribution_UU)
Set DD_NetworkDistribution_UUvoid
setDescription(String Description)
Set Description.void
setDocumentNo(String DocumentNo)
Set Document No.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice.void
setName(String Name)
Set Name.void
setProcessing(boolean Processing)
Set Process Nowvoid
setRevision(String Revision)
Set Revisionvoid
setValidFrom(Timestamp ValidFrom)
Set Valid from.void
setValidTo(Timestamp ValidTo)
Set Valid to.void
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=DD_NetworkDistribution- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53060- 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_CopyFrom
static final String COLUMNNAME_CopyFrom
Column name CopyFrom- 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_DD_NetworkDistribution_ID
static final String COLUMNNAME_DD_NetworkDistribution_ID
Column name DD_NetworkDistribution_ID- See Also:
- Constant Field Values
-
COLUMNNAME_DD_NetworkDistribution_UU
static final String COLUMNNAME_DD_NetworkDistribution_UU
Column name DD_NetworkDistribution_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_ChangeNotice_ID
static final String COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_Revision
static final String COLUMNNAME_Revision
Column name Revision- 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_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
- Constant Field Values
-
COLUMNNAME_ValidTo
static final String COLUMNNAME_ValidTo
Column name ValidTo- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- 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
-
setCopyFrom
void setCopyFrom(String CopyFrom)
Set Copy From. Copy From Record
-
getCopyFrom
String getCopyFrom()
Get Copy From. Copy From Record
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDD_NetworkDistribution_ID
void setDD_NetworkDistribution_ID(int DD_NetworkDistribution_ID)
Set Network Distribution
-
getDD_NetworkDistribution_ID
int getDD_NetworkDistribution_ID()
Get Network Distribution
-
setDD_NetworkDistribution_UU
void setDD_NetworkDistribution_UU(String DD_NetworkDistribution_UU)
Set DD_NetworkDistribution_UU
-
getDD_NetworkDistribution_UU
String getDD_NetworkDistribution_UU()
Get DD_NetworkDistribution_UU
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocumentNo
void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document
-
getDocumentNo
String getDocumentNo()
Get Document No. Document sequence number of the document
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setM_ChangeNotice_ID
void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. Bill of Materials (Engineering) Change Notice (Version)
-
getM_ChangeNotice_ID
int getM_ChangeNotice_ID()
Get Change Notice. Bill of Materials (Engineering) Change Notice (Version)
-
getM_ChangeNotice
I_M_ChangeNotice getM_ChangeNotice() 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
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setRevision
void setRevision(String Revision)
Set Revision
-
getRevision
String getRevision()
Get Revision
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
setValidTo
void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)
-
getValidTo
Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-