org.eclipse.higgins.sts.common
Class ClaimType

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.ClaimType
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IClaimType

public class ClaimType
extends java.lang.Object
implements org.eclipse.higgins.sts.api.IClaimType

Author:
mikemci

Constructor Summary
ClaimType()
           
 
Method Summary
 java.net.URI getDialect()
           
 java.lang.String getDisplayName()
           
 java.net.URI getName()
           
 java.lang.String getShortName()
           
 void setDialect(java.net.URI uriDialect)
           
 void setDisplayName(java.lang.String strDisplayName)
           
 void setName(java.net.URI uriName)
           
 void setShortName(java.lang.String strShortName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimType

public ClaimType()
Method Detail

setDialect

public void setDialect(java.net.URI uriDialect)
Specified by:
setDialect in interface org.eclipse.higgins.sts.api.IClaimType

setName

public void setName(java.net.URI uriName)
Specified by:
setName in interface org.eclipse.higgins.sts.api.IClaimType

getDialect

public java.net.URI getDialect()
Specified by:
getDialect in interface org.eclipse.higgins.sts.api.IClaimType

getName

public java.net.URI getName()
Specified by:
getName in interface org.eclipse.higgins.sts.api.IClaimType

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface org.eclipse.higgins.sts.api.IClaimType

setDisplayName

public void setDisplayName(java.lang.String strDisplayName)
Specified by:
setDisplayName in interface org.eclipse.higgins.sts.api.IClaimType

getShortName

public java.lang.String getShortName()
Specified by:
getShortName in interface org.eclipse.higgins.sts.api.IClaimType

setShortName

public void setShortName(java.lang.String strShortName)
Specified by:
setShortName in interface org.eclipse.higgins.sts.api.IClaimType