Bus

org.topcased.bus.core.parameter
Class Type

java.lang.Object
  extended by org.topcased.bus.core.parameter.Type

public class Type
extends java.lang.Object

Handle the class Type which is the type of a Service.
It is defined by :



Constructor Summary
Type(java.lang.String typeId, java.lang.String typeName, java.lang.String typeParentId, java.lang.String typeCategory)
          Constructor
 
Method Summary
 java.lang.String getCategoryType()
          Get the category of this type
 java.lang.String getIdType()
          Get the type id of this type
 java.lang.String getNameType()
          Get the type name of this type
 java.lang.String getParentIdType()
          Get the parent id of this type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type(java.lang.String typeId,
            java.lang.String typeName,
            java.lang.String typeParentId,
            java.lang.String typeCategory)
Constructor

Parameters:
typeId - :type id
typeName - : type name
typeParentId - : parent id of this type
typeCategory - : category of this type
Method Detail

getIdType

public java.lang.String getIdType()
Get the type id of this type

Returns:
type id

getNameType

public java.lang.String getNameType()
Get the type name of this type

Returns:
type name

getParentIdType

public java.lang.String getParentIdType()
Get the parent id of this type

Returns:
parent id

getCategoryType

public java.lang.String getCategoryType()
Get the category of this type

Returns:
category

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.