com.ihr.xbrl.pojo
Class XBRLPeriod

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

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

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLPeriod()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getEnd()
           
 java.lang.Long getId()
          Get access to the object ID in which is unique
 java.util.Date getInstant()
           
 java.util.Date getStart()
           
 int hashCode()
          This is the java hashCode method
 boolean isForever()
           
 void setEnd(java.util.Date end)
           
 void setForever(boolean forever)
           
 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 setInstant(java.util.Date instant)
           
 void setStart(java.util.Date start)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLPeriod

public XBRLPeriod()
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

isForever

public boolean isForever()
Returns:
the forever

setForever

public void setForever(boolean forever)
Parameters:
forever - the forever to set

getStart

public java.util.Date getStart()
Returns:
the start

setStart

public void setStart(java.util.Date start)
Parameters:
start - the start to set

getEnd

public java.util.Date getEnd()
Returns:
the end

setEnd

public void setEnd(java.util.Date end)
Parameters:
end - the end to set

getInstant

public java.util.Date getInstant()
Returns:
the instant

setInstant

public void setInstant(java.util.Date instant)
Parameters:
instant - the instant 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