Package org.compiere.model
Interface I_AD_Language
- All Known Implementing Classes:
MLanguage
,X_AD_Language
public interface I_AD_Language
Generated Interface for AD_Language
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Languagestatic final String
Column name AD_Language_IDstatic final String
Column name AD_Language_UUstatic final String
Column name AD_Org_IDstatic final String
Column name AD_PrintPaper_IDstatic final String
Column name CountryCodestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DatePatternstatic final String
Column name IsActivestatic final String
Column name IsBaseLanguagestatic final String
Column name IsDecimalPointstatic final String
Column name IsLoginLocalestatic final String
Column name IsSystemLanguagestatic final String
Column name LanguageISOstatic final String
Column name Namestatic final String
Column name PrintNamestatic final String
Column name Processingstatic final String
Column name TimePatternstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=111static final String
TableName=AD_Language -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.Get Language.int
Get Language IDGet AD_Language_UUint
Get Organization.int
Get Print Paper.Get ISO Country Code.Get Created.int
Get Created By.Get Date Pattern.Get ISO Language Code.getName()
Get Name.Get Print Text.Get Time Pattern.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Base Language.boolean
Get Decimal Point.boolean
Get Login Localeboolean
Get Process Nowboolean
Get System Language.void
setAD_Language
(String AD_Language) Set Language.void
setAD_Language_ID
(int AD_Language_ID) Set Language IDvoid
setAD_Language_UU
(String AD_Language_UU) Set AD_Language_UUvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_PrintPaper_ID
(int AD_PrintPaper_ID) Set Print Paper.void
setCountryCode
(String CountryCode) Set ISO Country Code.void
setDatePattern
(String DatePattern) Set Date Pattern.void
setIsActive
(boolean IsActive) Set Active.void
setIsBaseLanguage
(boolean IsBaseLanguage) Set Base Language.void
setIsDecimalPoint
(boolean IsDecimalPoint) Set Decimal Point.void
setIsLoginLocale
(boolean IsLoginLocale) Set Login Localevoid
setIsSystemLanguage
(boolean IsSystemLanguage) Set System Language.void
setLanguageISO
(String LanguageISO) Set ISO Language Code.void
Set Name.void
setPrintName
(String PrintName) Set Print Text.void
setProcessing
(boolean Processing) Set Process Nowvoid
setTimePattern
(String TimePattern) Set Time Pattern.
-
Field Details
-
Table_Name
TableName=AD_Language- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=111- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Language
Column name AD_Language- See Also:
-
COLUMNNAME_AD_Language_ID
Column name AD_Language_ID- See Also:
-
COLUMNNAME_AD_Language_UU
Column name AD_Language_UU- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_PrintPaper_ID
Column name AD_PrintPaper_ID- See Also:
-
COLUMNNAME_CountryCode
Column name CountryCode- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DatePattern
Column name DatePattern- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsBaseLanguage
Column name IsBaseLanguage- See Also:
-
COLUMNNAME_IsDecimalPoint
Column name IsDecimalPoint- See Also:
-
COLUMNNAME_IsLoginLocale
Column name IsLoginLocale- See Also:
-
COLUMNNAME_IsSystemLanguage
Column name IsSystemLanguage- See Also:
-
COLUMNNAME_LanguageISO
Column name LanguageISO- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PrintName
Column name PrintName- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_TimePattern
Column name TimePattern- 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_Language
Set Language. Language for this entity -
getAD_Language
String getAD_Language()Get Language. Language for this entity -
setAD_Language_ID
void setAD_Language_ID(int AD_Language_ID) Set Language ID -
getAD_Language_ID
int getAD_Language_ID()Get Language ID -
setAD_Language_UU
Set AD_Language_UU -
getAD_Language_UU
String getAD_Language_UU()Get AD_Language_UU -
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_PrintPaper_ID
void setAD_PrintPaper_ID(int AD_PrintPaper_ID) Set Print Paper. Printer paper definition -
getAD_PrintPaper_ID
int getAD_PrintPaper_ID()Get Print Paper. Printer paper definition -
getAD_PrintPaper
- Throws:
RuntimeException
-
setCountryCode
Set ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
getCountryCode
String getCountryCode()Get ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDatePattern
Set Date Pattern. Java Date Pattern -
getDatePattern
String getDatePattern()Get Date Pattern. Java Date Pattern -
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 -
setIsBaseLanguage
void setIsBaseLanguage(boolean IsBaseLanguage) Set Base Language. The system information is maintained in this language -
isBaseLanguage
boolean isBaseLanguage()Get Base Language. The system information is maintained in this language -
setIsDecimalPoint
void setIsDecimalPoint(boolean IsDecimalPoint) Set Decimal Point. The number notation has a decimal point (no decimal comma) -
isDecimalPoint
boolean isDecimalPoint()Get Decimal Point. The number notation has a decimal point (no decimal comma) -
setIsLoginLocale
void setIsLoginLocale(boolean IsLoginLocale) Set Login Locale -
isLoginLocale
boolean isLoginLocale()Get Login Locale -
setIsSystemLanguage
void setIsSystemLanguage(boolean IsSystemLanguage) Set System Language. The screens, etc. are maintained in this Language -
isSystemLanguage
boolean isSystemLanguage()Get System Language. The screens, etc. are maintained in this Language -
setLanguageISO
Set ISO Language Code. Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt -
getLanguageISO
String getLanguageISO()Get ISO Language Code. Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPrintName
Set Print Text. The label text to be printed on a document or correspondence. -
getPrintName
String getPrintName()Get Print Text. The label text to be printed on a document or correspondence. -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setTimePattern
Set Time Pattern. Java Time Pattern -
getTimePattern
String getTimePattern()Get Time Pattern. Java Time Pattern -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-