net.sf.farrago.fem.security
Interface FemGrant

All Superinterfaces:
CwmElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemGrant$Hib

public interface FemGrant
extends CwmElement

Grant 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
 String getAction()
          Returns the value of attribute action.
 CwmModelElement getElement()
          Returns the value of reference Element.
 FemAuthId getGrantee()
          Returns the value of reference Grantee.
 FemAuthId getGrantor()
          Returns the value of reference Grantor.
 boolean isWithGrantOption()
          Returns the value of attribute withGrantOption.
 void setAction(String newValue)
          Sets the value of action attribute.
 void setElement(CwmModelElement newValue)
          Sets the value of Element reference.
 void setGrantee(FemAuthId newValue)
          Sets the value of Grantee reference.
 void setGrantor(FemAuthId newValue)
          Sets the value of Grantor reference.
 void setWithGrantOption(boolean newValue)
          Sets the value of withGrantOption attribute.
 
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
 

Method Detail

getAction

String getAction()
Returns the value of attribute action.

Returns:
Value of attribute action.

setAction

void setAction(String newValue)
Sets the value of action attribute. See getAction() for description on the attribute.

Parameters:
newValue - New value to be set.

isWithGrantOption

boolean isWithGrantOption()
Returns the value of attribute withGrantOption.

Returns:
Value of attribute withGrantOption.

setWithGrantOption

void setWithGrantOption(boolean newValue)
Sets the value of withGrantOption attribute. See isWithGrantOption() for description on the attribute.

Parameters:
newValue - New value to be set.

getElement

CwmModelElement getElement()
Returns the value of reference Element.

Returns:
Value of reference Element.

setElement

void setElement(CwmModelElement newValue)
Sets the value of Element reference. See getElement() for description on the attribute.

Parameters:
newValue - New value to be set.

getGrantor

FemAuthId getGrantor()
Returns the value of reference Grantor.

Returns:
Value of reference Grantor.

setGrantor

void setGrantor(FemAuthId newValue)
Sets the value of Grantor reference. See getGrantor() for description on the attribute.

Parameters:
newValue - New value to be set.

getGrantee

FemAuthId getGrantee()
Returns the value of reference Grantee.

Returns:
Value of reference Grantee.

setGrantee

void setGrantee(FemAuthId newValue)
Sets the value of Grantee reference. See getGrantee() for description on the attribute.

Parameters:
newValue - New value to be set.