Interface Principal
-
- All Superinterfaces:
Comparable<Object>
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,IdentifiedElement
,MDWEObject
,MDWObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Principal extends NamedElement
A representation of the model object 'Principal'.The following features are supported:
- See Also:
IntegrityPackage.getPrincipal()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEmail()
Returns the value of the 'Email' attribute.boolean
isActive()
Returns the value of the 'Is Active' attribute.void
setEmail(String value)
Sets the value of the 'Email
' attribute.void
setIsActive(boolean value)
Sets the value of the 'Is Active
' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.Element
eUninitialize
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.IdentifiedElement
getId, setId
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.NamedElement
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
isActive
boolean isActive()
Returns the value of the 'Is Active' attribute.- Returns:
- the value of the 'Is Active' attribute.
- See Also:
setIsActive(boolean)
,IntegrityPackage.getPrincipal_IsActive()
-
setIsActive
void setIsActive(boolean value)
Sets the value of the 'Is Active
' attribute.- Parameters:
value
- the new value of the 'Is Active' attribute.- See Also:
isActive()
-
getEmail
String getEmail()
Returns the value of the 'Email' attribute. The default value is""
.- Returns:
- the value of the 'Email' attribute.
- See Also:
setEmail(String)
,IntegrityPackage.getPrincipal_Email()
-
setEmail
void setEmail(String value)
Sets the value of the 'Email
' attribute.- Parameters:
value
- the new value of the 'Email' attribute.- See Also:
getEmail()
-
-