lumis.portal.serviceinterface.style
Class ServiceInterfaceStyleConfig
java.lang.Object
lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
- All Implemented Interfaces:
- Cloneable, ICloneableConfig<ServiceInterfaceStyleConfig>
@StableMinor(version="4.1",
sinceVersion="4.0")
public class ServiceInterfaceStyleConfig
- extends Object
- implements ICloneableConfig<ServiceInterfaceStyleConfig>
Value class for Service Interface Style properties
- Since:
- 4.0.0
id
protected String id
serviceInterfaceId
protected String serviceInterfaceId
name
protected String name
description
protected String description
filePath
protected String filePath
isFromDefinition
protected boolean isFromDefinition
ServiceInterfaceStyleConfig
public ServiceInterfaceStyleConfig()
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 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.