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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Reference_Source_IDstatic final String
Column name AD_Reference_Target_IDstatic final String
Column name AD_RelationType_IDstatic final String
Column name AD_RelationType_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name EntityTypestatic final String
Column name IsActivestatic final String
Column name IsDirectedstatic final String
Column name Namestatic final String
Column name Role_Sourcestatic final String
Column name Role_Targetstatic final String
Column name Typestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53246static final String
TableName=AD_RelationType -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Source Referenceint
Get Target Referenceint
Get Relation TypeGet AD_RelationType_UUGet Created.int
Get Created By.Get Description.Get Entity Type.getName()
Get Name.Get Source Role.Get Target Role.getType()
Get Type.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Directed.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Reference_Source_ID
(int AD_Reference_Source_ID) Set Source Referencevoid
setAD_Reference_Target_ID
(int AD_Reference_Target_ID) Set Target Referencevoid
setAD_RelationType_ID
(int AD_RelationType_ID) Set Relation Typevoid
setAD_RelationType_UU
(String AD_RelationType_UU) Set AD_RelationType_UUvoid
setDescription
(String Description) Set Description.void
setEntityType
(String EntityType) Set Entity Type.void
setIsActive
(boolean IsActive) Set Active.void
setIsDirected
(boolean IsDirected) Set Directed.void
Set Name.void
setRole_Source
(String Role_Source) Set Source Role.void
setRole_Target
(String Role_Target) Set Target Role.void
Set 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
- 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
- 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
-