|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.pojo.XBRLUnit
public class XBRLUnit
| Constructor Summary | |
|---|---|
XBRLUnit()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<QName> |
getDenominator()
|
java.lang.Long |
getId()
Get access to the object ID in which is unique |
java.util.Collection<QName> |
getNumerator()
|
int |
hashCode()
This is the java hashCode method |
void |
setDenominator(java.util.Collection<QName> denominator)
|
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value |
void |
setId(java.lang.Long id)
Sets the object ID. |
void |
setNumerator(java.util.Collection<QName> numerator)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLUnit()
| Method Detail |
|---|
public java.lang.Long getId()
HasId
getId in interface HasIdpublic void setId(java.lang.Long id)
HasId
setId in interface HasIdid - the id to setpublic java.util.Collection<QName> getNumerator()
public void setNumerator(java.util.Collection<QName> numerator)
numerator - the numerator to setpublic java.util.Collection<QName> getDenominator()
public void setDenominator(java.util.Collection<QName> denominator)
denominator - the denominator to setpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void setHash(java.lang.Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||