com.semarchy.mdm.runtime.data
Class NewRowTarget

java.lang.Object
  extended by com.semarchy.mdm.runtime.data.NewRowTarget

public class NewRowTarget
extends Object


Constructor Summary
NewRowTarget(IBusinessObject pBusinessObject)
           
NewRowTarget(IEntityRow pParentRow, IBOTransition pIntoBoTransition)
           
 
Method Summary
static NewRowTarget boRoot(IBusinessObject pBusinessObject)
           
 IBOTransition getBOTransition()
           
 IBusinessObject getBusinessObject()
           
 IEntityRow getParentDataRow()
           
static NewRowTarget intoDataRow(IEntityRow pParentDataRow, IBOTransition pIntoBoTransition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewRowTarget

public NewRowTarget(IBusinessObject pBusinessObject)

NewRowTarget

public NewRowTarget(IEntityRow pParentRow,
                    IBOTransition pIntoBoTransition)
Method Detail

boRoot

public static NewRowTarget boRoot(IBusinessObject pBusinessObject)

intoDataRow

public static NewRowTarget intoDataRow(IEntityRow pParentDataRow,
                                       IBOTransition pIntoBoTransition)

getBusinessObject

public IBusinessObject getBusinessObject()

getBOTransition

public IBOTransition getBOTransition()

getParentDataRow

public IEntityRow getParentDataRow()


Copyright © 2015. All Rights Reserved.