net.wotonomy.access
Class EOStoredProcedure

java.lang.Object
  extended by net.wotonomy.access.EOStoredProcedure
All Implemented Interfaces:
EOPropertyListEncoding

public class EOStoredProcedure
extends java.lang.Object
implements EOPropertyListEncoding

Represents a stored procedure in a database.

Version:
$Revision: 894 $
Author:
ezamudio@nasoft.com, $Author: cgruber $

Field Summary
protected  net.wotonomy.foundation.NSArray _arguments
           
protected  java.lang.String _externalName
           
protected  net.wotonomy.foundation.NSDictionary _internalInfo
           
protected  EOModel _model
           
protected  java.lang.String _name
           
protected  net.wotonomy.foundation.NSDictionary _userInfo
           
 
Constructor Summary
EOStoredProcedure(net.wotonomy.foundation.NSDictionary dict, java.lang.Object obj)
          Creates a stored procedure from a property list.
EOStoredProcedure(java.lang.String withName)
           
 
Method Summary
 net.wotonomy.foundation.NSArray arguments()
           
 void awakeWithPropertyList(net.wotonomy.foundation.NSDictionary plist)
           
 void encodeIntoPropertyList(net.wotonomy.foundation.NSMutableDictionary plist)
           
 java.lang.String externalName()
           
 EOModel model()
           
 java.lang.String name()
           
 void setArguments(net.wotonomy.foundation.NSArray value)
           
 void setExternalName(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setUserInfo(net.wotonomy.foundation.NSDictionary info)
           
 net.wotonomy.foundation.NSDictionary userInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

protected java.lang.String _name

_externalName

protected java.lang.String _externalName

_model

protected EOModel _model

_arguments

protected net.wotonomy.foundation.NSArray _arguments

_userInfo

protected net.wotonomy.foundation.NSDictionary _userInfo

_internalInfo

protected net.wotonomy.foundation.NSDictionary _internalInfo
Constructor Detail

EOStoredProcedure

public EOStoredProcedure(net.wotonomy.foundation.NSDictionary dict,
                         java.lang.Object obj)
Creates a stored procedure from a property list.


EOStoredProcedure

public EOStoredProcedure(java.lang.String withName)
Method Detail

setName

public void setName(java.lang.String value)

name

public java.lang.String name()

setExternalName

public void setExternalName(java.lang.String value)

externalName

public java.lang.String externalName()

setArguments

public void setArguments(net.wotonomy.foundation.NSArray value)

arguments

public net.wotonomy.foundation.NSArray arguments()

model

public EOModel model()

setUserInfo

public void setUserInfo(net.wotonomy.foundation.NSDictionary info)

userInfo

public net.wotonomy.foundation.NSDictionary userInfo()

awakeWithPropertyList

public void awakeWithPropertyList(net.wotonomy.foundation.NSDictionary plist)
Specified by:
awakeWithPropertyList in interface EOPropertyListEncoding

encodeIntoPropertyList

public void encodeIntoPropertyList(net.wotonomy.foundation.NSMutableDictionary plist)
Specified by:
encodeIntoPropertyList in interface EOPropertyListEncoding


Copyright © 2006 null. All Rights Reserved.