Package org.compiere.model
Interface I_S_ResourceAssignment
-
- All Known Implementing Classes:
MResourceAssignment
,X_S_ResourceAssignment
public interface I_S_ResourceAssignment
Generated Interface for S_ResourceAssignment- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AssignDateFrom
Column name AssignDateFromstatic String
COLUMNNAME_AssignDateTo
Column name AssignDateTostatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsConfirmed
Column name IsConfirmedstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_S_Resource_ID
Column name S_Resource_IDstatic String
COLUMNNAME_S_ResourceAssignment_ID
Column name S_ResourceAssignment_IDstatic String
COLUMNNAME_S_ResourceAssignment_UU
Column name S_ResourceAssignment_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=485static String
Table_Name
TableName=S_ResourceAssignment
-
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.Timestamp
getAssignDateFrom()
Get Assign From.Timestamp
getAssignDateTo()
Get Assign To.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getName()
Get Name.BigDecimal
getQty()
Get Quantity.I_S_Resource
getS_Resource()
int
getS_Resource_ID()
Get Resource.int
getS_ResourceAssignment_ID()
Get Resource Assignment.String
getS_ResourceAssignment_UU()
Get S_ResourceAssignment_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isConfirmed()
Get Confirmed.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAssignDateFrom(Timestamp AssignDateFrom)
Set Assign From.void
setAssignDateTo(Timestamp AssignDateTo)
Set Assign To.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setIsConfirmed(boolean IsConfirmed)
Set Confirmed.void
setName(String Name)
Set Name.void
setQty(BigDecimal Qty)
Set Quantity.void
setS_Resource_ID(int S_Resource_ID)
Set Resource.void
setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment.void
setS_ResourceAssignment_UU(String S_ResourceAssignment_UU)
Set S_ResourceAssignment_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=S_ResourceAssignment- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=485- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - 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_AssignDateFrom
static final String COLUMNNAME_AssignDateFrom
Column name AssignDateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_AssignDateTo
static final String COLUMNNAME_AssignDateTo
Column name AssignDateTo- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsConfirmed
static final String COLUMNNAME_IsConfirmed
Column name IsConfirmed- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_S_ResourceAssignment_ID
static final String COLUMNNAME_S_ResourceAssignment_ID
Column name S_ResourceAssignment_ID- See Also:
- Constant Field Values
-
COLUMNNAME_S_ResourceAssignment_UU
static final String COLUMNNAME_S_ResourceAssignment_UU
Column name S_ResourceAssignment_UU- See Also:
- Constant Field Values
-
COLUMNNAME_S_Resource_ID
static final String COLUMNNAME_S_Resource_ID
Column name S_Resource_ID- 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
-
setAssignDateFrom
void setAssignDateFrom(Timestamp AssignDateFrom)
Set Assign From. Assign resource from
-
getAssignDateFrom
Timestamp getAssignDateFrom()
Get Assign From. Assign resource from
-
setAssignDateTo
void setAssignDateTo(Timestamp AssignDateTo)
Set Assign To. Assign resource until
-
getAssignDateTo
Timestamp getAssignDateTo()
Get Assign To. Assign resource until
-
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
-
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
-
setIsConfirmed
void setIsConfirmed(boolean IsConfirmed)
Set Confirmed. Assignment is confirmed
-
isConfirmed
boolean isConfirmed()
Get Confirmed. Assignment is confirmed
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
setS_ResourceAssignment_ID
void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment. Resource Assignment
-
getS_ResourceAssignment_ID
int getS_ResourceAssignment_ID()
Get Resource Assignment. Resource Assignment
-
setS_ResourceAssignment_UU
void setS_ResourceAssignment_UU(String S_ResourceAssignment_UU)
Set S_ResourceAssignment_UU
-
getS_ResourceAssignment_UU
String getS_ResourceAssignment_UU()
Get S_ResourceAssignment_UU
-
setS_Resource_ID
void setS_Resource_ID(int S_Resource_ID)
Set Resource. Resource
-
getS_Resource_ID
int getS_Resource_ID()
Get Resource. Resource
-
getS_Resource
I_S_Resource getS_Resource() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-