net.sf.farrago.fem.security
Interface FemUser

All Superinterfaces:
CwmElement, CwmModelElement, FemAnnotatedElement, FemAuthId, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemUser$Hib

public interface FemUser
extends FemAuthId

User object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 CwmNamespace getDefaultNamespace()
          Returns the value of reference DefaultNamespace.
 void setDefaultNamespace(CwmNamespace newValue)
          Sets the value of DefaultNamespace reference.
 
Methods inherited from interface net.sf.farrago.fem.security.FemAuthId
getGranteePrivilege, getGrantorPrivilege
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getDefaultNamespace

CwmNamespace getDefaultNamespace()
Returns the value of reference DefaultNamespace.

Returns:
Value of reference DefaultNamespace.

setDefaultNamespace

void setDefaultNamespace(CwmNamespace newValue)
Sets the value of DefaultNamespace reference. See getDefaultNamespace() for description on the attribute.

Parameters:
newValue - New value to be set.