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 void
addDetail(MismatchDetail mismatchDetail)
Method addDetail.String
getBaseline()
Get the baseline field.String
getContext()
Get the context field.String
getCurrent()
Get the current field.List<MismatchDetail>
getDetail()
Method getDetail.String
getItem()
Get the item field.String
getReason()
Get the reason field.String
getResolution()
Get the resolution field.void
removeDetail(MismatchDetail mismatchDetail)
Method removeDetail.void
setBaseline(String baseline)
Set the baseline field.void
setContext(String context)
Set the context field.void
setCurrent(String current)
Set the current field.void
setDetail(List<MismatchDetail> detail)
Set the detail field.void
setItem(String item)
Set the item field.void
setReason(String reason)
Set the reason field.void
setResolution(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.
-
-