com.hammurapi.party
Interface Person

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Party, Tagged
All Known Implementing Classes:
PersonImpl

public interface Person
extends Party

A representation of the model object 'Person'. Person.

The following features are supported:

See Also:
PartyPackage.getPerson()

Method Summary
 String getTitle()
          Returns the value of the 'Title' attribute.
 void setTitle(String value)
          Sets the value of the 'Title' attribute.
 
Methods inherited from interface com.hammurapi.party.Party
getContactInfo, getIdentity, getName, getParent, getPath, getUid, setExternalParent, setName, setParent, setUid
 
Methods inherited from interface com.hammurapi.party.Tagged
getComment, getTags, setComment
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTitle

String getTitle()
Returns the value of the 'Title' attribute. Person's title in the organization. E.g. Manager or Senior Developer.

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), PartyPackage.getPerson_Title()

setTitle

void setTitle(String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()