org.figure8.join.businessobjects.environment
Class GatewayType

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.GatewayType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ResourceType

public class GatewayType
extends AbstractResourceType

A ResourceType for Gateways.

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

Constructor Summary
GatewayType()
          Creates a new instance of GatewayType
GatewayType(java.lang.String key, java.lang.String label)
          Creates a new instance of GatewayType 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

GatewayType

public GatewayType()
Creates a new instance of GatewayType


GatewayType

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

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


Copyright © 2005-2008 Join. All Rights Reserved.