com.hammurapi.party
Interface URL

All Superinterfaces:
ContactInfo, DateEffectiveObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Tagged
All Known Subinterfaces:
EMail, Web
All Known Implementing Classes:
EMailImpl, WebImpl

public interface URL
extends ContactInfo

A representation of the model object 'URL'. Generic URL.

The following features are supported:

See Also:
PartyPackage.getURL()

Method Summary
 String getAddress()
          Returns the value of the 'Address' attribute.
 void setAddress(String value)
          Sets the value of the 'Address' 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

getAddress

String getAddress()
Returns the value of the 'Address' attribute. URL address without protocol.

Returns:
the value of the 'Address' attribute.
See Also:
setAddress(String), PartyPackage.getURL_Address()

setAddress

void setAddress(String value)
Sets the value of the 'Address' attribute.

Parameters:
value - the new value of the 'Address' attribute.
See Also:
getAddress()