Package org.compiere.model
Interface I_AD_RelationType
- All Known Implementing Classes:
MRelationType,X_AD_RelationType
public interface I_AD_RelationType
Generated Interface for AD_RelationType
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Reference_Source_IDstatic final StringColumn name AD_Reference_Target_IDstatic final StringColumn name AD_RelationType_IDstatic final StringColumn name AD_RelationType_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name EntityTypestatic final StringColumn name IsActivestatic final StringColumn name IsDirectedstatic final StringColumn name Namestatic final StringColumn name Role_Sourcestatic final StringColumn name Role_Targetstatic final StringColumn name Typestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53246static final StringTableName=AD_RelationType -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Source ReferenceDeprecated.intGet Target ReferenceintGet Relation TypeGet AD_RelationType_UUGet Created.intGet Created By.Get Description.Get Entity Type.getName()Get Name.Get Source Role.Get Target Role.getType()Get Type.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Directed.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Reference_Source_ID(int AD_Reference_Source_ID) Set Source ReferencevoidsetAD_Reference_Target_ID(int AD_Reference_Target_ID) Set Target ReferencevoidsetAD_RelationType_ID(int AD_RelationType_ID) Set Relation TypevoidsetAD_RelationType_UU(String AD_RelationType_UU) Set AD_RelationType_UUvoidsetDescription(String Description) Set Description.voidsetEntityType(String EntityType) Set Entity Type.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDirected(boolean IsDirected) Set Directed.voidSet Name.voidsetRole_Source(String Role_Source) Set Source Role.voidsetRole_Target(String Role_Target) Set Target Role.voidSet Type.
-
Field Details
-
Table_Name
TableName=AD_RelationType- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53246- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Reference_Source_ID
Column name AD_Reference_Source_ID- See Also:
-
COLUMNNAME_AD_Reference_Target_ID
Column name AD_Reference_Target_ID- See Also:
-
COLUMNNAME_AD_RelationType_ID
Column name AD_RelationType_ID- See Also:
-
COLUMNNAME_AD_RelationType_UU
Column name AD_RelationType_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDirected
Column name IsDirected- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Role_Source
Column name Role_Source- See Also:
-
COLUMNNAME_Role_Target
Column name Role_Target- See Also:
-
COLUMNNAME_Type
Column name Type- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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_Reference_Source_ID
void setAD_Reference_Source_ID(int AD_Reference_Source_ID) Set Source Reference -
getAD_Reference_Source_ID
int getAD_Reference_Source_ID()Get Source Reference -
getAD_Reference_Source
Deprecated.- Throws:
RuntimeException
-
setAD_Reference_Target_ID
void setAD_Reference_Target_ID(int AD_Reference_Target_ID) Set Target Reference -
getAD_Reference_Target_ID
int getAD_Reference_Target_ID()Get Target Reference -
getAD_Reference_Target
Deprecated.- Throws:
RuntimeException
-
setAD_RelationType_ID
void setAD_RelationType_ID(int AD_RelationType_ID) Set Relation Type -
getAD_RelationType_ID
int getAD_RelationType_ID()Get Relation Type -
setAD_RelationType_UU
Set AD_RelationType_UU -
getAD_RelationType_UU
String getAD_RelationType_UU()Get AD_RelationType_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
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 -
setIsDirected
void setIsDirected(boolean IsDirected) Set Directed. Tells whether one " sees" the other end of the relation from each end or just from the source -
isDirected
boolean isDirected()Get Directed. Tells whether one " sees" the other end of the relation from each end or just from the source -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setRole_Source
Set Source Role. If set, this role will be used as label for the zoom destination instead of the destinations' s window name -
getRole_Source
String getRole_Source()Get Source Role. If set, this role will be used as label for the zoom destination instead of the destinations' s window name -
setRole_Target
Set Target Role. If set, this role will be used as label for the zoom destination instead of the destinations' s window name -
getRole_Target
String getRole_Target()Get Target Role. If set, this role will be used as label for the zoom destination instead of the destinations' s window name -
setType
Set Type. Type of Validation (SQL, Java Script, Java Language) -
getType
String getType()Get Type. Type of Validation (SQL, Java Script, Java Language) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-