businessmodel
Class _UserIntfStub
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--businessmodel._UserIntfStub
- public class _UserIntfStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements UserIntf
- See Also:
- Serialized Form
Constructor Summary |
_UserIntfStub(org.omg.CORBA.portable.Delegate d)
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request,
_create_request,
_duplicate,
_get_delegate,
_get_domain_managers,
_get_interface_def,
_get_policy,
_hash,
_invoke,
_is_a,
_is_equivalent,
_is_local,
_non_existent,
_orb,
_release,
_releaseReply,
_request,
_request,
_servant_postinvoke,
_servant_preinvoke,
_set_delegate,
_set_policy_override,
equals,
hashCode,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
_UserIntfStub
public _UserIntfStub(org.omg.CORBA.portable.Delegate d)
_ids
public java.lang.String[] _ids()
- Overrides:
- _ids in class org.omg.CORBA.portable.ObjectImpl
getUserID
public java.lang.String getUserID()
- Specified by:
- getUserID in interface UserIntf
getLastName
public java.lang.String getLastName()
- Specified by:
- getLastName in interface UserIntf
getFirstName
public java.lang.String getFirstName()
- Specified by:
- getFirstName in interface UserIntf
getPhone
public java.lang.String getPhone()
- Specified by:
- getPhone in interface UserIntf
getFax
public java.lang.String getFax()
- Specified by:
- getFax in interface UserIntf
getEmail
public java.lang.String getEmail()
- Specified by:
- getEmail in interface UserIntf
getPriv
public int getPriv()
- Specified by:
- getPriv in interface UserIntf
setLastName
public void setLastName(java.lang.String name)
- Specified by:
- setLastName in interface UserIntf
setUserID
public void setUserID(java.lang.String id)
- Specified by:
- setUserID in interface UserIntf
setFirstName
public void setFirstName(java.lang.String name)
- Specified by:
- setFirstName in interface UserIntf
setPhone
public void setPhone(java.lang.String phone)
- Specified by:
- setPhone in interface UserIntf
setFax
public void setFax(java.lang.String fax)
- Specified by:
- setFax in interface UserIntf
setEmail
public void setEmail(java.lang.String email)
- Specified by:
- setEmail in interface UserIntf
setPriv
public void setPriv(int priv)
- Specified by:
- setPriv in interface UserIntf
commit
public void commit(java.lang.String userid)
throws UpdateException,
AppSecurityException
- Specified by:
- commit in interface UserIntf