biz.janux.people.net
Interface Url

All Superinterfaces:
Cloneable, ContactMethod, Persistent, Serializable, Uri

public interface Url
extends Uri

sub-interface of ContactMethod and Uri that generically represents an electronic address or Uniform Resource Locator; this interface provides a string 'address' that can be used to persist a string representation of the URL, and a getUrl method that parses the string and returns a java.net.URL instance


Field Summary
 
Fields inherited from interface org.janux.bus.persistence.Persistent
UNSAVED_ID
 
Method Summary
 URL getUrl()
          the java language representation of this Uniform Resource Locator
 
Methods inherited from interface biz.janux.people.net.Uri
getAddress, getUri, setAddress
 
Methods inherited from interface biz.janux.people.ContactMethod
clone
 
Methods inherited from interface org.janux.bus.persistence.Persistent
getId, setId
 

Method Detail

getUrl

URL getUrl()
           throws MalformedURLException
the java language representation of this Uniform Resource Locator

Throws:
MalformedURLException


Copyright © 2005-2013 Janux. All Rights Reserved.