com.ihr.xbrl.pojo
Class XBRLContext

java.lang.Object
  extended by com.ihr.xbrl.pojo.XBRLContext
All Implemented Interfaces:
HasId, java.io.Serializable

public class XBRLContext
extends java.lang.Object
implements java.io.Serializable, HasId

Author:
Ignacio
See Also:
Serialized Form

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

XBRLContext

public XBRLContext()
Method Detail

getId

public java.lang.Long getId()
Description copied from interface: HasId
Get access to the object ID in which is unique

Specified by:
getId in interface HasId
Returns:
the id

setId

public void setId(java.lang.Long id)
Description copied from interface: HasId
Sets the object ID. Used by Hibernate during object serialization

Specified by:
setId in interface HasId
Parameters:
id - the id to set

getInstance

public XBRLInstance getInstance()
Returns:
the instance

setInstance

public void setInstance(XBRLInstance instance)
Parameters:
instance - the instance to set

getEntity

public XBRLEntity getEntity()
Returns:
the entity

setEntity

public void setEntity(XBRLEntity entity)
Parameters:
entity - the entity to set

getPeriod

public XBRLPeriod getPeriod()
Returns:
the period

setPeriod

public void setPeriod(XBRLPeriod period)
Parameters:
period - the period to set

getScenario

public XBRLScenario getScenario()
Returns:
the scenario

setScenario

public void setScenario(XBRLScenario scenario)
Parameters:
scenario - the scenario to set

setHash

public void setHash(java.lang.Integer value)
Method used by hibernate to set the value


hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class java.lang.Object
Returns:
int

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa