org.eclipse.higgins.sts.common
Class ClaimType
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClaimType
public ClaimType()
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