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 String
F_NAME
static String
F_NEW_VALUE
static String
F_NUMBER_OF_LINES
static String
F_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 boolean
equals(Object o)
String
getName()
SceneItemValue
getNewValue()
Integer
getNumberOfLines()
SceneItemValue
getOldValue()
int
hashCode()
boolean
isAdd()
boolean
isDelete()
boolean
isDelta()
boolean
isDeltaScene()
boolean
isDescriptive()
boolean
isFirst()
boolean
isNullEstimatedOldValues()
boolean
isReplace()
-
-
-
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()
-
-