Package org.compiere.model
Interface I_AD_OrgInfo
- All Known Implementing Classes:
MOrgInfo
,X_AD_OrgInfo
public interface I_AD_OrgInfo
Generated Interface for AD_OrgInfo
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_OrgInfo_UUstatic final String
Column name AD_OrgType_IDstatic final String
Column name C_Calendar_IDstatic final String
Column name C_Location_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DropShip_Warehouse_IDstatic final String
Column name DUNSstatic final String
Column name EMailstatic final String
Column name Faxstatic final String
Column name IsActivestatic final String
Column name Logo_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name Parent_Org_IDstatic final String
Column name Phonestatic final String
Column name Phone2static final String
Column name ReceiptFooterMsgstatic final String
Column name Supervisor_IDstatic final String
Column name TaxIDstatic final String
Column name TimeZonestatic final String
Column name TransferBank_IDstatic final String
Column name TransferCashBook_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=228static final String
TableName=AD_OrgInfo -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get AD_OrgInfo_UUint
Get Organization Type.int
Get Calendar.int
Get Address.Get Created.int
Get Created By.int
Get Drop Ship Warehouse.getDUNS()
Get D-U-N-S.getEMail()
Get EMail Address.getFax()
Get Fax.int
Get Logoint
Get Warehouse.int
Get Parent Organization.getPhone()
Get Phone.Get 2nd Phone.Get Receipt Footer Msg.int
Get Supervisor.getTaxID()
Get Tax ID.Get Time Zone.int
Get Bank for transfers.int
Get CashBook for transfersGet Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_OrgInfo_UU
(String AD_OrgInfo_UU) Set AD_OrgInfo_UUvoid
setAD_OrgType_ID
(int AD_OrgType_ID) Set Organization Type.void
setC_Calendar_ID
(int C_Calendar_ID) Set Calendar.void
setC_Location_ID
(int C_Location_ID) Set Address.void
setDropShip_Warehouse_ID
(int DropShip_Warehouse_ID) Set Drop Ship Warehouse.void
Set D-U-N-S.void
Set EMail Address.void
Set Fax.void
setIsActive
(boolean IsActive) Set Active.void
setLogo_ID
(int Logo_ID) Set Logovoid
setM_Warehouse_ID
(int M_Warehouse_ID) Set Warehouse.void
setParent_Org_ID
(int Parent_Org_ID) Set Parent Organization.void
Set Phone.void
Set 2nd Phone.void
setReceiptFooterMsg
(String ReceiptFooterMsg) Set Receipt Footer Msg.void
setSupervisor_ID
(int Supervisor_ID) Set Supervisor.void
Set Tax ID.void
setTimeZone
(String TimeZone) Set Time Zone.void
setTransferBank_ID
(int TransferBank_ID) Set Bank for transfers.void
setTransferCashBook_ID
(int TransferCashBook_ID) Set CashBook for transfers
-
Field Details
-
Table_Name
TableName=AD_OrgInfo- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=228- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - 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_AD_OrgInfo_UU
Column name AD_OrgInfo_UU- See Also:
-
COLUMNNAME_AD_OrgType_ID
Column name AD_OrgType_ID- See Also:
-
COLUMNNAME_C_Calendar_ID
Column name C_Calendar_ID- See Also:
-
COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DropShip_Warehouse_ID
Column name DropShip_Warehouse_ID- See Also:
-
COLUMNNAME_DUNS
Column name DUNS- See Also:
-
COLUMNNAME_EMail
Column name EMail- See Also:
-
COLUMNNAME_Fax
Column name Fax- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Logo_ID
Column name Logo_ID- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_Parent_Org_ID
Column name Parent_Org_ID- See Also:
-
COLUMNNAME_Phone
Column name Phone- See Also:
-
COLUMNNAME_Phone2
Column name Phone2- See Also:
-
COLUMNNAME_Supervisor_ID
Column name Supervisor_ID- See Also:
-
COLUMNNAME_TaxID
Column name TaxID- See Also:
-
COLUMNNAME_TimeZone
Column name TimeZone- See Also:
-
COLUMNNAME_TransferBank_ID
Column name TransferBank_ID- See Also:
-
COLUMNNAME_TransferCashBook_ID
Column name TransferCashBook_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 -
setAD_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
- 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
- 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
- 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
- Throws:
RuntimeException
-
setDUNS
Set D-U-N-S. Dun & Bradstreet Number -
getDUNS
String getDUNS()Get D-U-N-S. Dun & Bradstreet Number -
setEMail
Set EMail Address. Electronic Mail Address -
getEMail
String getEMail()Get EMail Address. Electronic Mail Address -
setFax
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
- 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
Set Phone. Identifies a telephone number -
getPhone
String getPhone()Get Phone. Identifies a telephone number -
setPhone2
Set 2nd Phone. Identifies an alternate telephone number. -
getPhone2
String getPhone2()Get 2nd Phone. Identifies an alternate telephone number. -
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
- Throws:
RuntimeException
-
setTaxID
Set Tax ID. Tax Identification -
getTaxID
String getTaxID()Get Tax ID. Tax Identification -
setTimeZone
Set Time Zone. Time zone name -
getTimeZone
String getTimeZone()Get Time Zone. Time zone name -
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
- Throws:
RuntimeException
-
setTransferCashBook_ID
void setTransferCashBook_ID(int TransferCashBook_ID) Set CashBook for transfers -
getTransferCashBook_ID
int getTransferCashBook_ID()Get CashBook for transfers -
getTransferCashBook
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-