Package org.compiere.model
Interface I_AD_OrgInfo
-
- All Known Implementing Classes:
MOrgInfo,X_AD_OrgInfo
public interface I_AD_OrgInfoGenerated Interface for AD_OrgInfo- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_OrgInfo_UUColumn name AD_OrgInfo_UUstatic StringCOLUMNNAME_AD_OrgType_IDColumn name AD_OrgType_IDstatic StringCOLUMNNAME_C_Calendar_IDColumn name C_Calendar_IDstatic StringCOLUMNNAME_C_Location_IDColumn name C_Location_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DropShip_Warehouse_IDColumn name DropShip_Warehouse_IDstatic StringCOLUMNNAME_DUNSColumn name DUNSstatic StringCOLUMNNAME_EMailColumn name EMailstatic StringCOLUMNNAME_FaxColumn name Faxstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_Logo_IDColumn name Logo_IDstatic StringCOLUMNNAME_M_Warehouse_IDColumn name M_Warehouse_IDstatic StringCOLUMNNAME_Parent_Org_IDColumn name Parent_Org_IDstatic StringCOLUMNNAME_PhoneColumn name Phonestatic StringCOLUMNNAME_Phone2Column name Phone2static StringCOLUMNNAME_ReceiptFooterMsgColumn name ReceiptFooterMsgstatic StringCOLUMNNAME_Supervisor_IDColumn name Supervisor_IDstatic StringCOLUMNNAME_TaxIDColumn name TaxIDstatic StringCOLUMNNAME_TransferBank_IDColumn name TransferBank_IDstatic StringCOLUMNNAME_TransferCashBook_IDColumn name TransferCashBook_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=228static StringTable_NameTableName=AD_OrgInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetAD_OrgInfo_UU()Get AD_OrgInfo_UUI_AD_OrgTypegetAD_OrgType()intgetAD_OrgType_ID()Get Organization Type.I_C_CalendargetC_Calendar()intgetC_Calendar_ID()Get Calendar.I_C_LocationgetC_Location()intgetC_Location_ID()Get Address.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.I_M_WarehousegetDropShip_Warehouse()intgetDropShip_Warehouse_ID()Get Drop Ship Warehouse.StringgetDUNS()Get D-U-N-S.StringgetEMail()Get EMail Address.StringgetFax()Get Fax.intgetLogo_ID()Get LogoI_M_WarehousegetM_Warehouse()intgetM_Warehouse_ID()Get Warehouse.intgetParent_Org_ID()Get Parent Organization.StringgetPhone()Get Phone.StringgetPhone2()Get 2nd Phone.StringgetReceiptFooterMsg()Get Receipt Footer Msg.I_AD_UsergetSupervisor()intgetSupervisor_ID()Get Supervisor.StringgetTaxID()Get Tax ID.I_C_BankgetTransferBank()intgetTransferBank_ID()Get Bank for transfers.I_C_CashBookgetTransferCashBook()intgetTransferCashBook_ID()Get CashBook for transfersTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_OrgInfo_UU(String AD_OrgInfo_UU)Set AD_OrgInfo_UUvoidsetAD_OrgType_ID(int AD_OrgType_ID)Set Organization Type.voidsetC_Calendar_ID(int C_Calendar_ID)Set Calendar.voidsetC_Location_ID(int C_Location_ID)Set Address.voidsetDropShip_Warehouse_ID(int DropShip_Warehouse_ID)Set Drop Ship Warehouse.voidsetDUNS(String DUNS)Set D-U-N-S.voidsetEMail(String EMail)Set EMail Address.voidsetFax(String Fax)Set Fax.voidsetIsActive(boolean IsActive)Set Active.voidsetLogo_ID(int Logo_ID)Set LogovoidsetM_Warehouse_ID(int M_Warehouse_ID)Set Warehouse.voidsetParent_Org_ID(int Parent_Org_ID)Set Parent Organization.voidsetPhone(String Phone)Set Phone.voidsetPhone2(String Phone2)Set 2nd Phone.voidsetReceiptFooterMsg(String ReceiptFooterMsg)Set Receipt Footer Msg.voidsetSupervisor_ID(int Supervisor_ID)Set Supervisor.voidsetTaxID(String TaxID)Set Tax ID.voidsetTransferBank_ID(int TransferBank_ID)Set Bank for transfers.voidsetTransferCashBook_ID(int TransferCashBook_ID)Set CashBook for transfers
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_OrgInfo- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=228- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - 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_AD_OrgInfo_UU
static final String COLUMNNAME_AD_OrgInfo_UU
Column name AD_OrgInfo_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_OrgType_ID
static final String COLUMNNAME_AD_OrgType_ID
Column name AD_OrgType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Calendar_ID
static final String COLUMNNAME_C_Calendar_ID
Column name C_Calendar_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Location_ID
static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID- 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_DropShip_Warehouse_ID
static final String COLUMNNAME_DropShip_Warehouse_ID
Column name DropShip_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_DUNS
static final String COLUMNNAME_DUNS
Column name DUNS- See Also:
- Constant Field Values
-
COLUMNNAME_EMail
static final String COLUMNNAME_EMail
Column name EMail- See Also:
- Constant Field Values
-
COLUMNNAME_Fax
static final String COLUMNNAME_Fax
Column name Fax- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Logo_ID
static final String COLUMNNAME_Logo_ID
Column name Logo_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Parent_Org_ID
static final String COLUMNNAME_Parent_Org_ID
Column name Parent_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Phone
static final String COLUMNNAME_Phone
Column name Phone- See Also:
- Constant Field Values
-
COLUMNNAME_Phone2
static final String COLUMNNAME_Phone2
Column name Phone2- See Also:
- Constant Field Values
-
COLUMNNAME_ReceiptFooterMsg
static final String COLUMNNAME_ReceiptFooterMsg
Column name ReceiptFooterMsg- See Also:
- Constant Field Values
-
COLUMNNAME_Supervisor_ID
static final String COLUMNNAME_Supervisor_ID
Column name Supervisor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_TaxID
static final String COLUMNNAME_TaxID
Column name TaxID- See Also:
- Constant Field Values
-
COLUMNNAME_TransferBank_ID
static final String COLUMNNAME_TransferBank_ID
Column name TransferBank_ID- See Also:
- Constant Field Values
-
COLUMNNAME_TransferCashBook_ID
static final String COLUMNNAME_TransferCashBook_ID
Column name TransferCashBook_ID- 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
-
-
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_OrgInfo_UU
void setAD_OrgInfo_UU(String AD_OrgInfo_UU)
Set AD_OrgInfo_UU
-
getAD_OrgInfo_UU
String getAD_OrgInfo_UU()
Get AD_OrgInfo_UU
-
setAD_OrgType_ID
void setAD_OrgType_ID(int AD_OrgType_ID)
Set Organization Type. Organization Type
-
getAD_OrgType_ID
int getAD_OrgType_ID()
Get Organization Type. Organization Type
-
getAD_OrgType
I_AD_OrgType getAD_OrgType() throws RuntimeException
- Throws:
RuntimeException
-
setC_Calendar_ID
void setC_Calendar_ID(int C_Calendar_ID)
Set Calendar. Accounting Calendar Name
-
getC_Calendar_ID
int getC_Calendar_ID()
Get Calendar. Accounting Calendar Name
-
getC_Calendar
I_C_Calendar getC_Calendar() throws RuntimeException
- Throws:
RuntimeException
-
setC_Location_ID
void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address
-
getC_Location_ID
int getC_Location_ID()
Get Address. Location or Address
-
getC_Location
I_C_Location getC_Location() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDropShip_Warehouse_ID
void setDropShip_Warehouse_ID(int DropShip_Warehouse_ID)
Set Drop Ship Warehouse. The (logical) warehouse to use for recording drop ship receipts and shipments.
-
getDropShip_Warehouse_ID
int getDropShip_Warehouse_ID()
Get Drop Ship Warehouse. The (logical) warehouse to use for recording drop ship receipts and shipments.
-
getDropShip_Warehouse
I_M_Warehouse getDropShip_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setDUNS
void setDUNS(String DUNS)
Set D-U-N-S. Dun & Bradstreet Number
-
getDUNS
String getDUNS()
Get D-U-N-S. Dun & Bradstreet Number
-
setEMail
void setEMail(String EMail)
Set EMail Address. Electronic Mail Address
-
getEMail
String getEMail()
Get EMail Address. Electronic Mail Address
-
setFax
void setFax(String Fax)
Set Fax. Facsimile number
-
getFax
String getFax()
Get Fax. Facsimile number
-
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
-
setLogo_ID
void setLogo_ID(int Logo_ID)
Set Logo
-
getLogo_ID
int getLogo_ID()
Get Logo
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse_ID
int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setParent_Org_ID
void setParent_Org_ID(int Parent_Org_ID)
Set Parent Organization. Parent (superior) Organization
-
getParent_Org_ID
int getParent_Org_ID()
Get Parent Organization. Parent (superior) Organization
-
setPhone
void setPhone(String Phone)
Set Phone. Identifies a telephone number
-
getPhone
String getPhone()
Get Phone. Identifies a telephone number
-
setPhone2
void setPhone2(String Phone2)
Set 2nd Phone. Identifies an alternate telephone number.
-
getPhone2
String getPhone2()
Get 2nd Phone. Identifies an alternate telephone number.
-
setReceiptFooterMsg
void setReceiptFooterMsg(String ReceiptFooterMsg)
Set Receipt Footer Msg. This message will be displayed at the bottom of a receipt when doing a sales or purchase
-
getReceiptFooterMsg
String getReceiptFooterMsg()
Get Receipt Footer Msg. This message will be displayed at the bottom of a receipt when doing a sales or purchase
-
setSupervisor_ID
void setSupervisor_ID(int Supervisor_ID)
Set Supervisor. Supervisor for this user/organization - used for escalation and approval
-
getSupervisor_ID
int getSupervisor_ID()
Get Supervisor. Supervisor for this user/organization - used for escalation and approval
-
getSupervisor
I_AD_User getSupervisor() throws RuntimeException
- Throws:
RuntimeException
-
setTaxID
void setTaxID(String TaxID)
Set Tax ID. Tax Identification
-
getTaxID
String getTaxID()
Get Tax ID. Tax Identification
-
setTransferBank_ID
void setTransferBank_ID(int TransferBank_ID)
Set Bank for transfers. Bank account depending on currency will be used from this bank for doing transfers
-
getTransferBank_ID
int getTransferBank_ID()
Get Bank for transfers. Bank account depending on currency will be used from this bank for doing transfers
-
getTransferBank
I_C_Bank getTransferBank() throws RuntimeException
- Throws:
RuntimeException
-
setTransferCashBook_ID
void setTransferCashBook_ID(int TransferCashBook_ID)
Set CashBook for transfers
-
getTransferCashBook_ID
int getTransferCashBook_ID()
Get CashBook for transfers
-
getTransferCashBook
I_C_CashBook getTransferCashBook() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-