de.fhhannover.inform.trust.ifmapj.identifier
Class IdentifierWithAd

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
All Implemented Interfaces:
Identifier
Direct Known Subclasses:
AccessRequest, Identity, IpAddress, MacAddress

public abstract class IdentifierWithAd
extends Object
implements Identifier

Represents an IF-MAP identifier with an administrative domain attribute.

Author:
aw

Constructor Summary
protected IdentifierWithAd(String admDom)
           
 
Method Summary
 String getAdministrativeDomain()
           
 void setAdministrativeDomain(String administrativeDomain)
          Deprecated.  
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentifierWithAd

protected IdentifierWithAd(String admDom)
Method Detail

setAdministrativeDomain

public void setAdministrativeDomain(String administrativeDomain)
Deprecated. 

Set to null or "" if no administrative-domain attribute is to be included.

Parameters:
administrativeDomain -

getAdministrativeDomain

public String getAdministrativeDomain()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Trust@FHH. All Rights Reserved.