Class IsolatedInterfaceStyle
- java.lang.Object
-
- lumis.portal.structure.sync.model.page.IsolatedInterfaceStyle
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<IsolatedInterfaceStyle>
public class IsolatedInterfaceStyle extends java.lang.Object implements java.io.Serializable, java.lang.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
- Version:
- $Revision: 25199 $ $Date: 2022-09-05 18:27:38 -0300 (Mon, 05 Sep 2022) $
- See Also:
ServiceInterfaceStyleConfig
,ServiceInterfaceStyleConfig.IsolationLevel.ISOLATED
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsolatedInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(IsolatedInterfaceStyle o)
java.lang.String
getDescription()
java.lang.String
getFilePath()
java.lang.String
getId()
java.lang.String
getName()
-
-
-
Constructor Detail
-
IsolatedInterfaceStyle
public IsolatedInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.- Parameters:
interfaceStyle
- the interface style whose properties will be copied.- Since:
- 6.2.0
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getFilePath
public java.lang.String getFilePath()
-
compareTo
public int compareTo(IsolatedInterfaceStyle o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<IsolatedInterfaceStyle>
-
-