Package org.compiere.model
Interface I_AD_StorageProvider
-
- All Known Implementing Classes:
MStorageProvider,X_AD_StorageProvider
public interface I_AD_StorageProviderGenerated Interface for AD_StorageProvider- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_StorageProvider_IDColumn name AD_StorageProvider_IDstatic StringCOLUMNNAME_AD_StorageProvider_UUColumn name AD_StorageProvider_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_FolderColumn name Folderstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_MethodColumn name Methodstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PasswordColumn name Passwordstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_URLColumn name URLstatic StringCOLUMNNAME_UserNameColumn name UserNamestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200037static StringTable_NameTableName=AD_StorageProvider
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_StorageProvider_ID()Get Storage ProviderStringgetAD_StorageProvider_UU()Get AD_StorageProvider_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetFolder()Get Folder.StringgetMethod()Get MethodStringgetName()Get Name.StringgetPassword()Get Password.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetURL()Get URL.StringgetUserName()Get User NamebooleanisActive()Get Active.booleanisDefault()Get Default.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_StorageProvider_ID(int AD_StorageProvider_ID)Set Storage ProvidervoidsetAD_StorageProvider_UU(String AD_StorageProvider_UU)Set AD_StorageProvider_UUvoidsetFolder(String Folder)Set Folder.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDefault(boolean IsDefault)Set Default.voidsetMethod(String Method)Set MethodvoidsetName(String Name)Set Name.voidsetPassword(String Password)Set Password.voidsetURL(String URL)Set URL.voidsetUserName(String UserName)Set User Name
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_StorageProvider- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200037- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
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_StorageProvider_ID
static final String COLUMNNAME_AD_StorageProvider_ID
Column name AD_StorageProvider_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_StorageProvider_UU
static final String COLUMNNAME_AD_StorageProvider_UU
Column name AD_StorageProvider_UU- 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_Folder
static final String COLUMNNAME_Folder
Column name Folder- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_Method
static final String COLUMNNAME_Method
Column name Method- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Password
static final String COLUMNNAME_Password
Column name Password- 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
-
COLUMNNAME_URL
static final String COLUMNNAME_URL
Column name URL- See Also:
- Constant Field Values
-
COLUMNNAME_UserName
static final String COLUMNNAME_UserName
Column name UserName- 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_StorageProvider_ID
void setAD_StorageProvider_ID(int AD_StorageProvider_ID)
Set Storage Provider
-
getAD_StorageProvider_ID
int getAD_StorageProvider_ID()
Get Storage Provider
-
setAD_StorageProvider_UU
void setAD_StorageProvider_UU(String AD_StorageProvider_UU)
Set AD_StorageProvider_UU
-
getAD_StorageProvider_UU
String getAD_StorageProvider_UU()
Get AD_StorageProvider_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setFolder
void setFolder(String Folder)
Set Folder. A folder on a local or remote system to store data into
-
getFolder
String getFolder()
Get Folder. A folder on a local or remote system to store data into
-
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
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setMethod
void setMethod(String Method)
Set Method
-
getMethod
String getMethod()
Get Method
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPassword
void setPassword(String Password)
Set Password. Password of any length (case sensitive)
-
getPassword
String getPassword()
Get Password. Password of any length (case sensitive)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setURL
void setURL(String URL)
Set URL. Full URL address - e.g. http://www.idempiere.org
-
getURL
String getURL()
Get URL. Full URL address - e.g. http://www.idempiere.org
-
setUserName
void setUserName(String UserName)
Set User Name
-
getUserName
String getUserName()
Get User Name
-
-