lumis.portal.structure.sync.model.page
Class InterfaceInstance
java.lang.Object
lumis.portal.structure.sync.model.page.InterfaceInstance
- All Implemented Interfaces:
- Serializable, Comparable<InterfaceInstance>
public class InterfaceInstance
- extends Object
- implements Serializable, Comparable<InterfaceInstance>
Service interface instance model.
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see ServiceInterfaceInstanceConfig
.
- Since:
- 6.2.0
- See Also:
ServiceInterfaceInstanceConfig
,
Serialized Form
InterfaceInstance
public InterfaceInstance()
getId
public String getId()
getPageId
public String getPageId()
getInterfaceId
public String getInterfaceId()
getInterfaceInstanceId
public String getInterfaceInstanceId()
getServiceInstanceId
public String getServiceInstanceId()
getIsolatedInterfaceStyles
public SortedSet<IsolatedInterfaceStyle> getIsolatedInterfaceStyles()
getCustomProperties
public SortedSet<InterfaceInstanceCustomProperty> getCustomProperties()
getInterfaceStyleId
public String getInterfaceStyleId()
- Returns the interface style identifier.
- Returns:
- the interface style identifier.
- Since:
- 6.2.0
compareTo
public int compareTo(InterfaceInstance o)
- Specified by:
compareTo
in interface Comparable<InterfaceInstance>
addChannelTemplateLinksIfNeeded
public void addChannelTemplateLinksIfNeeded(Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
afterXmlRead
public void afterXmlRead()
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.