org.figure8.join.businessobjects.environment
Class VersionedResourceType

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

public class VersionedResourceType
extends AbstractResourceType

A VersionedResourceType is a ResourceType implementation for versioned resources

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

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

VersionedResourceType

public VersionedResourceType()
Creates a new instance of VersionedResourceType


VersionedResourceType

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

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


Copyright © 2005-2008 Join. All Rights Reserved.