|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
@StableMinor(version="6.1", sinceVersion="4.0") public class ServiceInterfaceStyleConfig
Value class for Service Interface Style properties
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected java.lang.String |
filePath
|
protected java.lang.String |
id
|
protected boolean |
isFromDefinition
|
protected boolean |
isWidgetDefault
|
protected java.lang.String |
name
|
protected java.lang.String |
serviceInterfaceId
|
Constructor Summary | |
---|---|
ServiceInterfaceStyleConfig()
|
Method Summary | |
---|---|
ServiceInterfaceStyleConfig |
clone()
|
void |
deserialize(org.w3c.dom.Node serviceInstanceNode)
Deserialize the properties of the ServiceInstanceStyleConfig from the specified XML Node. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
|
java.lang.String |
getFilePath()
|
java.lang.String |
getId()
|
boolean |
getIsWidgetDefault()
Returns the isWidgetDefault. |
java.lang.String |
getName()
|
java.lang.String |
getServiceInterfaceId()
|
int |
hashCode()
|
boolean |
isFromDefinition()
|
void |
serialize(ServiceInterfaceStyleConfig styleConfig,
java.io.OutputStream outputStream)
Serializes the interface style config to the specified output stream. |
void |
setDescription(java.lang.String description)
|
void |
setFilePath(java.lang.String filePath)
|
void |
setFromDefinition(boolean isFromDefinition)
|
void |
setId(java.lang.String id)
|
void |
setIsWidgetDefault(boolean isWidgetDefault)
Sets the isWidgetDefault. |
void |
setName(java.lang.String name)
|
void |
setServiceInterfaceId(java.lang.String interfaceId)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String id
protected java.lang.String serviceInterfaceId
protected java.lang.String name
protected java.lang.String description
protected java.lang.String filePath
protected boolean isFromDefinition
protected boolean isWidgetDefault
Constructor Detail |
---|
public ServiceInterfaceStyleConfig()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
filePath
- The filePath to set.public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public java.lang.String getServiceInterfaceId()
public void setServiceInterfaceId(java.lang.String interfaceId)
serviceInterfaceId
- The serviceInterfaceId to set.public boolean isFromDefinition()
public void setFromDefinition(boolean isFromDefinition)
isFromDefinition
- The isFromDefinition to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public void serialize(ServiceInterfaceStyleConfig styleConfig, java.io.OutputStream outputStream) throws PortalException
pageConfig
- outputStream
-
PortalException
public void deserialize(org.w3c.dom.Node serviceInstanceNode) throws PortalException
serviceInstanceNode
-
PortalException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public ServiceInterfaceStyleConfig clone() throws java.lang.CloneNotSupportedException
clone
in interface ICloneableConfig<ServiceInterfaceStyleConfig>
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void setIsWidgetDefault(boolean isWidgetDefault)
isWidgetDefault
- the isWidgetDefault value to set.public boolean getIsWidgetDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |