org.figure8.join.businessobjects.environment
Class EISType

java.lang.Object
  extended by org.figure8.join.core.EntityObject
      extended by org.figure8.join.businessobjects.environment.AbstractResourceType
          extended by org.figure8.join.businessobjects.environment.VersionedResourceType
              extended by org.figure8.join.businessobjects.environment.EISType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ResourceType

public class EISType
extends VersionedResourceType

EISType is a type for denoting resources of category "Enterprise Information System" that may be bound to a Gateway.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
EISType()
          Creates a new instance of EISType
EISType(java.lang.String key, java.lang.String label)
          Creates a new instance of EISType with mandatory attributes
 
Method Summary
 
Methods inherited from class org.figure8.join.businessobjects.environment.AbstractResourceType
getKey, getLabel, setKey, setLabel
 
Methods inherited from class org.figure8.join.core.EntityObject
clone, equals, getId, hashCode, isTransient
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EISType

public EISType()
Creates a new instance of EISType


EISType

public EISType(java.lang.String key,
               java.lang.String label)
Creates a new instance of EISType with mandatory attributes

Parameters:
key - This EIS type business key
label - This EIS type label for display


Copyright © 2005-2008 Join. All Rights Reserved.