Class IsolatedInterfaceStyle
- java.lang.Object
-
- 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
- Version:
- $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
- 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)
String
getDescription()
String
getFilePath()
String
getId()
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 String getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getFilePath
public String getFilePath()
-
compareTo
public int compareTo(IsolatedInterfaceStyle o)
- Specified by:
compareTo
in interfaceComparable<IsolatedInterfaceStyle>
-
-