Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_A_Asset_Group_ID
          Column name A_Asset_Group_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsCreateAsActive
          Column name IsCreateAsActive
static String COLUMNNAME_IsDepreciated
          Column name IsDepreciated
static String COLUMNNAME_IsOneAssetPerUOM
          Column name IsOneAssetPerUOM
static String COLUMNNAME_IsOwned
          Column name IsOwned
static String COLUMNNAME_IsTrackIssues
          Column name IsTrackIssues
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=542
static String Table_Name
          TableName=A_Asset_Group
 
Method Summary
 int getA_Asset_Group_ID()
          Get Asset Group.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 boolean isCreateAsActive()
          Get Create As Active.
 boolean isDepreciated()
          Get Depreciate.
 boolean isOneAssetPerUOM()
          Get One Asset Per UOM.
 boolean isOwned()
          Get Owned.
 boolean isTrackIssues()
          Get Track Issues.
 void setA_Asset_Group_ID(int A_Asset_Group_ID)
          Set Asset Group.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsCreateAsActive(boolean IsCreateAsActive)
          Set Create As Active.
 void setIsDepreciated(boolean IsDepreciated)
          Set Depreciate.
 void 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_IsCreateAsActive

static final String COLUMNNAME_IsCreateAsActive
Column name IsCreateAsActive

See Also:
Constant Field Values

COLUMNNAME_IsDepreciated

static final String COLUMNNAME_IsDepreciated
Column name IsDepreciated

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
Method Detail

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


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


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


setIsDepreciated

void setIsDepreciated(boolean IsDepreciated)
Set Depreciate. The asset will be depreciated


isDepreciated

boolean isDepreciated()
Get Depreciate. The asset will be depreciated


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.