|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.pojo.XBRLContext
public class XBRLContext
| Constructor Summary | |
|---|---|
XBRLContext()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
XBRLEntity |
getEntity()
|
java.lang.Long |
getId()
Get access to the object ID in which is unique |
XBRLInstance |
getInstance()
|
XBRLPeriod |
getPeriod()
|
XBRLScenario |
getScenario()
|
int |
hashCode()
This is the java hashCode method |
void |
setEntity(XBRLEntity entity)
|
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 |
setInstance(XBRLInstance instance)
|
void |
setPeriod(XBRLPeriod period)
|
void |
setScenario(XBRLScenario scenario)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLContext()
| 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 XBRLInstance getInstance()
public void setInstance(XBRLInstance instance)
instance - the instance to setpublic XBRLEntity getEntity()
public void setEntity(XBRLEntity entity)
entity - the entity to setpublic XBRLPeriod getPeriod()
public void setPeriod(XBRLPeriod period)
period - the period to setpublic XBRLScenario getScenario()
public void setScenario(XBRLScenario scenario)
scenario - the scenario to setpublic void setHash(java.lang.Integer value)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||