uPortal 2.4.1
API Documentation

org.jasig.portal.services.entityproperties
Class EntityProperties

java.lang.Object
  extended byorg.jasig.portal.services.entityproperties.EntityProperties
All Implemented Interfaces:
IBasicEntity

public class EntityProperties
extends java.lang.Object
implements IBasicEntity

A BasicEntity implementation used interally by the EntityPropertyRegistry to cache property lookup results

Version:
$Revision: 1.6 $
Author:
Alex Vigdor av317@columbia.edu

Constructor Summary
EntityProperties(java.lang.String key)
           
 
Method Summary
 EntityIdentifier getEntityIdentifier()
           
 java.lang.String getKey()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String[] getPropertyNames()
           
 java.lang.Class getType()
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityProperties

public EntityProperties(java.lang.String key)
Method Detail

getEntityIdentifier

public EntityIdentifier getEntityIdentifier()
Specified by:
getEntityIdentifier in interface IBasicEntity
Returns:
EntityIdentifier

getKey

public java.lang.String getKey()

getType

public java.lang.Class getType()

getProperty

public java.lang.String getProperty(java.lang.String name)

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)

getPropertyNames

public java.lang.String[] getPropertyNames()

uPortal 2.4.1
API Documentation