com.hammurapi.party
Interface Custom

All Superinterfaces:
ContactInfo, DateEffectiveObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Tagged
All Known Implementing Classes:
CustomImpl

public interface Custom
extends ContactInfo

A representation of the model object 'Custom'. Custom contact info.

The following features are supported:

See Also:
PartyPackage.getCustom()

Method Summary
 String getLocation()
          Returns the value of the 'Location' attribute.
 void setLocation(String value)
          Sets the value of the 'Location' attribute.
 
Methods inherited from interface com.hammurapi.party.ContactInfo
getCategory, getOwner, setCategory, setOwner
 
Methods inherited from interface com.hammurapi.party.DateEffectiveObject
getEnd, getStart, isEffective, isEffectiveNow, setEnd, setStart
 
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

getLocation

String getLocation()
Returns the value of the 'Location' attribute. Location.

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String), PartyPackage.getCustom_Location()

setLocation

void setLocation(String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()