ca.tnt.ldaputils
Interface ILabeledURI

Package class diagram package ILabeledURI

public interface ILabeledURI

Represent the LDAP labeledURIObject objectClass. URI objects are in the form "http://example.com Example Site" where there is at least one space between the URI and the label. This interface splits the attribute into it's logical components of "URI" and "Label". No further javadoc on individual methods is required.

Created : 05/01/11 10:25 PM MST

Author:
Trenton D. Adams

Method Summary
 String getLabel()
           
 String getURI()
           
 String setLabel()
           
 String setURI()
           
 

Method Detail

getURI

String getURI()

getLabel

String getLabel()

setURI

String setURI()

setLabel

String setLabel()