Class InterfaceStyle
- java.lang.Object
-
- 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
- Version:
- $Revision: 14187 $ $Date: 2012-04-02 11:44:41 -0300 (Mon, 02 Apr 2012) $
- See Also:
ServiceInterfaceStyleConfig
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceStyle.InterfaceStylePK
Composite primary key ofInterfaceStyle
.
-
Constructor Summary
Constructors Constructor Description InterfaceStyle(GlobalInterfaceStyle globalInterfaceStyle)
Creates a new interface style based on aGlobalInterfaceStyle
.InterfaceStyle(IsolatedInterfaceStyle isolatedInterfaceStyle, String interfaceId)
Creates a new interface style based on aIsolatedInterfaceStyle
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getFilePath()
InterfaceStyle.InterfaceStylePK
getId()
ServiceInterfaceStyleConfig.IsolationLevel
getIsolationLevel()
String
getName()
boolean
isFromDefinition()
-
-
-
Constructor Detail
-
InterfaceStyle
public InterfaceStyle(IsolatedInterfaceStyle isolatedInterfaceStyle, String interfaceId)
Creates a new interface style based on aIsolatedInterfaceStyle
.- 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 aGlobalInterfaceStyle
.- 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()
-
-