org.jasig.portal
Class EntityTypes.EntityType

java.lang.Object
  extended by org.jasig.portal.EntityTypes.EntityType
Enclosing class:
EntityTypes

private class EntityTypes.EntityType
extends java.lang.Object


Field Summary
private  java.lang.String descriptiveName
           
private  java.lang.Class type
           
private  java.lang.Integer typeId
           
 
Constructor Summary
private EntityTypes.EntityType(java.lang.Class cl, java.lang.Integer id, java.lang.String description)
           
 
Method Summary
private  java.lang.String getDescriptiveName()
           
private  java.lang.Class getType()
           
private  java.lang.Integer getTypeId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

private java.lang.Class type

typeId

private java.lang.Integer typeId

descriptiveName

private java.lang.String descriptiveName
Constructor Detail

EntityTypes.EntityType

private EntityTypes.EntityType(java.lang.Class cl,
                               java.lang.Integer id,
                               java.lang.String description)
Method Detail

getType

private java.lang.Class getType()

getTypeId

private java.lang.Integer getTypeId()

getDescriptiveName

private java.lang.String getDescriptiveName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object