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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name CopyFromstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DD_NetworkDistribution_IDstatic final String
Column name DD_NetworkDistribution_UUstatic final String
Column name Descriptionstatic final String
Column name DocumentNostatic final String
Column name Helpstatic final String
Column name IsActivestatic final String
Column name M_ChangeNotice_IDstatic final String
Column name Namestatic final String
Column name Processingstatic final String
Column name Revisionstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final String
Column name ValidTostatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=53060static final String
TableName=DD_NetworkDistribution -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Copy From.Get Created.int
Get Created By.int
Get Network DistributionGet DD_NetworkDistribution_UUGet Description.Get Document No.getHelp()
Get Comment/Help.int
Get Change Notice.getName()
Get Name.Get RevisionGet Updated.int
Get Updated By.Get Valid from.Get Valid to.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
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
Set Comment/Help.void
setIsActive
(boolean IsActive) Set Active.void
setM_ChangeNotice_ID
(int M_ChangeNotice_ID) Set Change Notice.void
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
Set Search Key.
-
Field Details
-
Table_Name
TableName=DD_NetworkDistribution- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53060- 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_CopyFrom
Column name CopyFrom- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DD_NetworkDistribution_ID
Column name DD_NetworkDistribution_ID- See Also:
-
COLUMNNAME_DD_NetworkDistribution_UU
Column name DD_NetworkDistribution_UU- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_ChangeNotice_ID
Column name M_ChangeNotice_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Revision
Column name Revision- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- See Also:
-
COLUMNNAME_Value
Column name Value- 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 -
setCopyFrom
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
Set DD_NetworkDistribution_UU -
getDD_NetworkDistribution_UU
String getDD_NetworkDistribution_UU()Get DD_NetworkDistribution_UU -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocumentNo
Set Document No. Document sequence number of the document -
getDocumentNo
String getDocumentNo()Get Document No. Document sequence number of the document -
setHelp
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
- Throws:
RuntimeException
-
setName
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
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
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day) -
setValue
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
-