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 Object
implements org.eclipse.higgins.sts.api.IClaimType

Author:
mikemci

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

Constructor Detail

ClaimType

public ClaimType()
Method Detail

setDialect

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

setName

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

getDialect

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

getName

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

getDisplayName

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

setDisplayName

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

getShortName

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

setShortName

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