com.moesol.bindings.microsoft.dao
Class Container.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.microsoft.dao._DAO.Jni
com.moesol.bindings.microsoft.dao.Container.Jni
- All Implemented Interfaces:
- _DAO, Container, IDispatch, IUnknown
- Enclosing interface:
- Container
public static class Container.Jni
- extends _DAO.Jni
- implements Container
Implementation, Java to COM.
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
getProperties |
Container.Jni
protected Container.Jni()
internalOnSetInterface
protected void internalOnSetInterface()
- Description copied from class:
IUnknown.Jni
- Template method to setup apartment thread checking. Call:
MoeSolInternal.recordApartment(this) to setup apartment thread
checking.
- Overrides:
internalOnSetInterface
in class _DAO.Jni
getName
public String getName()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getName
in interface Container
- Returns:
IDL: [out] [retval] BSTR*
getOwner
public String getOwner()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getOwner
in interface Container
- Returns:
IDL: [out] [retval] BSTR*
setOwner
public void setOwner(String p0)
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
setOwner
in interface Container
- Parameters:
p0
- IDL: [in] BSTR
getUserName
public String getUserName()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getUserName
in interface Container
- Returns:
IDL: [out] [retval] BSTR*
setUserName
public void setUserName(String p0)
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
setUserName
in interface Container
- Parameters:
p0
- IDL: [in] BSTR
getPermissions
public int getPermissions()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getPermissions
in interface Container
- Returns:
IDL: [out] [retval] LONG*
setPermissions
public void setPermissions(int p0)
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
setPermissions
in interface Container
- Parameters:
p0
- IDL: [in] LONG
getInherit
public boolean getInherit()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getInherit
in interface Container
- Returns:
IDL: [out] [retval] VARIANT_BOOL*
setInherit
public void setInherit(boolean p0)
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
setInherit
in interface Container
- Parameters:
p0
- IDL: [in] VARIANT_BOOL
getDocuments
public Documents getDocuments()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getDocuments
in interface Container
- Returns:
IDL: [out] [retval] Documents**
getAllPermissions
public int getAllPermissions()
- Description copied from interface:
Container
IDL: [ helpstring("") ]
- Specified by:
getAllPermissions
in interface Container
- Returns:
IDL: [out] [retval] LONG*
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.