Package org.compiere.model
Class InfoRelatedVO
- java.lang.Object
-
- org.compiere.model.InfoRelatedVO
-
- All Implemented Interfaces:
Serializable
,Cloneable
,IInfoColumn
public class InfoRelatedVO extends Object implements Serializable, Cloneable, IInfoColumn
Info Related Value Object- Version:
- $Id$
- Author:
- Igor Pojzl, Cloudempiere
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfoRelatedVO(Properties ctx, MInfoRelated infoRelated, int windowNo)
Default Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterCreate()
String
get_ValueAsString(Properties ctx, String variableName)
Get Variable Value (Evaluatee)MInfoColumn
getAD_InfoColumn()
Just forward call togetParentRelatedColumn()
String
getDisplayLogic()
int
getInfoColumnID()
Just forward call togetParentRelatedColumn_ID()
static InfoRelatedVO[]
getInfoRelatedVOList(Properties ctx, MInfoRelated[] infoRelatedList, int windowNo)
Default ConstructorString
getLinkColumnName()
MInfoColumn
getLinkInfoColumn()
String
getName()
I_AD_InfoColumn
getParentRelatedColumn()
int
getParentRelatedColumn_ID()
I_AD_InfoWindow
getRelatedInfo()
int
getRelatedInfo_ID()
int
getSeqNo()
boolean
isDisplayed(Properties ctx)
Is the Related Window Visible ?
-
-
-
Constructor Detail
-
InfoRelatedVO
public InfoRelatedVO(Properties ctx, MInfoRelated infoRelated, int windowNo)
Default Constructor- Parameters:
ctx
-infoRelated
-windowNo
-
-
-
Method Detail
-
afterCreate
public void afterCreate()
-
getInfoRelatedVOList
public static InfoRelatedVO[] getInfoRelatedVOList(Properties ctx, MInfoRelated[] infoRelatedList, int windowNo)
Default Constructor- Parameters:
ctx
-infoRelatedList
-windowNo
-- Returns:
-
getRelatedInfo_ID
public int getRelatedInfo_ID()
-
getLinkColumnName
public String getLinkColumnName()
-
getParentRelatedColumn_ID
public int getParentRelatedColumn_ID()
-
getRelatedInfo
public I_AD_InfoWindow getRelatedInfo()
-
getLinkInfoColumn
public MInfoColumn getLinkInfoColumn()
-
getName
public String getName()
-
getParentRelatedColumn
public I_AD_InfoColumn getParentRelatedColumn()
-
getSeqNo
public int getSeqNo()
-
getInfoColumnID
public int getInfoColumnID()
Just forward call togetParentRelatedColumn_ID()
- Specified by:
getInfoColumnID
in interfaceIInfoColumn
- Returns:
-
getAD_InfoColumn
public MInfoColumn getAD_InfoColumn()
Just forward call togetParentRelatedColumn()
- Specified by:
getAD_InfoColumn
in interfaceIInfoColumn
- Returns:
-
getDisplayLogic
public String getDisplayLogic()
-
isDisplayed
public boolean isDisplayed(Properties ctx)
Is the Related Window Visible ?- Returns:
- true, if visible
-
get_ValueAsString
public String get_ValueAsString(Properties ctx, String variableName)
Get Variable Value (Evaluatee)- Parameters:
variableName
- name- Returns:
- value
-
-