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

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
      extended by de.fhhannover.inform.trust.ifmapj.identifier.Identity
All Implemented Interfaces:
Identifier

public class Identity
extends IdentifierWithAd

Represents an IF-MAP identity identifier.

Author:
aw

Method Summary
 String getName()
           
 String getOtherTypeDefinition()
           
 IdentityType getType()
           
 void setName(String name)
          Deprecated. 
 void setOtherTypeDefinition(String otherTypeDefinition)
          Deprecated. 
 void setType(IdentityType type)
          Deprecated. 
 String toString()
           
 
Methods inherited from class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
getAdministrativeDomain, setAdministrativeDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

setName

@Deprecated
public void setName(String name)
Deprecated. 


getType

public IdentityType getType()

setType

@Deprecated
public void setType(IdentityType type)
Deprecated. 


getOtherTypeDefinition

public String getOtherTypeDefinition()

setOtherTypeDefinition

@Deprecated
public void setOtherTypeDefinition(String otherTypeDefinition)
Deprecated. 


toString

public String toString()
Overrides:
toString in class IdentifierWithAd


Copyright © 2012 Trust@FHH. All Rights Reserved.