Package com.skillw.pouvoir.util.legacy
Class Mirror.MirrorSettings
-
- All Implemented Interfaces:
public final class Mirror.MirrorSettings
-
-
Field Summary
Fields Modifier and Type Field Description private String
childFormat
private String
parentFormat
-
Constructor Summary
Constructors Constructor Description Mirror.MirrorSettings()
-
Method Summary
Modifier and Type Method Description final String
getChildFormat()
final Unit
setChildFormat(String childFormat)
final String
getParentFormat()
final Unit
setParentFormat(String parentFormat)
-
-
Method Detail
-
getChildFormat
final String getChildFormat()
-
setChildFormat
final Unit setChildFormat(String childFormat)
-
getParentFormat
final String getParentFormat()
-
setParentFormat
final Unit setParentFormat(String parentFormat)
-
-
-
-