lumis.portal.structure.sync.model.page
Class IsolatedInterfaceStyle

Package class diagram package IsolatedInterfaceStyle
java.lang.Object
  extended by lumis.portal.structure.sync.model.page.IsolatedInterfaceStyle
All Implemented Interfaces:
Serializable, Comparable<IsolatedInterfaceStyle>

public class IsolatedInterfaceStyle
extends Object
implements Serializable, Comparable<IsolatedInterfaceStyle>

Bean used for XML serialization of isolated interface styles.

Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see ServiceInterfaceInstanceConfig.

Since:
6.2.0
See Also:
ServiceInterfaceStyleConfig, ServiceInterfaceStyleConfig.IsolationLevel.ISOLATED, Serialized Form

Constructor Summary
IsolatedInterfaceStyle(InterfaceStyle interfaceStyle)
          Creates a new IsolatedInterfaceStyle by copying relevant properties from a InterfaceStyle.
 
Method Summary
 int compareTo(IsolatedInterfaceStyle o)
           
 String getDescription()
           
 String getFilePath()
           
 String getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolatedInterfaceStyle

public IsolatedInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a new IsolatedInterfaceStyle by copying relevant properties from a InterfaceStyle.

Parameters:
interfaceStyle - the interface style whose properties will be copied.
Since:
6.2.0
Method Detail

getId

public String getId()

getName

public String getName()

getDescription

public String getDescription()

getFilePath

public String getFilePath()

compareTo

public int compareTo(IsolatedInterfaceStyle o)
Specified by:
compareTo in interface Comparable<IsolatedInterfaceStyle>


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.