uPortal 2.4.1
API Documentation

org.jasig.portal.tools.dbloader
Class Type

java.lang.Object
  extended byorg.jasig.portal.tools.dbloader.Type

public class Type
extends java.lang.Object

Utility class used during loading of the database.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net, Mark Boyd

Constructor Summary
Type()
           
 
Method Summary
 java.lang.String getGeneric()
           
 java.lang.String getLocal()
           
 void setGeneric(java.lang.String genericType)
           
 void setLocal(java.lang.String local)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

getGeneric

public java.lang.String getGeneric()

getLocal

public java.lang.String getLocal()

setGeneric

public void setGeneric(java.lang.String genericType)

setLocal

public void setLocal(java.lang.String local)

uPortal 2.4.1
API Documentation