lumis.portal.serviceinterface.type
Class ServiceInterfaceTypeConfig

Package class diagram package ServiceInterfaceTypeConfig
java.lang.Object
  extended by lumis.portal.serviceinterface.type.ServiceInterfaceTypeConfig

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class ServiceInterfaceTypeConfig
extends Object

Value class for service interface types

Since:
4.0.0

Field Summary
protected  String className
           
protected  String id
           
protected  String type
           
 
Constructor Summary
ServiceInterfaceTypeConfig()
           
 
Method Summary
 String getClassName()
           
 String getId()
           
 String getType()
           
 void setClassName(String className)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

type

protected String type

className

protected String className
Constructor Detail

ServiceInterfaceTypeConfig

public ServiceInterfaceTypeConfig()
Method Detail

getClassName

public String getClassName()
Returns:
Returns the className.

setClassName

public void setClassName(String className)
Parameters:
className - The className to set.

getId

public String getId()
Returns:
Returns the id.

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.