Class SceneItemLineDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.prism.show.SceneItemLineDto
-
- All Implemented Interfaces:
Serializable
public class SceneItemLineDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_NAMEstatic StringF_NEW_VALUEstatic StringF_NUMBER_OF_LINESstatic StringF_OLD_VALUE
-
Constructor Summary
Constructors Constructor Description SceneItemLineDto(SceneItemDto sceneItemDto, SceneItemValue sceneItemOldValue, SceneItemValue sceneItemNewValue, boolean isDelta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()SceneItemValuegetNewValue()IntegergetNumberOfLines()SceneItemValuegetOldValue()inthashCode()booleanisAdd()booleanisDelete()booleanisDelta()booleanisDeltaScene()booleanisDescriptive()booleanisFirst()booleanisNullEstimatedOldValues()booleanisReplace()
-
-
-
Field Detail
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_OLD_VALUE
public static final String F_OLD_VALUE
- See Also:
- Constant Field Values
-
F_NEW_VALUE
public static final String F_NEW_VALUE
- See Also:
- Constant Field Values
-
F_NUMBER_OF_LINES
public static final String F_NUMBER_OF_LINES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SceneItemLineDto
public SceneItemLineDto(SceneItemDto sceneItemDto, SceneItemValue sceneItemOldValue, SceneItemValue sceneItemNewValue, boolean isDelta)
-
-
Method Detail
-
getName
public String getName()
-
getOldValue
public SceneItemValue getOldValue()
-
getNewValue
public SceneItemValue getNewValue()
-
getNumberOfLines
public Integer getNumberOfLines()
-
isFirst
public boolean isFirst()
-
isDelta
public boolean isDelta()
-
isDescriptive
public boolean isDescriptive()
-
isDeltaScene
public boolean isDeltaScene()
-
isNullEstimatedOldValues
public boolean isNullEstimatedOldValues()
-
isAdd
public boolean isAdd()
-
isDelete
public boolean isDelete()
-
isReplace
public boolean isReplace()
-
-