Package org.compiere.model
Interface I_A_Asset_Group
-
- All Known Implementing Classes:
MAssetGroup
,X_A_Asset_Group
public interface I_A_Asset_Group
Generated Interface for A_Asset_Group- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_A_Asset_Class_ID
Column name A_Asset_Class_IDstatic String
COLUMNNAME_A_Asset_Group_ID
Column name A_Asset_Group_IDstatic String
COLUMNNAME_A_Asset_Group_UU
Column name A_Asset_Group_UUstatic String
COLUMNNAME_A_Asset_Type_ID
Column name A_Asset_Type_IDstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCreateAsActive
Column name IsCreateAsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_IsDepreciated
Column name IsDepreciatedstatic String
COLUMNNAME_IsFixedAsset
Column name IsFixedAssetstatic String
COLUMNNAME_IsOneAssetPerUOM
Column name IsOneAssetPerUOMstatic String
COLUMNNAME_IsOwned
Column name IsOwnedstatic String
COLUMNNAME_IsTrackIssues
Column name IsTrackIssuesstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=542static String
Table_Name
TableName=A_Asset_Group
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_Asset_Class
getA_Asset_Class()
int
getA_Asset_Class_ID()
Get Asset classint
getA_Asset_Group_ID()
Get Asset Group.String
getA_Asset_Group_UU()
Get A_Asset_Group_UUI_A_Asset_Type
getA_Asset_Type()
int
getA_Asset_Type_ID()
Get Asset Typeint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.String
getName()
Get Name.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isCreateAsActive()
Get Create As Active.boolean
isDefault()
Get Default.boolean
isDepreciated()
Get Depreciate.boolean
isFixedAsset()
Get IsFixedAssetboolean
isOneAssetPerUOM()
Get One Asset Per UOM.boolean
isOwned()
Get Owned.boolean
isTrackIssues()
Get Track Issues.void
setA_Asset_Class_ID(int A_Asset_Class_ID)
Set Asset classvoid
setA_Asset_Group_ID(int A_Asset_Group_ID)
Set Asset Group.void
setA_Asset_Group_UU(String A_Asset_Group_UU)
Set A_Asset_Group_UUvoid
setA_Asset_Type_ID(int A_Asset_Type_ID)
Set Asset Typevoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setIsCreateAsActive(boolean IsCreateAsActive)
Set Create As Active.void
setIsDefault(boolean IsDefault)
Set Default.void
setIsDepreciated(boolean IsDepreciated)
Set Depreciate.void
setIsFixedAsset(boolean IsFixedAsset)
Set IsFixedAssetvoid
setIsOneAssetPerUOM(boolean IsOneAssetPerUOM)
Set One Asset Per UOM.void
setIsOwned(boolean IsOwned)
Set Owned.void
setIsTrackIssues(boolean IsTrackIssues)
Set Track Issues.void
setName(String Name)
Set Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=A_Asset_Group- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=542- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_A_Asset_Class_ID
static final String COLUMNNAME_A_Asset_Class_ID
Column name A_Asset_Class_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Group_ID
static final String COLUMNNAME_A_Asset_Group_ID
Column name A_Asset_Group_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Group_UU
static final String COLUMNNAME_A_Asset_Group_UU
Column name A_Asset_Group_UU- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Type_ID
static final String COLUMNNAME_A_Asset_Type_ID
Column name A_Asset_Type_ID- See Also:
- Constant Field Values
-
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_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_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCreateAsActive
static final String COLUMNNAME_IsCreateAsActive
Column name IsCreateAsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsDepreciated
static final String COLUMNNAME_IsDepreciated
Column name IsDepreciated- See Also:
- Constant Field Values
-
COLUMNNAME_IsFixedAsset
static final String COLUMNNAME_IsFixedAsset
Column name IsFixedAsset- See Also:
- Constant Field Values
-
COLUMNNAME_IsOneAssetPerUOM
static final String COLUMNNAME_IsOneAssetPerUOM
Column name IsOneAssetPerUOM- See Also:
- Constant Field Values
-
COLUMNNAME_IsOwned
static final String COLUMNNAME_IsOwned
Column name IsOwned- See Also:
- Constant Field Values
-
COLUMNNAME_IsTrackIssues
static final String COLUMNNAME_IsTrackIssues
Column name IsTrackIssues- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- 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
-
setA_Asset_Class_ID
void setA_Asset_Class_ID(int A_Asset_Class_ID)
Set Asset class
-
getA_Asset_Class_ID
int getA_Asset_Class_ID()
Get Asset class
-
getA_Asset_Class
I_A_Asset_Class getA_Asset_Class() throws RuntimeException
- Throws:
RuntimeException
-
setA_Asset_Group_ID
void setA_Asset_Group_ID(int A_Asset_Group_ID)
Set Asset Group. Group of Assets
-
getA_Asset_Group_ID
int getA_Asset_Group_ID()
Get Asset Group. Group of Assets
-
setA_Asset_Group_UU
void setA_Asset_Group_UU(String A_Asset_Group_UU)
Set A_Asset_Group_UU
-
getA_Asset_Group_UU
String getA_Asset_Group_UU()
Get A_Asset_Group_UU
-
setA_Asset_Type_ID
void setA_Asset_Type_ID(int A_Asset_Type_ID)
Set Asset Type
-
getA_Asset_Type_ID
int getA_Asset_Type_ID()
Get Asset Type
-
getA_Asset_Type
I_A_Asset_Type getA_Asset_Type() throws RuntimeException
- Throws:
RuntimeException
-
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
-
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
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setIsCreateAsActive
void setIsCreateAsActive(boolean IsCreateAsActive)
Set Create As Active. Create Asset and activate it
-
isCreateAsActive
boolean isCreateAsActive()
Get Create As Active. Create Asset and activate it
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setIsDepreciated
void setIsDepreciated(boolean IsDepreciated)
Set Depreciate. The asset will be depreciated
-
isDepreciated
boolean isDepreciated()
Get Depreciate. The asset will be depreciated
-
setIsFixedAsset
void setIsFixedAsset(boolean IsFixedAsset)
Set IsFixedAsset
-
isFixedAsset
boolean isFixedAsset()
Get IsFixedAsset
-
setIsOneAssetPerUOM
void setIsOneAssetPerUOM(boolean IsOneAssetPerUOM)
Set One Asset Per UOM. Create one asset per UOM
-
isOneAssetPerUOM
boolean isOneAssetPerUOM()
Get One Asset Per UOM. Create one asset per UOM
-
setIsOwned
void setIsOwned(boolean IsOwned)
Set Owned. The asset is owned by the organization
-
isOwned
boolean isOwned()
Get Owned. The asset is owned by the organization
-
setIsTrackIssues
void setIsTrackIssues(boolean IsTrackIssues)
Set Track Issues. Enable tracking issues for this asset
-
isTrackIssues
boolean isTrackIssues()
Get Track Issues. Enable tracking issues for this asset
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-