scm.pub.gateway.generic
Class Generic

java.lang.Object
  extended byscm.pub.gateway.generic.Generic

public final class Generic
extends java.lang.Object

Generic


Constructor Summary
Generic(Project proj, java.lang.String genericName)
          Get the Generic associated with this name.
 
Method Summary
 java.lang.String getName()
          Get this Generic's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generic

public Generic(Project proj,
               java.lang.String genericName)
        throws InvalidGeneric,
               SystemException
Get the Generic associated with this name.

Parameters:
proj - The Project that the Generic resides in.
genericName - The name of the Generic to locate
Throws:
InvalidGeneric - If the supplied user id is invalid.
SystemException - If an internal exception is caught.
Method Detail

getName

public java.lang.String getName()
                         throws SystemException
Get this Generic's name.

Throws:
SystemException - If an internal exception is caught.