com.ihr.xbrl.pojo
Class XBRLRelationship

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

public class XBRLRelationship
extends XMLFragment

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLRelationship()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 XBRLArcroleType getArcrole()
           
 XMLFragment getFrom()
           
 java.lang.Long getId()
          Get access to the object ID in which is unique
 java.lang.Double getOrder()
           
 XBRLExtendedLink getParent()
           
 java.lang.Integer getPriority()
           
 XMLFragment getTo()
           
 java.lang.String getUse()
           
 int hashCode()
          This is the java hashCode method
 void setArcrole(XBRLArcroleType arcrole)
           
 void setFrom(XMLFragment from)
           
 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 setOrder(java.lang.Double order)
           
 void setParent(XBRLExtendedLink parent)
           
 void setPriority(java.lang.Integer priority)
           
 void setTo(XMLFragment to)
           
 void setUse(java.lang.String use)
           
 
Methods inherited from class com.ihr.xbrl.pojo.XMLFragment
addAttribute, addChildren, getAttributes, getChildren, getNamespaces, removeAttribute, removeChildren, setNamespaces
 
Methods inherited from class com.ihr.xbrl.pojo.XMLNode
getName, getValue, setHash, setName, setValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLRelationship

public XBRLRelationship()
Method Detail

getArcrole

public XBRLArcroleType getArcrole()
Returns:
the arcrole

setArcrole

public void setArcrole(XBRLArcroleType arcrole)
Parameters:
arcrole - the arcrole to set

getFrom

public XMLFragment getFrom()
Returns:
the from

setFrom

public void setFrom(XMLFragment from)
Parameters:
from - the from to set

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
Overrides:
getId in class XMLNode
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
Overrides:
setId in class XMLNode
Parameters:
id - the id to set

getOrder

public java.lang.Double getOrder()
Returns:
the order

setOrder

public void setOrder(java.lang.Double order)
Parameters:
order - the order to set

getParent

public XBRLExtendedLink getParent()
Returns:
the parent

setParent

public void setParent(XBRLExtendedLink parent)
Parameters:
parent - the parent to set

getPriority

public java.lang.Integer getPriority()
Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Parameters:
priority - the priority to set

getTo

public XMLFragment getTo()
Returns:
the to

setTo

public void setTo(XMLFragment to)
Parameters:
to - the to to set

getUse

public java.lang.String getUse()
Returns:
the use

setUse

public void setUse(java.lang.String use)
Parameters:
use - the use to set

hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class XMLFragment
Returns:
int

equals

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

setHash

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

Parameters:
value -


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