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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_StorageProvider_ID
Column name AD_StorageProvider_IDstatic String
COLUMNNAME_AD_StorageProvider_UU
Column name AD_StorageProvider_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Folder
Column name Folderstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_Method
Column name Methodstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Password
Column name Passwordstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_URL
Column name URLstatic String
COLUMNNAME_UserName
Column name UserNamestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200037static String
Table_Name
TableName=AD_StorageProvider
-
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_StorageProvider_ID()
Get Storage ProviderString
getAD_StorageProvider_UU()
Get AD_StorageProvider_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getFolder()
Get Folder.String
getMethod()
Get MethodString
getName()
Get Name.String
getPassword()
Get Password.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getURL()
Get URL.String
getUserName()
Get User Nameboolean
isActive()
Get Active.boolean
isDefault()
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
setFolder(String Folder)
Set Folder.void
setIsActive(boolean IsActive)
Set Active.void
setIsDefault(boolean IsDefault)
Set Default.void
setMethod(String Method)
Set Methodvoid
setName(String Name)
Set Name.void
setPassword(String Password)
Set Password.void
setURL(String URL)
Set URL.void
setUserName(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
-
-