net.sf.farrago.fem.security
Class FemGrant$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
org.eigenbase.enki.hibernate.storage.HibernateObject
org.eigenbase.enki.hibernate.jmi.HibernateRefObject
net.sf.farrago.fem.security.FemGrant$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, CwmElement, FemGrant, HibernateAssociable, HibernateIdentifiable
public class FemGrant$Hib
- extends HibernateRefObject
- implements FemGrant, HibernateAssociable
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.
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
_id
private static final String _id
- See Also:
- Constant Field Values
action$Hib
protected String action$Hib
withGrantOption$Hib
protected Boolean withGrantOption$Hib
element$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation element$Hib
grantor$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation grantor$Hib
grantee$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation grantee$Hib
FemGrant$Hib
FemGrant$Hib()
FemGrant$Hib
FemGrant$Hib(String action,
boolean withGrantOption)
getAction$Hib
public String getAction$Hib()
setAction$Hib
public void setAction$Hib(String newValue)
getAction
public String getAction()
- Description copied from interface:
FemGrant
- Returns the value of attribute action.
- Specified by:
getAction
in interface FemGrant
- Returns:
- Value of attribute action.
setAction
public void setAction(String newValue)
- Description copied from interface:
FemGrant
- Sets the value of action attribute. See
FemGrant.getAction()
for
description on the attribute.
- Specified by:
setAction
in interface FemGrant
- Parameters:
newValue
- New value to be set.
getWithGrantOption$Hib
public Boolean getWithGrantOption$Hib()
setWithGrantOption$Hib
public void setWithGrantOption$Hib(Boolean newValue)
isWithGrantOption
public boolean isWithGrantOption()
- Description copied from interface:
FemGrant
- Returns the value of attribute withGrantOption.
- Specified by:
isWithGrantOption
in interface FemGrant
- Returns:
- Value of attribute withGrantOption.
setWithGrantOption
public void setWithGrantOption(boolean newValue)
- Description copied from interface:
FemGrant
- Sets the value of withGrantOption attribute. See
FemGrant.isWithGrantOption()
for description on the attribute.
- Specified by:
setWithGrantOption
in interface FemGrant
- Parameters:
newValue
- New value to be set.
getElement
public CwmModelElement getElement()
- Description copied from interface:
FemGrant
- Returns the value of reference Element.
- Specified by:
getElement
in interface FemGrant
- Returns:
- Value of reference Element.
setElement
public void setElement(CwmModelElement newValue)
- Description copied from interface:
FemGrant
- Sets the value of Element reference. See
FemGrant.getElement()
for
description on the attribute.
- Specified by:
setElement
in interface FemGrant
- Parameters:
newValue
- New value to be set.
getElement$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getElement$Hib()
setElement$Hib
public void setElement$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getGrantor
public FemAuthId getGrantor()
- Description copied from interface:
FemGrant
- Returns the value of reference Grantor.
- Specified by:
getGrantor
in interface FemGrant
- Returns:
- Value of reference Grantor.
setGrantor
public void setGrantor(FemAuthId newValue)
- Description copied from interface:
FemGrant
- Sets the value of Grantor reference. See
FemGrant.getGrantor()
for
description on the attribute.
- Specified by:
setGrantor
in interface FemGrant
- Parameters:
newValue
- New value to be set.
getGrantor$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getGrantor$Hib()
setGrantor$Hib
public void setGrantor$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getGrantee
public FemAuthId getGrantee()
- Description copied from interface:
FemGrant
- Returns the value of reference Grantee.
- Specified by:
getGrantee
in interface FemGrant
- Returns:
- Value of reference Grantee.
setGrantee
public void setGrantee(FemAuthId newValue)
- Description copied from interface:
FemGrant
- Sets the value of Grantee reference. See
FemGrant.getGrantee()
for
description on the attribute.
- Specified by:
setGrantee
in interface FemGrant
- Parameters:
newValue
- New value to be set.
getGrantee$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getGrantee$Hib()
setGrantee$Hib
public void setGrantee$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getAssociation
public HibernateAssociation getAssociation(String type,
boolean firstEnd)
- Specified by:
getAssociation
in interface HibernateAssociable
setAssociation
public void setAssociation(String type,
boolean firstEnd,
HibernateAssociation assoc)
- Specified by:
setAssociation
in interface HibernateAssociable
getOrCreateAssociation
public HibernateAssociation getOrCreateAssociation(String type,
boolean firstEnd)
- Specified by:
getOrCreateAssociation
in interface HibernateAssociable
removeAssociations
protected void removeAssociations()
- Specified by:
removeAssociations
in class HibernateRefObject
getComposingAssociations
public Collection<HibernateAssociation> getComposingAssociations()
- Specified by:
getComposingAssociations
in class HibernateRefObject
getNonComposingAssociations
public Collection<HibernateAssociation> getNonComposingAssociations()
- Specified by:
getNonComposingAssociations
in class HibernateRefObject
refImmediateComposite
public RefObject refImmediateComposite()
- Specified by:
refImmediateComposite
in interface RefObject
- Overrides:
refImmediateComposite
in class RefObjectBase
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase
getClassIdentifier
public String getClassIdentifier()
- Specified by:
getClassIdentifier
in class HibernateRefObject