Project Wonder 5.0

er.modern.directtoweb.interfaces
Interface ERMEditRelationshipPageInterface

All Superinterfaces:
com.webobjects.directtoweb.EditRelationshipPageInterface
All Known Implementing Classes:
ERMODEditRelationshipPage

public interface ERMEditRelationshipPageInterface
extends com.webobjects.directtoweb.EditRelationshipPageInterface

Enhanced EditRelationshipPageInterface to include the masterObjectAndRelationshipKey binding advertised by D2WSwitchComponent

Author:
davidleber

Method Summary
 com.webobjects.foundation.NSArray<?> masterObjectAndRelationshipKey()
          Returns an NSArray containing the masterObject and relationshipKey
 void setMasterObjectAndRelationshipKey(com.webobjects.foundation.NSArray<?> a)
          Sets the masterObject and relationshipKey
 
Methods inherited from interface com.webobjects.directtoweb.EditRelationshipPageInterface
setMasterObjectAndRelationshipKey, setNextPage, setNextPageDelegate
 

Method Detail

masterObjectAndRelationshipKey

com.webobjects.foundation.NSArray<?> masterObjectAndRelationshipKey()
Returns an NSArray containing the masterObject and relationshipKey

Returns:
NSArray with the masterObject (index 0) and relationshipKey (index 1)

setMasterObjectAndRelationshipKey

void setMasterObjectAndRelationshipKey(com.webobjects.foundation.NSArray<?> a)
Sets the masterObject and relationshipKey

Parameters:
a - NSArray with the masterObject (index 0) and relationshipKey (index 1)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.