Package org.compiere.model
Interface I_AD_StorageProvider
- All Known Implementing Classes:
MStorageProvider
,X_AD_StorageProvider
public interface I_AD_StorageProvider
Generated Interface for AD_StorageProvider
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_StorageProvider_IDstatic final String
Column name AD_StorageProvider_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Folderstatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name Methodstatic final String
Column name Namestatic final String
Column name Passwordstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name URLstatic final String
Column name UserNamestatic final KeyNamePair
static final int
AD_Table_ID=200037static final String
TableName=AD_StorageProvider -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Storage ProviderGet AD_StorageProvider_UUGet Created.int
Get Created By.Get Folder.Get MethodgetName()
Get Name.Get Password.Get Updated.int
Get Updated By.getURL()
Get URL.Get User Nameboolean
isActive()
Get Active.boolean
Get Default.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_StorageProvider_ID
(int AD_StorageProvider_ID) Set Storage Providervoid
setAD_StorageProvider_UU
(String AD_StorageProvider_UU) Set AD_StorageProvider_UUvoid
Set Folder.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
Set Methodvoid
Set Name.void
setPassword
(String Password) Set Password.void
Set URL.void
setUserName
(String UserName) Set User Name
-
Field Details
-
Table_Name
TableName=AD_StorageProvider- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200037- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_StorageProvider_ID
Column name AD_StorageProvider_ID- See Also:
-
COLUMNNAME_AD_StorageProvider_UU
Column name AD_StorageProvider_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Folder
Column name Folder- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_Method
Column name Method- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Password
Column name Password- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_URL
Column name URL- See Also:
-
COLUMNNAME_UserName
Column name UserName- 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_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
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
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
Set Method -
getMethod
String getMethod()Get Method -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPassword
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
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
Set User Name -
getUserName
String getUserName()Get User Name
-