Class Mismatch
- java.lang.Object
-
- org.apache.maven.buildcache.xml.diff.Mismatch
-
- All Implemented Interfaces:
Serializable
public class Mismatch extends Object implements Serializable
Class Mismatch.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mismatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDetail(MismatchDetail mismatchDetail)Method addDetail.StringgetBaseline()Get the baseline field.StringgetContext()Get the context field.StringgetCurrent()Get the current field.List<MismatchDetail>getDetail()Method getDetail.StringgetItem()Get the item field.StringgetReason()Get the reason field.StringgetResolution()Get the resolution field.voidremoveDetail(MismatchDetail mismatchDetail)Method removeDetail.voidsetBaseline(String baseline)Set the baseline field.voidsetContext(String context)Set the context field.voidsetCurrent(String current)Set the current field.voidsetDetail(List<MismatchDetail> detail)Set the detail field.voidsetItem(String item)Set the item field.voidsetReason(String reason)Set the reason field.voidsetResolution(String resolution)Set the resolution field.
-
-
-
Method Detail
-
addDetail
public void addDetail(MismatchDetail mismatchDetail)
Method addDetail.- Parameters:
mismatchDetail- a mismatchDetail object.
-
getBaseline
public String getBaseline()
Get the baseline field.- Returns:
- String
-
getContext
public String getContext()
Get the context field.- Returns:
- String
-
getCurrent
public String getCurrent()
Get the current field.- Returns:
- String
-
getDetail
public List<MismatchDetail> getDetail()
Method getDetail.- Returns:
- List
-
getItem
public String getItem()
Get the item field.- Returns:
- String
-
getReason
public String getReason()
Get the reason field.- Returns:
- String
-
getResolution
public String getResolution()
Get the resolution field.- Returns:
- String
-
removeDetail
public void removeDetail(MismatchDetail mismatchDetail)
Method removeDetail.- Parameters:
mismatchDetail- a mismatchDetail object.
-
setBaseline
public void setBaseline(String baseline)
Set the baseline field.- Parameters:
baseline- a baseline object.
-
setContext
public void setContext(String context)
Set the context field.- Parameters:
context- a context object.
-
setCurrent
public void setCurrent(String current)
Set the current field.- Parameters:
current- a current object.
-
setDetail
public void setDetail(List<MismatchDetail> detail)
Set the detail field.- Parameters:
detail- a detail object.
-
setItem
public void setItem(String item)
Set the item field.- Parameters:
item- a item object.
-
setReason
public void setReason(String reason)
Set the reason field.- Parameters:
reason- a reason object.
-
setResolution
public void setResolution(String resolution)
Set the resolution field.- Parameters:
resolution- a resolution object.
-
-