Package org.compiere.model
Interface I_AD_FieldSuggestion
-
- All Known Implementing Classes:
MFieldSuggestion
,X_AD_FieldSuggestion
public interface I_AD_FieldSuggestion
Generated Interface for AD_FieldSuggestion- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AcceptSuggestion
Column name AcceptSuggestionstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Field_ID
Column name AD_Field_IDstatic String
COLUMNNAME_AD_FieldSuggestion_ID
Column name AD_FieldSuggestion_IDstatic String
COLUMNNAME_AD_FieldSuggestion_UU
Column name AD_FieldSuggestion_UUstatic String
COLUMNNAME_AD_Language
Column name AD_Languagestatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Tab_ID
Column name AD_Tab_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_AD_UserClient_ID
Column name AD_UserClient_IDstatic String
COLUMNNAME_AD_Window_ID
Column name AD_Window_IDstatic String
COLUMNNAME_CompareSuggestion
Column name CompareSuggestionstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_FieldSuggestionTarget
Column name FieldSuggestionTargetstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsApproved
Column name IsApprovedstatic String
COLUMNNAME_IsUpdateBaseLanguage
Column name IsUpdateBaseLanguagestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_RejectSuggestion
Column name RejectSuggestionstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200209static String
Table_Name
TableName=AD_FieldSuggestion
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAcceptSuggestion()
Get Accept.int
getAD_Client_ID()
Get Client.I_AD_Field
getAD_Field()
int
getAD_Field_ID()
Get Field.int
getAD_FieldSuggestion_ID()
Get Field SuggestionsString
getAD_FieldSuggestion_UU()
Get Field Suggestions UUIDString
getAD_Language()
Get Language.int
getAD_Org_ID()
Get Organization.I_AD_Tab
getAD_Tab()
int
getAD_Tab_ID()
Get Tab.I_AD_AllUsers_V
getAD_User()
int
getAD_User_ID()
Get User/Contact.I_AD_AllClients_V
getAD_UserClient()
int
getAD_UserClient_ID()
Get Tenant of UserI_AD_Window
getAD_Window()
int
getAD_Window_ID()
Get Window.String
getCompareSuggestion()
Get Compare.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getFieldSuggestionTarget()
Get Apply Suggestion ToString
getHelp()
Get Comment/Help.String
getName()
Get Name.String
getRejectSuggestion()
Get Reject.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isApproved()
Get Approved.boolean
isProcessed()
Get Processed.boolean
isUpdateBaseLanguage()
Get Update Base Languagevoid
setAcceptSuggestion(String AcceptSuggestion)
Set Accept.void
setAD_Field_ID(int AD_Field_ID)
Set Field.void
setAD_FieldSuggestion_ID(int AD_FieldSuggestion_ID)
Set Field Suggestionsvoid
setAD_FieldSuggestion_UU(String AD_FieldSuggestion_UU)
Set Field Suggestions UUIDvoid
setAD_Language(String AD_Language)
Set Language.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Tab_ID(int AD_Tab_ID)
Set Tab.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAD_UserClient_ID(int AD_UserClient_ID)
Set Tenant of Uservoid
setAD_Window_ID(int AD_Window_ID)
Set Window.void
setCompareSuggestion(String CompareSuggestion)
Set Compare.void
setDescription(String Description)
Set Description.void
setFieldSuggestionTarget(String FieldSuggestionTarget)
Set Apply Suggestion Tovoid
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setIsApproved(boolean IsApproved)
Set Approved.void
setIsUpdateBaseLanguage(boolean IsUpdateBaseLanguage)
Set Update Base Languagevoid
setName(String Name)
Set Name.void
setProcessed(boolean Processed)
Set Processed.void
setRejectSuggestion(String RejectSuggestion)
Set Reject.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_FieldSuggestion- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200209- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AcceptSuggestion
static final String COLUMNNAME_AcceptSuggestion
Column name AcceptSuggestion- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Field_ID
static final String COLUMNNAME_AD_Field_ID
Column name AD_Field_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_FieldSuggestion_ID
static final String COLUMNNAME_AD_FieldSuggestion_ID
Column name AD_FieldSuggestion_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_FieldSuggestion_UU
static final String COLUMNNAME_AD_FieldSuggestion_UU
Column name AD_FieldSuggestion_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Language
static final String COLUMNNAME_AD_Language
Column name AD_Language- 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_Tab_ID
static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserClient_ID
static final String COLUMNNAME_AD_UserClient_ID
Column name AD_UserClient_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CompareSuggestion
static final String COLUMNNAME_CompareSuggestion
Column name CompareSuggestion- 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_FieldSuggestionTarget
static final String COLUMNNAME_FieldSuggestionTarget
Column name FieldSuggestionTarget- 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_IsApproved
static final String COLUMNNAME_IsApproved
Column name IsApproved- See Also:
- Constant Field Values
-
COLUMNNAME_IsUpdateBaseLanguage
static final String COLUMNNAME_IsUpdateBaseLanguage
Column name IsUpdateBaseLanguage- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_RejectSuggestion
static final String COLUMNNAME_RejectSuggestion
Column name RejectSuggestion- 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
-
setAcceptSuggestion
void setAcceptSuggestion(String AcceptSuggestion)
Set Accept. Accept suggested changes
-
getAcceptSuggestion
String getAcceptSuggestion()
Get Accept. Accept suggested changes
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Field_ID
void setAD_Field_ID(int AD_Field_ID)
Set Field. Field on a database table
-
getAD_Field_ID
int getAD_Field_ID()
Get Field. Field on a database table
-
getAD_Field
I_AD_Field getAD_Field() throws RuntimeException
- Throws:
RuntimeException
-
setAD_FieldSuggestion_ID
void setAD_FieldSuggestion_ID(int AD_FieldSuggestion_ID)
Set Field Suggestions
-
getAD_FieldSuggestion_ID
int getAD_FieldSuggestion_ID()
Get Field Suggestions
-
setAD_FieldSuggestion_UU
void setAD_FieldSuggestion_UU(String AD_FieldSuggestion_UU)
Set Field Suggestions UUID
-
getAD_FieldSuggestion_UU
String getAD_FieldSuggestion_UU()
Get Field Suggestions UUID
-
setAD_Language
void setAD_Language(String AD_Language)
Set Language. Language for this entity
-
getAD_Language
String getAD_Language()
Get Language. Language for this entity
-
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_Tab_ID
void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window
-
getAD_Tab_ID
int getAD_Tab_ID()
Get Tab. Tab within a Window
-
getAD_Tab
I_AD_Tab getAD_Tab() throws RuntimeException
- Throws:
RuntimeException
-
setAD_UserClient_ID
void setAD_UserClient_ID(int AD_UserClient_ID)
Set Tenant of User
-
getAD_UserClient_ID
int getAD_UserClient_ID()
Get Tenant of User
-
getAD_UserClient
I_AD_AllClients_V getAD_UserClient() throws RuntimeException
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_AllUsers_V getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setCompareSuggestion
void setCompareSuggestion(String CompareSuggestion)
Set Compare. Compare suggested text with original text
-
getCompareSuggestion
String getCompareSuggestion()
Get Compare. Compare suggested text with original text
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setFieldSuggestionTarget
void setFieldSuggestionTarget(String FieldSuggestionTarget)
Set Apply Suggestion To
-
getFieldSuggestionTarget
String getFieldSuggestionTarget()
Get Apply Suggestion To
-
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
-
setIsApproved
void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval
-
isApproved
boolean isApproved()
Get Approved. Indicates if this document requires approval
-
setIsUpdateBaseLanguage
void setIsUpdateBaseLanguage(boolean IsUpdateBaseLanguage)
Set Update Base Language
-
isUpdateBaseLanguage
boolean isUpdateBaseLanguage()
Get Update Base Language
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setRejectSuggestion
void setRejectSuggestion(String RejectSuggestion)
Set Reject. Reject suggested changes
-
getRejectSuggestion
String getRejectSuggestion()
Get Reject. Reject suggested changes
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-