Package org.compiere.model
Interface I_AD_Password_History
-
- All Known Implementing Classes:
MPasswordHistory
,X_AD_Password_History
public interface I_AD_Password_History
Generated Interface for AD_Password_History- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Password_History_ID
Column name AD_Password_History_IDstatic String
COLUMNNAME_AD_Password_History_UU
Column name AD_Password_History_UUstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DatePasswordChanged
Column name DatePasswordChangedstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Password
Column name Passwordstatic String
COLUMNNAME_Salt
Column name Saltstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200171static String
Table_Name
TableName=AD_Password_History
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_Password_History_ID()
Get Password History IDString
getAD_Password_History_UU()
Get AD_Password_History_UUI_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDatePasswordChanged()
Get Date Password ChangedString
getPassword()
Get Password.String
getSalt()
Get Salt.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Password_History_ID(int AD_Password_History_ID)
Set Password History IDvoid
setAD_Password_History_UU(String AD_Password_History_UU)
Set AD_Password_History_UUvoid
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setDatePasswordChanged(Timestamp DatePasswordChanged)
Set Date Password Changedvoid
setIsActive(boolean IsActive)
Set Active.void
setPassword(String Password)
Set Password.void
setSalt(String Salt)
Set Salt.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Password_History- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200171- 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_Password_History_ID
static final String COLUMNNAME_AD_Password_History_ID
Column name AD_Password_History_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Password_History_UU
static final String COLUMNNAME_AD_Password_History_UU
Column name AD_Password_History_UU- 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_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_DatePasswordChanged
static final String COLUMNNAME_DatePasswordChanged
Column name DatePasswordChanged- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Password
static final String COLUMNNAME_Password
Column name Password- See Also:
- Constant Field Values
-
COLUMNNAME_Salt
static final String COLUMNNAME_Salt
Column name Salt- 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_Password_History_ID
void setAD_Password_History_ID(int AD_Password_History_ID)
Set Password History ID
-
getAD_Password_History_ID
int getAD_Password_History_ID()
Get Password History ID
-
setAD_Password_History_UU
void setAD_Password_History_UU(String AD_Password_History_UU)
Set AD_Password_History_UU
-
getAD_Password_History_UU
String getAD_Password_History_UU()
Get AD_Password_History_UU
-
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_User getAD_User() 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
-
setDatePasswordChanged
void setDatePasswordChanged(Timestamp DatePasswordChanged)
Set Date Password Changed
-
getDatePasswordChanged
Timestamp getDatePasswordChanged()
Get Date Password Changed
-
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
-
setPassword
void setPassword(String Password)
Set Password. Password of any length (case sensitive)
-
getPassword
String getPassword()
Get Password. Password of any length (case sensitive)
-
setSalt
void setSalt(String Salt)
Set Salt. Random data added to improve password hash effectiveness
-
getSalt
String getSalt()
Get Salt. Random data added to improve password hash effectiveness
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-