lumis.portal.service.type
Class ServiceTypeConfig

Package class diagram package ServiceTypeConfig
java.lang.Object
  extended by lumis.portal.service.type.ServiceTypeConfig

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class ServiceTypeConfig
extends Object

Value class for service types

Since:
4.0.0

Field Summary
protected  String className
           
protected  String id
           
protected  String type
           
 
Constructor Summary
ServiceTypeConfig()
           
 
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

ServiceTypeConfig

public ServiceTypeConfig()
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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.