com.ihr.xbrl.om.errors
Class XBRLInconsistencyCalculationMistmatch
java.lang.Object
com.ihr.xbrl.om.errors.XBRLInconsistency
com.ihr.xbrl.om.errors.XBRLInconsistencyCalculationMistmatch
- All Implemented Interfaces:
- LinkableErrorMessage
public class XBRLInconsistencyCalculationMistmatch
- extends XBRLInconsistency
- implements LinkableErrorMessage
- Author:
- Ignacio
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
XBRLInconsistencyCalculationMistmatch
public XBRLInconsistencyCalculationMistmatch(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber accumulated,
java.util.Vector<XBRLInconsistency.Contributor> contributors)
- Parameters:
role - factTotal - accumulated - contributors -
getContributors
public java.util.Collection<XBRLInconsistency.Contributor> getContributors()
getRole
public XBRLRoleType getRole()
- Returns:
- the role
getFactTotal
public XBRLFactNumeric getFactTotal()
- Returns:
- the factTotal
getAccumulated
public XBRLNumber getAccumulated()
- Returns:
- the accumulated
getLinkableMessage
public java.lang.String getLinkableMessage(KeysForFactsProvider kp,
LabelsProvider lp)
- Description copied from interface:
LinkableErrorMessage
- Returns the error message in HTML format including links to
the items to be highlighted when the mouse goes over.
- Specified by:
getLinkableMessage in interface LinkableErrorMessage
- Parameters:
kp - This is an object that generates keys to be used at the time to generate links to fact itemslp - This is the labels provider in order to allow obtaining labels for concepts
- Returns:
- String
hashCode
public int hashCode()
- Overrides:
hashCode in class XBRLInconsistency
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class XBRLInconsistency