lumis.portal.structure.sync.model.global
Class InterfaceStyle

Package class diagram package InterfaceStyle
java.lang.Object
  extended by lumis.portal.structure.sync.model.global.InterfaceStyle
All Implemented Interfaces:
Serializable

public class InterfaceStyle
extends Object
implements Serializable

Interface style model.

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

Since:
6.2.0
See Also:
ServiceInterfaceStyleConfig, Serialized Form

Nested Class Summary
static class InterfaceStyle.InterfaceStylePK
          Composite primary key of InterfaceStyle.
 
Constructor Summary
InterfaceStyle(GlobalInterfaceStyle globalInterfaceStyle)
          Creates a new interface style based on a GlobalInterfaceStyle.
InterfaceStyle(IsolatedInterfaceStyle isolatedInterfaceStyle, String interfaceId)
          Creates a new interface style based on a IsolatedInterfaceStyle.
 
Method Summary
 String getDescription()
           
 String getFilePath()
           
 InterfaceStyle.InterfaceStylePK getId()
           
 ServiceInterfaceStyleConfig.IsolationLevel getIsolationLevel()
           
 String getName()
           
 boolean isFromDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceStyle

public InterfaceStyle(IsolatedInterfaceStyle isolatedInterfaceStyle,
                      String interfaceId)
Creates a new interface style based on a IsolatedInterfaceStyle.

Parameters:
interfaceId - the identifier of the interface this style applied to.
isolatedInterfaceStyle - the isolated interface style object.
Since:
6.2.0

InterfaceStyle

public InterfaceStyle(GlobalInterfaceStyle globalInterfaceStyle)
Creates a new interface style based on a GlobalInterfaceStyle.

Parameters:
globalInterfaceStyle - the global interface style object.
Since:
6.2.0
Method Detail

getId

public InterfaceStyle.InterfaceStylePK getId()

getName

public String getName()

getDescription

public String getDescription()

getFilePath

public String getFilePath()

isFromDefinition

public boolean isFromDefinition()

getIsolationLevel

public ServiceInterfaceStyleConfig.IsolationLevel getIsolationLevel()


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