lumis.portal.serviceinterface.style
Class ServiceInterfaceStyleConfig

Package class diagram package ServiceInterfaceStyleConfig
java.lang.Object
  extended by lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
All Implemented Interfaces:
Cloneable, ICloneableConfig<ServiceInterfaceStyleConfig>

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class ServiceInterfaceStyleConfig
extends Object
implements ICloneableConfig<ServiceInterfaceStyleConfig>

Value class for Service Interface Style properties

Since:
4.0.0

Field Summary
protected  String description
           
protected  String filePath
           
protected  String id
           
protected  boolean isFromDefinition
           
protected  String name
           
protected  String serviceInterfaceId
           
 
Constructor Summary
ServiceInterfaceStyleConfig()
           
 
Method Summary
 ServiceInterfaceStyleConfig clone()
           
 void deserialize(Node serviceInstanceNode)
          Deserialize the properties of the ServiceInstanceStyleConfig from the specified XML Node.
 boolean equals(Object obj)
           
 String getDescription()
           
 String getFilePath()
           
 String getId()
           
 String getName()
           
 String getServiceInterfaceId()
           
 int hashCode()
           
 boolean isFromDefinition()
           
 void serialize(ServiceInterfaceStyleConfig styleConfig, OutputStream outputStream)
          Serializes the interface style config to the specified output stream.
 void setDescription(String description)
           
 void setFilePath(String filePath)
           
 void setFromDefinition(boolean isFromDefinition)
           
 void setId(String id)
           
 void setName(String name)
           
 void setServiceInterfaceId(String interfaceId)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

serviceInterfaceId

protected String serviceInterfaceId

name

protected String name

description

protected String description

filePath

protected String filePath

isFromDefinition

protected boolean isFromDefinition
Constructor Detail

ServiceInterfaceStyleConfig

public ServiceInterfaceStyleConfig()
Method Detail

getDescription

public String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(String description)
Parameters:
description - The description to set.

getFilePath

public String getFilePath()
Returns:
Returns the filePath.

setFilePath

public void setFilePath(String filePath)
Parameters:
filePath - The filePath to set.

getId

public String getId()
Returns:
Returns the id.

setId

public void setId(String id)
Parameters:
id - The id to set.

getServiceInterfaceId

public String getServiceInterfaceId()
Returns:
Returns the serviceInterfaceId.

setServiceInterfaceId

public void setServiceInterfaceId(String interfaceId)
Parameters:
serviceInterfaceId - The serviceInterfaceId to set.

isFromDefinition

public boolean isFromDefinition()
Returns:
Returns the isFromDefinition.

setFromDefinition

public void setFromDefinition(boolean isFromDefinition)
Parameters:
isFromDefinition - The isFromDefinition to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

serialize

public void serialize(ServiceInterfaceStyleConfig styleConfig,
                      OutputStream outputStream)
               throws PortalException
Serializes the interface style config to the specified output stream.

Parameters:
pageConfig -
outputStream -
Throws:
PortalException
Since:
4.0.3

deserialize

public void deserialize(Node serviceInstanceNode)
                 throws PortalException
Deserialize the properties of the ServiceInstanceStyleConfig from the specified XML Node.

Parameters:
serviceInstanceNode -
Throws:
PortalException
Since:
4.0.3

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public ServiceInterfaceStyleConfig clone()
                                  throws CloneNotSupportedException
Specified by:
clone in interface ICloneableConfig<ServiceInterfaceStyleConfig>
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


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