com.hammurapi.party
Interface Address

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

public interface Address
extends ContactInfo

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

The following features are supported:

See Also:
PartyPackage.getAddress()

Method Summary
 String getCountry()
          Returns the value of the 'Country' attribute.
 void setCountry(String value)
          Sets the value of the 'Country' 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

getCountry

String getCountry()
Returns the value of the 'Country' attribute. Country.

Returns:
the value of the 'Country' attribute.
See Also:
setCountry(String), PartyPackage.getAddress_Country()

setCountry

void setCountry(String value)
Sets the value of the 'Country' attribute.

Parameters:
value - the new value of the 'Country' attribute.
See Also:
getCountry()